CDN / Cloud
Cache hits, edge responses and cloud configuration.
The tools in the CDN / Cloud category help you quickly diagnose the caching, expiry, and freshness problems that come up when you run a content delivery network or edge infrastructure. They answer questions like: why is my CDN cache hit ratio (HIT vs MISS) low, is the edge actually returning the response headers I expect, will my presigned or signed URL expire at the exact moment I think once clock skew is accounted for, and how should I set max-age alongside stale-while-revalidate so users always get a fast response while origin load stays low. They're aimed at frontend and backend developers who own web performance, DevOps and SRE engineers, and anyone operating services like Cloudflare, CloudFront, Fastly, or S3.
A typical workflow starts by looking at the real response headers. You read Cache-Control, Age, X-Cache, and ETag to judge whether content is being served from cache and whether the freshness window is right, then use a stale-while-revalidate planner to dial in the max-age and SWR values if it isn't. If you rely on signed URLs, computing the issue time, lifetime, and server-to-CDN clock skew together lets you head off the dreaded sudden 403. And if bandwidth cost is a concern, estimating the monthly CDN bill from transfer volume helps you weigh the cost impact of your caching policy. Every calculation runs entirely in your browser, so the values you enter are never sent anywhere.