You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
Reduces initial sync times from ~30s to ~1s on accounts with heavily populated rooms. The problem was that f.e. RoomMember it would try to calculate the display name, which involved looping each RoomMember to get their display name to check for disambiguation. We now cache display names to user IDs so we don't need to loop every member when disambiguating.
8.5 KiB
8.5 KiB