Our editors have reported big lags when using the extension with our content management system.
Upon investigation we found that the number of listeners (JS) continuously goes up when the extension is active and the CMS is used. This does not occur when the extension is disabled.
The lag becomes so bad that the CMS is not usable anymore in the end.
The CMS uses a block editor for editing the content, so this results in lots of small input elements, for example in case of lists, so it might be different than having one textarea for a whole article.
The normal amount of listeners is around ~1000 for the CMS.
Here is a screenshot of a 15 sec time interval while just writing some text in the different inputs:
the CMS is a self hosted instance of https://livingdocs.io/, and as far as I know the editor is a proprietory editor developed by the livingdocs team.
In the document where it became especially laggy, there are around 1350 input/editable elements. The document contains quite a few lists, and each of the list items is another editable element. The CMS works with contenteditable=true for the input, so most of these are divs or spans.