Bug: Email Builder crashes due to runaway event listeners (GrapesJS) → memory leak #6598
Unanswered
ravisaxena
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@artf any update? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
While editing templates, the builder progressively slows and eventually crashes. Chrome Performance Monitor shows explosive growth of JS event listeners, DOM nodes, and JS heap—consistent with an event-listener leak in/around GrapesJS component selection/trait panels.
From screenshot (attached):
CPU ~100%
JS heap size ~ 1.28 GB
DOM nodes ~ 12,203,555
JS event listeners ~ 1,365,466
Expected
Listener counts and DOM nodes remain stable; memory usage returns near baseline after deselection/close or navigation.
Impact
Editors lose unsaved work; cannot complete template creation.
@artf
Beta Was this translation helpful? Give feedback.
All reactions