zulip/templates
Zev Benjamin 603f0d7ace Speed up subscription table rendering
Previously, we'd render all the rows of the table except the first
(which is for creating new subscriptions) and append them all to the
table.  This ends up being really slow.  We now instead render the
entire tbody element and replace the existing tbody element.

When profiling on my laptop, this reduces the rendering time for a
few thousand streams from ~62 seconds to ~2 seconds.

(imported from commit 83a48e0e1f776f7663343662157298e89165ece3)
2013-07-26 16:01:13 -04:00
..
confirmation Use zulip.com for various links to the app and static content. 2013-07-25 17:27:45 -04:00
registration account creation and password resets: Switch from Humbug to Zulip in user-visible text. 2013-07-15 17:49:00 -04:00
zephyr Speed up subscription table rendering 2013-07-26 16:01:13 -04:00
.gitignore Add a tool to draw the Django template inheritance graph 2012-10-16 01:33:15 -04:00
404.html Switch from the @humbughq.com to @zulip.com addresses users can contact. 2013-07-15 17:49:00 -04:00
500.html Switch from the @humbughq.com to @zulip.com addresses users can contact. 2013-07-15 17:49:00 -04:00
openid_error.html Switch from the @humbughq.com to @zulip.com addresses users can contact. 2013-07-15 17:49:00 -04:00