Browsers waste time loading scripts one at a time.
We shipped <link rel=preload as=script> support so Lightpanda now starts downloading blocking scripts up front instead of as the parser hits them.
Same page, same network, six scripts, each delayed 300ms server-side:
Old build: 1813ms
New build: 606ms
https://gist.github.com/katie-lpd/aea8c50b37f104a010d0c48897b5e9d7






