-
-
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 concerns when dealing with multiple formatting attributes #2336
Comments
Just to let you know: the sample I provided is not the most common use–case. 4 or 5 formatting attributes on the same chunk of text are not very common, so it's not a high priority issue. |
Don't get me wrong. I do not say there is nothing to be optimise, but everything to be optimised in the editor is somewhere inside |
@pjasiun sure, I'm just showing that the problem exist. As for pointing out the exact place where issue occurs, I intentionally skipped going into details - we'll get back to this as we have more time to fix this properly. |
Let's close this as a DUP of https://github.com/ckeditor/ckeditor5-engine/issues/1720. |
ckeditor5/build/docs/ckeditor5/12.0.0/features/remove-format.html
):Expected: Formatting is removed ASAP
Actual: It takes more than 3s to remove the formatting on a quad core i7. It's just a few paragraphs.
Undoing the operation also takes a lot of time. Probably there are too many deltas produced during the operation.
cc @mlewand @scofalik
The text was updated successfully, but these errors were encountered: