Skip to content

Commit 4c06c3f

Browse files
committed
Improves Cache analytics page
1 parent 9e15baa commit 4c06c3f

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

src/content/docs/cache/performance-review/cache-analytics.mdx

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,25 @@ import { FeatureTable } from "~/components"
88

99
Use Cache Analytics to improve site performance or reduce origin web server traffic. Cache Analytics helps determine if resources are missing from cache, expired, or ineligible for caching. Cache Analytics includes filter by hostname, list of top URLs that miss cache, and a query of up to three days of data.
1010

11-
First, determine whether to focus on Requests or Data Transfer. The default view is Requests, which helps with understanding performance because every cache miss degrades the speed of content delivery. Data Transfer helps with understanding cost because most hosting providers charge for every byte that leaves their network.
11+
## Availability
1212

13-
You can toggle between Requests and Data Transfer while keeping other analytics filters enabled.
13+
<FeatureTable id="cache.cache_analytics" />
1414

15-
For best practices related to Cache Analytics, refer to [Cache performance](/cache/performance-review/cache-performance/).
15+
## Access Cache Analytics
1616

17-
## Availability
17+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account and domain.
18+
2. Go to **Caching** > **Overview**.
1819

19-
<FeatureTable id="cache.cache_analytics" />
20+
## Requests vs Data Transfer
21+
22+
You can decide wheter to focus on **Requests** or **Data Transfer**:
23+
24+
- **Requests** (default view) help assess performance, as each cache miss slows down content delivery.
25+
- **Data Transfer** is useful for cost analysis, since most hosting providers charge for every byte that leaves their network.
26+
27+
You can switch between these views while keeping other analytics filters applied.
28+
29+
For best practices related to Cache Analytics, refer to [Cache performance](/cache/performance-review/cache-performance/).
2030

2131
## Add filters
2232

0 commit comments

Comments
 (0)