Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 943 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 943 Bytes

Progressive CSS & Asynchronous Scripts Loading Technics for HTTP/2

Repo contains the example code for testing progressive css and asynchronous javascript module loading technics for HTTP/2.

I used Caddyserver to start a simple HTTP/2 server on my local machine. SSL Certificates aren't included.

To limit the speed of your internet connection use Apple's Network Link Conditioner (it's free).

[1] Progressive CSS Loading

Full Page Example of progressive CSS Loading

[2] Load Small Javascripts Modules asynchronous

Full Page Example of asynchronous Javascript Modules

Resources