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

Forces relayout before page is ready #92

Open
mgiuffrida opened this issue Aug 12, 2016 · 1 comment
Open

Forces relayout before page is ready #92

mgiuffrida opened this issue Aug 12, 2016 · 1 comment

Comments

@mgiuffrida
Copy link
Contributor

_modeChanged forces a style recalc/layout before anything on the page is visible, blocking the unpainted page for 60ms.

If I apply my fix from Polymer/polymer#3629, the forced recalc and layout happen after the first real render, and only take 7ms total.

@mgiuffrida
Copy link
Contributor Author

@sorvell @kevinpschaaf

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

2 participants