---
title: Improved accuracy of cached request classification in analytics
description: The Zone Overview dashboard now correctly classifies cached vs. uncached requests, aligning with the logic already used in HTTP Analytics.
image: https://developers.cloudflare.com/changelog-preview.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/changelog/llms.txt  
> Use this file to discover all available pages before exploring further. 

[Skip to content](#%5Ftop) 

# Changelog

New updates and improvements at Cloudflare.

[ Subscribe to RSS ](https://developers.cloudflare.com/changelog/rss/index.xml) [ View RSS feeds ](https://developers.cloudflare.com/fundamentals/new-features/available-rss-feeds/) 

![hero image](https://developers.cloudflare.com/_astro/hero.CVYJHPAd_26AMqX.svg) 

[ ← Back to all posts ](https://developers.cloudflare.com/changelog/) 

## Improved accuracy of cached request classification in analytics

Dec 18, 2025 

[ Analytics ](https://developers.cloudflare.com/analytics/) 

The cached/uncached classification logic used in Zone Overview analytics has been updated to improve accuracy.

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.

The condition has been removed from the Zone Overview page. Cached/uncached classification now aligns with the heuristics used in [HTTP Analytics](https://developers.cloudflare.com/analytics/account-and-zone-analytics/zone-analytics/), so only requests genuinely served from cache are counted as cached.

**What changed:**

* **Zone Overview** — Cache ratios now reflect actual cache performance.
* **HTTP Analytics** — No change. HTTP Analytics already used the correct classification logic.
* **Historical data** — This fix applies to new requests only. Previously logged data is not retroactively updated.

```json
{"@context":"https://schema.org","@type":"BlogPosting","@id":"https://developers.cloudflare.com/changelog/post/2025-12-18-cached-request-classification/#page","headline":"Improved accuracy of cached request classification in analytics · Changelog","description":"The Zone Overview dashboard now correctly classifies cached vs. uncached requests, aligning with the logic already used in HTTP Analytics.","url":"https://developers.cloudflare.com/changelog/post/2025-12-18-cached-request-classification/","inLanguage":"en","image":"https://developers.cloudflare.com/changelog-preview.png","dateModified":"2025-12-18","datePublished":"2025-12-18","publisher":{"@type":"Organization","name":"Cloudflare","url":"https://www.cloudflare.com/"},"isPartOf":{"@type":"WebSite","@id":"https://developers.cloudflare.com/#website","name":"Cloudflare Docs","url":"https://developers.cloudflare.com/"}}
```
