-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Performance check #3767
Comments
Performance issue reported in #1374. |
Another performance issue report (FF only): #1377 |
Another one: #1398 |
@oleq @Reinmar |
Actually, we've been doing a bit of research recently because we noticed that the I checked whether your scenario reported in #1398 falls into this category and it looks like it is. Fortunately, we plan to improve the |
We closed https://github.com/ckeditor/ckeditor5-utils/issues/269 today and there are huge improvements :) Renderer calls which now take less than 200ms took 10s+ before this change. Those changes will be released in ~2-3 weeks. |
I pushed some data for testing two scenarios:
Branch: https://github.com/ckeditor/ckeditor5/compare/i/3767 |
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may be relevant, so if you're interested in the solution, leave a comment or reaction under this issue. |
We've closed your issue due to inactivity over the last year. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it). |
Title: CKEditor 5 takes 2+ minutes to load a large document (938,209 characters) in Vue.js 3 application Description: Hello CKEditor team, I am developing a Vue.js 3 application using the Quasar framework and CKEditor 5. I am encountering performance issues when loading very large documents (such as legal texts). For example, one document contains 938,209 characters, and CKEditor takes 2 minutes and 13 seconds to open it. Below is the setup I am using:
Rich Text Editor Configuration (richtexteditorconfig.js):
Problem: Question: Thank you for your assistance! |
We did check the performance at the very beginning (ckeditor/ckeditor5-design#65), but since then engine architecture changes a lot. We need to check it again. There are multiple aspects to be tests:
The text was updated successfully, but these errors were encountered: