google / ioweb2016

I/O web app 2016
https://events.google.com/io2016
Apache License 2.0
517 stars 87 forks source link

Investigate lazy loading multiple vulcanized bundles #1013

Open ebidel opened 8 years ago

ebidel commented 8 years ago

We're loading all page definitions in elements.html. Instead, we should created bundles and load them ad users visit each page for the first time. We didn't get to this this year b/c creating bundles that don't have overlapping components is tricky.

Web components shard could help.