Performance issue input text
Posted: Tue Mar 03, 2026 5:44 pm
Hi,
I have some performance issue when modifying a document in webauthor. There is a lag at the character input, making it hard to write.
I'm not sure how to investigate it. In the browser console, I see that "insertText" action is taking time to performe.
I have a custom framework with custom javascript actions and CSS.
To investigate,
Thanks
I have some performance issue when modifying a document in webauthor. There is a lag at the character input, making it hard to write.
I'm not sure how to investigate it. In the browser console, I see that "insertText" action is taking time to performe.
I have a custom framework with custom javascript actions and CSS.
To investigate,
- I disabled all the custom CSS, nothing changed.
- I disabled all the javascript actions, it was better
- I started adding javascript actions one by one, when two of them extend "sync.actions.AbstractAction", lag started again. When there is only one action it's ok. If I accept all tracking changes, lag disapear.
Thanks