Slide 14
Slide 14 text
H2 Push
● Client request an HTML page
● Server sends back page and other same-domain assets on the
same response
Link: ; rel=preload; as=style, ; rel=preload; as=script
● Pushing only the CSS seems to have the most benefit, but YMMV
● Definitely don’t overpush
https://www.smashingmagazine.com/2017/04/guide-http2-server-push/