You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
I added paper-menu-button to chromestatus.com and it increases page load by 166KB. We should try to slim that down.
There are a lot of deps. One obvious one is to remove web animations. The polyfill alone is 50kb and should be feature detected + lazy loaded. Better would be to do the transitions on pure css.
The text was updated successfully, but these errors were encountered:
I added
paper-menu-button
to chromestatus.com and it increases page load by 166KB. We should try to slim that down.There are a lot of deps. One obvious one is to remove web animations. The polyfill alone is 50kb and should be feature detected + lazy loaded. Better would be to do the transitions on pure css.
The text was updated successfully, but these errors were encountered: