Replies: 2 comments
-
|
I had a solution for that, I was breaking down the project data into multiple objects and loading them one after another (pages, styles...) But it was breaking the sybols so I reverted it In silex it is not a huge problem but not a great ux too. Users often have an unresponsive browser tab |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I'll definitely try content-visibility |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@artf Hello,
The rendering of HTML elements on the canvas could be improved using CSS with the
content-visibility: auto;property.The rendering of project data could be improved, without blocking the main thread, using a web worker. Is this possible?
This is mainly useful when a page becomes very large and it is not feasible to use GrapesJS multi-pages.
Have a nice day.
Beta Was this translation helpful? Give feedback.
All reactions