Ready — Click play to start the demo
HTTP Cache Revalidation
Why doesn't the browser re-download the same CSS every time? Cache-Control freshness plus ETag/Last-Modified conditional requests. A fresh cache hit costs zero network round trips; after expiry a 304 confirms nothing changed and still saves bandwidth.