CMSCompOps / WorkflowWebTools

https://workflowwebtools.readthedocs.io
1 stars 7 forks source link

Mako to javascript #103

Closed dabercro closed 6 years ago

dabercro commented 6 years ago

A bunch of the HTML generated by Mako is now generated by JavaScript. That means, we can send a little less information over the network.

Also added locks for resetting workflows.

dabercro commented 6 years ago

The sudden inspiration to use zlib reduced the data sent by another order of magnitude. Now we're down 3 orders of magnitude from when Mako generated the entire page.