You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On every document change, Kendo Editor serializes the entire document to HTML. This is an expensive operation, especially if there are any complex node views. I saw noticeable lag when typing with Kendo Editor. I was able to fix the performance problems by dropping Kendo Editor and using ProseMirror directly.
Steps To Reproduce
Create a medium-to-large document
Edit it with Kendo Editor
See there is some lag when typing
The lag may be because Kendo Editor serializes the entire document on any change.
Remove Kendo Editor and use ProseMirror directly. The lag goes away.
Screenshots or video
No response
Actual Behavior
Lag in typing
Expected Behavior
No lag in typing (my document is medium-sized, not excessively large)
Browser
Chrome, All
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
No response
The text was updated successfully, but these errors were encountered:
Can you provide a runnable example? I tried loading a large amount of content into the editor and started typing, but the performance looks good on my side using a Mac with Chrome.
Description
On every document change, Kendo Editor serializes the entire document to HTML. This is an expensive operation, especially if there are any complex node views. I saw noticeable lag when typing with Kendo Editor. I was able to fix the performance problems by dropping Kendo Editor and using ProseMirror directly.
Steps To Reproduce
Screenshots or video
No response
Actual Behavior
Lag in typing
Expected Behavior
No lag in typing (my document is medium-sized, not excessively large)
Browser
Chrome, All
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
No response
The text was updated successfully, but these errors were encountered: