DumpAny

HTTP Cache Revalidation

Speed:
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.
💻Client 浏览器🖥Servert0 · 首次请求t1 · 60s 后再次访问t2 · 1h 后缓存过期t3 · 服务器资源变更💾💾 浏览器缓存初始状态:空缓存,等待首次请求浏览器本地存储