← Back to Labs
HTTP Caching
Trace how one response moves through cache key lookup, freshness checks, validation, Vary splitting, and immutable asset reuse.
Step 1 / 6The first request is always a miss
No cache can answer until someone asks for the object once. The browser and the edge both need the first response headers before they can make reuse decisions.
Browser -> edge -> origin
Client encoding for the request key
Arrow keys to navigate · R to reset
Tap dots to jump to any step