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-dialog to chromestatus.com and it increases page load by 130KB. 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 in pure css.
The iron overlay and fit elements also add a decent weight.
The text was updated successfully, but these errors were encountered:
ebidel
changed the title
Perf: paper-dialog costs way too much to use (130KB)
Perf: paper-dialog costs too much to use (130KB)
Jul 22, 2016
I added paper-dialog to chromestatus.com and it increases page load by 130KB. 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 in pure css.
The iron overlay and fit elements also add a decent weight.
The text was updated successfully, but these errors were encountered: