About this tool
Review image response exports before deployment so content negotiation and cache keys stay predictable across CDNs, preventing delivery variance that can hurt rendering and crawl reliability.
Image Vary Header Consistency Checker is useful when image responses depend on headers like `Accept` or client hints and caching correctness matters. It helps teams confirm that the `Vary` header matches the actual delivery logic so caches do not serve the wrong variant.
- Parses rows in URL|image-url|vary-header|content-type|cache-control|status|context|bytes format and normalizes relative image URLs with an optional base URL.
- Flags missing Vary headers, wildcard Vary values, high-cardinality dimensions (Cookie/User-Agent), and modern formats missing Vary: Accept.
- Surfaces cache-control and status risks, then prioritizes pages where critical image risk bytes exceed your configured threshold.
How to use Image Vary Header Checker
Inspect the response headers and image delivery setup, review the consistency report, and compare the `Vary` values with the dimensions or formats your stack negotiates on. If image variants differ by browser capabilities, treat missing or partial `Vary` coverage as a release risk rather than a minor cleanup item.
When this tool is useful
- Parses rows in URL|image-url|vary-header|content-type|cache-control|status|context|bytes format and normalizes relative image URLs with an optional base URL.
- Flags missing Vary headers, wildcard Vary values, high-cardinality dimensions (Cookie/User-Agent), and modern formats missing Vary: Accept.
- Surfaces cache-control and status risks, then prioritizes pages where critical image risk bytes exceed your configured threshold.
Practical tips
Why people use this tool
People usually look for Vary header checks when debugging hard-to-reproduce caching issues. The page is strongest when it turns a subtle delivery problem into a concrete header-level action item.
Related search intents
image vary header checker, vary header consistency audit, accept vary image cache check, image response header validator, cdn image vary audit.