Hit ratio is the share of requests the edge answered without origin. Aptranet publishes an 85% average across the network. Your site will match that only if the bytes are actually reusable and the keys are not poisoned.
What counts as a hit
A cached object served from a PoP. Misses include first views of new URLs, expired TTLs, purges and anything you bypassed.
How teams accidentally tank it
Varying on every cookie, putting unique query strings on static files, setting no-store on HTML, and purging the whole distribution on every save.
How to raise it
Long TTL on hashes, ignore irrelevant query strings, cache anonymous HTML, bypass only stateful paths, purge narrowly, prefetch known launch URLs.
Averages are not your dashboard
85% is the network. A tiny site with unique HTML every view will sit lower. A software download portal should sit higher. Measure per path.
