Caching & Performance

Cache Hit Ratio

The percentage of requests served directly from cache without contacting the origin server, expressed as hits / (hits + misses). A high cache hit ratio reduces origin load, lowers latency, and decreases bandwidth costs. CDN dashboards report this metric per edge location and over time. Improving cache hit ratio requires setting appropriate Cache-Control max-age values, normalizing cache keys, and ensuring Vary headers do not fragment the cache unnecessarily.

관련 프로토콜

관련 항목