mirror of https://github.com/zulip/zulip.git
ba1c170f02
The most expensive part of adding the display time to messages is calling time.toLocaleDateString() and time.toLocaleTimeString(). Most of the time, this information never gets seen, so we now delay calculating it until just before the user would see it. This cuts the time to render a chunk of messages from >1s to ~200ms. (imported from commit 6167e7a8e1c3b4ca77471fa346292be4ffa67ec8) |
||
---|---|---|
.. | ||
actions_popover_content.html | ||
actions_popover_title.html | ||
invite_subscription.html | ||
message.html | ||
new_stream_users.html | ||
subscription.html |