-
Notifications
You must be signed in to change notification settings - Fork 91
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
Long documents slow Chrome/Chromium to a halt #5819
Comments
If this only happens in Chromium (not Firefox), maybe it's related to nextcloud/server#44122, which hopefully will be fixed soon (there's already PRs in review to fix it). |
Ok. We don't use the dashboard, but we're happy to wait and test after the PR is released 💚 |
I just tried to reproduce this copying the longest good wikipedia article into a text document. It showed a number of issues:
edit: Some of this is probably due to inconsistencies in data format. For example it looks like we expect our images to have some |
I'm also seeing slowdowns in Chrome, while Firefox works fine. This is on nextcloud 29.0.7 This issue seems related to #908 |
While longer markdown documents are not super fast in any browser, there seems to be an overlap of performance-eating bugs or circumstances when opening long (>1000 lines) markdown files.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A maybe slow, but not unusable document.
Server details:
Client details:
Logs
Nextcloud log (data/nextcloud.log)
No related server-side logs. This issue appears to be entirely client-side.
Browser log
Console and Network tab are pretty quiet, but the Performance tab shows a lot of activity. We can provide the corresponding json file if this issue can't be reproduced by anyone else.
The text was updated successfully, but these errors were encountered: