The Virtue of Laziness: Leveraging Incrementality for Faster Web UI

17:00 - 17:25
Tuesday, November 13th

If the first rule of performance is "do less," the second is surely "be lazy." Using LitElement-based web components, we’ll explore the use of bleeding-edge techniques and browser APIs to spread work out so that your UI is faster to load, render and respond to user input. Topics we’ll cover include route-based dynamic module loading, async rendering, chunked rendering, IntersectionObserver, display-locking, and scheduling long-running tasks.

  • Justin Fagnani Chrome Engineer