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

Speed: DOM tree culling #40

Closed
sedwards2009 opened this issue Dec 2, 2016 · 0 comments
Closed

Speed: DOM tree culling #40

sedwards2009 opened this issue Dec 2, 2016 · 0 comments

Comments

@sedwards2009
Copy link
Owner

Performance is still an issue. The solution is to minimise the size of the DOM and its contents so that window resizes and DOM layouts are done with in a reasonable time. In other words, the performance of layout needs to depend on the amount of stuff which is visible on screen, not on the amount of stuff hidden in the scrollback and everywhere else.

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

No branches or pull requests

1 participant