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

Scrolling performance #5

Open
jessetane opened this issue Dec 15, 2015 · 2 comments
Open

Scrolling performance #5

jessetane opened this issue Dec 15, 2015 · 2 comments

Comments

@jessetane
Copy link
Owner

Is decent, especially on smaller screens where fewer glyphs need to be rendered at a time, but can slow way down on big displays or during very fast scrolls. From looking at the timeline in Chrome's devtools, I can see enormous chunks of time getting devoted to layout after managing to outscroll the visible content, but it's not clear to me how to go about improving the situation.

@jessetane
Copy link
Owner Author

Untested hunch: glyphs the browser doesn't know how to draw take significantly longer to layout than those it does?

@jessetane
Copy link
Owner Author

b1a0df6 is a big improvement

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