Analytics
CDN Analytics
Get insights into your CDN traffic, cache performance, and bandwidth usage.
Analytics Dashboard
Each CDN deployment includes a real-time analytics dashboard showing key performance metrics.
Screenshot: CDN Analytics dashboard with traffic charts and stats cards
Key Metrics
Total Requests
The total number of HTTP requests served by the CDN across all domains in the deployment.
Cache Hits
Requests served directly from the edge cache without contacting your origin server.
Cache Misses
Requests that required fetching content from your origin server.
Bandwidth
Total data transferred from the CDN to end users.
Cache Hit Rate
Your cache hit rate is one of the most important CDN metrics. It shows what percentage of requests are being served from cache vs. fetched from origin.
<50%
Needs optimization
50-80%
Good
>80%
Excellent
Time Ranges
View analytics across different time periods:
Screenshot: Time range selector with traffic trend chart
Per-Domain Analytics
Click on any domain in your deployment to see its individual analytics:
Top Content
Identify your most requested content with the Top Content tab. This feature tracks the most popular paths across your CDN deployment in real-time.
Screenshot: Top Content table showing popular paths with stats
Metrics Per Path
/assets/logo.png 15.4K 147 MB /images/hero.jpg 8.7K 437 MB /api/products 3.2K 12 MB Use Cases
Identify which assets drive the most traffic to optimize their delivery.
Find paths with low hit rates that may benefit from configuration changes.
See which content consumes the most bandwidth for cost analysis.
Real-time Tracking
Top Content data is collected in real-time from edge nodes. Up to 100 paths per domain are tracked, sorted by request count. The data refreshes automatically every minute.
Traffic Visualization
View your traffic patterns over time with interactive charts:
Requests Over Time
See request volume trends and identify peak traffic periods.
Cache Performance
Compare cache hits vs misses over time to monitor caching effectiveness.
Bandwidth Usage
Track data transfer volumes and plan for capacity.
Screenshot: Interactive line charts showing requests, cache performance, and bandwidth
Data Retention
Analytics data is stored with the following retention periods:
Improving Cache Performance
If your cache hit rate is lower than expected, try these optimizations:
Increase Cache-Control max-age
Longer TTLs mean content stays cached longer. Use versioned URLs for assets that change.
Normalize query strings
Avoid unnecessary query parameters that create different cache keys for the same content.
Remove Set-Cookie from static assets
Responses with Set-Cookie headers aren't cached. Ensure your origin doesn't set cookies on static files.
Activity Log
Every CDN deployment includes a comprehensive activity log that records all changes and events. Access it from the Activity tab in your deployment dashboard.
What's Logged
Action completed successfully
Action in progress
Action encountered an error
Real-time Updates
The activity log refreshes automatically every 10 seconds. You can also filter by event type or search for specific activities.
Screenshot: Activity log showing deployment events with filters