Ready — Click play to start the demo
HTTP/2 Multiplexing
HTTP/1.1 lets one connection handle only one request at a time, so browsers open 6 connections and queue. HTTP/2 runs multiple streams over a single connection, plus HPACK header compression, to actually saturate the bandwidth.