Update documentation on Frontend buddy list performance.

This commit is contained in:
Tim Abbott 2016-03-13 10:24:23 -07:00
parent 307f25308c
commit b3f731e2b5
2 changed files with 2 additions and 6 deletions

View File

@ -605,12 +605,6 @@ running Zulip with a large team (>1000 users).
likely the first part of any project to support exchanging events
amongst multiple servers.
* The first scalability issue encountered by a very large realm (more
than a few thousand users), will be with the [frontend buddy list
perf and UI](https://github.com/zulip/zulip/issues/262). Fixing
this should be a small project; the code for that part of the UI
layer doesn't do proper incremental updates.
Questions, concerns, and bug reports about this area of Zulip are very
welcome! This is an area we are hoping to improve.

View File

@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
[Unreleased]
- Fixed rerendering the complete buddy list whenever a user came back from
idle, which was a significant performance issue in larger realms.
- Fixed the disabling of desktop notifications from 1.3.7 for new users.
- Fixed the (admin) create_user API enforcing restricted_to_domain, even
if that setting was disabled for the realm.