mirror of https://github.com/zulip/zulip.git
0aa9decd86
This is relatively unobtrusive, and we don't send anything to the server. But any user can now enter blueslip.timings in the console to see a map of how long things take in milliseconds. We only record one timing per event label (i.e. the most recent). It's pretty easy to test this by just clicking around. For 300 users/streams most things are fast except for: - initialize_everything - manage streams (render_subscriptions) Both do lots of nontrivial work, although "manage streams" is a bit surprising, since we're only measuring how long to build the HTML from the templates (whereas the real time is probably browser rendering costs). |
||
---|---|---|
.. | ||
bugdown_assert.js | ||
finder.js | ||
handlebars.js | ||
i18n.js | ||
index.js | ||
mdiff.js | ||
namespace.js | ||
stub.js | ||
zblueslip.js | ||
zjquery.js |