You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've switched to the new room list, my account is okay on my workstation (I didn't notice issues there), but it turned element on my Pinebook Pro from "okay" to "infuriatingly slow".
In the configuration I'd want to use ideally (all rooms, top 10 of other categories), it takes 8 seconds to switch a room, 2 seconds to even highlight it when hovering over it with the mouse. Composing messages is a pain to, since the composer lags between a few hundred ms to a few s behind what I'm actually typing. It's slowing down my laptop enough, that I actually closed element to submit this comment...
Even with everything reduced to top 5, the performance is bad, it takes 3.5s to switch rooms. With everything fully collapsed, it takes 1.5s, which is annoying, but bearable.
ftr, on account size: I have 916 visible rooms (so with old, upgraded rooms likely a few more in total).
Looks like we might be sending too much to React to figure out. The room list only takes 4.22ms to figure out what it needs to look like, but then spends well over a second making that change happen (the screenshot shows ~779ms of this). This is likely because we're not scoping the list updates to a particular tag, and thus re-render the entire list. We probably do not need to be remounting everything.
#14035 (comment)
The text was updated successfully, but these errors were encountered: