Performance issue input text

Having trouble deploying Oxygen XML Web Author? Got a bug to report? Post it all here.
ArthurP
Posts: 27
Joined: Mon Dec 11, 2023 3:10 pm

Performance issue input text

Post by ArthurP »

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,
  • 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.
Can you provide some guidance on how to investigate and if you are aware of some performance issue with tracking change ?

Thanks
cosminef
Site Admin
Posts: 276
Joined: Wed Aug 30, 2023 2:33 pm

Re: Performance issue input text

Post by cosminef »

Hello Arthur,

Thank you for reaching out.
Could you please specify the version of Web Author and the browser you are using when reproducing this behavior?

Best,
Cosmin
Cosmin Eftenie
www.oxygenxml.com
ArthurP
Posts: 27
Joined: Mon Dec 11, 2023 3:10 pm

Re: Performance issue input text

Post by ArthurP »

Hi Cosmin,

I'm using Firefox 148.0 and webauthor 28.0.0.

Regards,
arthur
Post Reply