zulip/frontend_tests
Vladislav Manchev 668d0d9dfa Fix performance issues with user presence list in large realms.
Whenever a user became active, this triggers an immediate presence
update event (to show that user as active).  The implementation for
that event (running on the browsers of all other users in the realm)
would fully rerender the presence list, which can be an expensive
operation in a large realm, just to update the status for that one
user.  This fixes that case to just remove the user from the list and
then re-insert it at the appropriate index.

[Commit message expanded with more details by Tim Abbott]
2016-02-12 20:04:43 -08:00
..
casper_lib Replace json/send_message endpoint usage with json/message. 2015-12-12 18:14:08 -08:00
casper_tests Show current narrow in page title. 2015-12-14 21:21:30 -08:00
casperjs Move frontend tests out of zerver/tests/. 2015-10-28 10:11:47 -07:00
node_tests Fix performance issues with user presence list in large realms. 2016-02-12 20:04:43 -08:00
run-casper casper: Rename frontend_tests/run to clarify it uses casper. 2015-10-28 10:11:47 -07:00