Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance issues due to ever-growing DOM nodes and event listeners #34

Open
Logodaedalus opened this issue Mar 6, 2018 · 0 comments

Comments

@Logodaedalus
Copy link
Collaborator

Tool called "heap snapshots" that will help us figure out if the dom tree is detached but referenced in the script...
-possible thing for why nodes are going up and listeners: html is getting detached that has listeners associated with it, and so it's just growing over time?

Not clear whether it's a Phaser thing, or a StoryAssembler thing, or a combo-of-both thing...but it does seem to spike reliably every second (refreshNarrative()??) but it also slowly grows over time in the intro sequence...so...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant