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

DOM updates degrade performance over time #43

Open
Androbin opened this issue Jul 23, 2018 · 0 comments
Open

DOM updates degrade performance over time #43

Androbin opened this issue Jul 23, 2018 · 0 comments

Comments

@Androbin
Copy link

In #42 I first naively updated and re-rendered all child nodes.
The first few passes were quite fast but then it became slower and slower.

Profiling revealed that the rendered DOM nodes don't get cleaned up once replaced.
There may be more to this but rendering also seemed to take the most time overall.

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