Cache checker that lets you check website cache headers instantly. Inspect Cache-Control, ETag, Last-Modified, and CDN cache status.

Verifies max-age, public/private, and immutable directives in seconds.
Reads x-cache, cf-cache-status, and similar headers to confirm hits vs. misses.
Spots common causes: cookies on static URLs, missing Cache-Control, or vary headers blocking caching.
Validates that static assets have a sane max-age so repeat visitors load instantly.
Cache-Control tells browsers and CDNs how long to keep a response. A good policy makes repeat visits near-instant and offloads traffic from your origin.
One year (max-age=31536000, immutable) for hashed/versioned files. For HTML, use a short max-age or no-cache so updates show up quickly.
No. We make one read-only header request and discard everything after rendering the result.
Either the asset isn't in the edge cache yet, or your Cache-Control/cookies are telling the CDN not to cache it. Fix the headers and most CDNs start serving HITs.
Most sites, yes. A few servers block cross-origin header reads — if so, test from a different network or check with curl.
Want your whole site this fast? Our team offers full website speed optimization — done for you .