top | item 18553216

(no title)

yuribit | 7 years ago

A nice way to improve the time-to-interactive is to prefetch the framework after you load an initial basic page.

Here's Addy Osmani explaining how it works: https://medium.com/dev-channel/a-netflix-web-performance-cas...

discuss

order

hinkley|7 years ago

Used that on my first Ajax app. It was authenticated so we pruned the JS on the login page like crazy and added a script that injected the main bundle into the page after page ready.

Worked great for everybody not using a password manager...