-
Notifications
You must be signed in to change notification settings - Fork 94
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
Improve read only performance when just displaying rich workspace #2183
Comments
I profiled the workspace loading some and it turns out rendering the menubar is surprisingly expensive. |
Great idea :) It's very disturbing when I'm ready to click on a file and then everything scrolls down because finally the editor is loaded. At least having a placeholder before it's loaded so elements doesn't move when editor is loaded would be an improvement. |
The PR from @max-nextcloud doesn't really answer the original issue, may this issue be reopened to avoid loading sync & session until the workspace is actually opened (to avoid make the backend work for nothing) ? |
#4776 also contributed to that by showing the content already before the session is opened but what would be missing is a read only and just open the session once clicked option |
In most cases the rich workspace area is probably not edited, so we should think about having a more sane process for opening up a read only editor and just kicking of the heavy sync parts and session setup when starting to edit.
The text was updated successfully, but these errors were encountered: