Theme
Analytics
Traffic, visitors, and performance for your sites — scoped to your accessible sites.
Who can use this page? All roles see data for sites they can access.
Open
Sidebar → Analytics, or site toolbar → Analytics
What is measured
Parsed from Nginx access logs (JSON log format) on a schedule (every few minutes) with daily rotation:
| Metric | Notes |
|---|---|
| Requests / traffic | Bytes in/out |
| Visitors | Distinct client signals where applicable |
| Response times | Upstream/request timing fields |
| Status distribution | 2xx/4xx/5xx mixes |
| Geography | Cloudflare country when CF-IPCountry present |
| Cache hit rate | FastCGI cache status when enabled |
Exclusions
Robots/crawlers, known noise, and sensitive paths (WordPress dashboard and login routes) are left out of “people” metrics so numbers stay meaningful.
Views
- Per site — drill into one domain
- Granularity: hourly/daily style buckets as offered in the UI
Reading the charts
- Spike + 5xx → check Site logs
- High traffic + low cache hits → review Cache settings
- Slow response times → app code, FPM pool, or upstream