-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disasterous performance on FF on rooms with large encrypted images #2678
Comments
this happens both on /app and /develop. |
i can reproduce this spectacularly with 3x 3MB images. |
see also #2866 |
Can reproduce with 2x 4MB images. |
should now be fixed at last by matrix-org/matrix-react-sdk#1864. feedback welcome! |
Thanks! Sorry for stupid question but looks like those patches are only in |
Many thanks. I sent a report through the webui some days ago about gif/videos playing making webUI unusable but looks like it fixed it too. Will test more but it is now really good! Many thanks for the fix! |
After more testing performance are just awesome. (not tried yet on my 10 years old laptop) Thanks for reactivity... And many thanks for the apps ! |
In a room with several encrypted 3MB images, silwol reports that FF completely grinds to a halt until you move to a different room, pausing for ~30s on end. Attached is a JS profile, and a screenshot of what it's doing. It seems to be spending multiple blocks of 10s in PresShell::DeReflow(), and then over 3s actually painting.
The text was updated successfully, but these errors were encountered: