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
This issue is related to this one that was reported previously.
Unfortunately, when the content is more complex than the one used in the example in the issue linked above, performance still suffers, even when two-way data binding is disabled.
The increased complexity of the content refers to the fact that now we're dealing with multiple paragraphs containing multiple inline widgets instead of a one long paragraph with numerous widgets.
A vanillaJS implementation of the editor seems to handle this type of content better than our Vue implementation.
In the attachments you can see the two implementations and compare their performance.
To open the vanilla project, open the index.html file.
To open the Vue project, install deps yarn install, and spin up the dev server yarn serve.
This issue is related to this one that was reported previously.
Unfortunately, when the content is more complex than the one used in the example in the issue linked above, performance still suffers, even when two-way data binding is disabled.
The increased complexity of the content refers to the fact that now we're dealing with multiple paragraphs containing multiple inline widgets instead of a one long paragraph with numerous widgets.
A vanillaJS implementation of the editor seems to handle this type of content better than our Vue implementation.
In the attachments you can see the two implementations and compare their performance.
To open the vanilla project, open the
index.html
file.To open the Vue project, install deps
yarn install
, and spin up the dev serveryarn serve
.vanilla.zip
vue.zip
The text was updated successfully, but these errors were encountered: