Skip to content

Commit 4f90ae0

Browse files
authored
Add changelog: improved cached request classification in analytics (#29294)
1 parent 605ab6b commit 4f90ae0

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Improved accuracy of cached request classification in analytics
3+
description: The Zone Overview dashboard now correctly classifies cached vs. uncached requests, aligning with the logic already used in HTTP Analytics.
4+
date: 2025-12-18
5+
---
6+
7+
The cached/uncached classification logic used in Zone Overview analytics has been updated to improve accuracy.
8+
9+
Previously, requests were classified as "cached" based on an overly broad condition that included blocked 403 responses, Snippets requests, and other non-cache request types. This caused inflated cache hit ratios — in some cases showing near-100% cached — and affected approximately 15% of requests classified as cached in rollups.
10+
11+
The condition has been removed from the Zone Overview page. Cached/uncached classification now aligns with the heuristics used in [HTTP Analytics](/analytics/account-and-zone-analytics/zone-analytics/), so only requests genuinely served from cache are counted as cached.
12+
13+
**What changed:**
14+
15+
- **Zone Overview** — Cache ratios now reflect actual cache performance.
16+
- **HTTP Analytics** — No change. HTTP Analytics already used the correct classification logic.
17+
- **Historical data** — This fix applies to new requests only. Previously logged data is not retroactively updated.

0 commit comments

Comments
 (0)