I. Site Overview (Free)
Question: Is my site healthy right now?
High-level health at a glance. No deep dives, no route breakdowns — just the signals that matter.
This is the only free dashboard. It gives every user a clear picture of their site's health and naturally drives upgrades when they need deeper analysis.
Row 1 — Key Metrics
| Panel | Type | What it shows |
|---|---|---|
| p95 Response Time | stat | 95th percentile response time — if this is high, your site feels slow |
| Slow Requests % | stat | Percentage of requests over 800ms threshold |
| Requests per Second | stat | Current throughput — is your site under load? |
| Memory Avg | stat | Average memory per request — watches for memory leaks |
Row 2 — Trends
| Panel | Type | What it shows |
|---|---|---|
| Memory Trend | line_chart | Memory usage over time — spot gradual increases |
| Error % Trend | line_chart | Error rate over time — spot spikes |
| Requests per Second | bar_chart | Traffic volume pattern — see daily rhythms and spikes |
Row 3 — Security Snapshot
| Panel | Type | What it shows |
|---|---|---|
| Failed Login Attempts | stat | Brute force detection — threshold coloring (green/yellow/red) |
| PHP Fatals | stat | Fatal errors — should always be zero |
| Upload Blocked | stat | Blocked file uploads — potential attack attempts |
| Brute Force Events | line_chart | Login attack pattern over time |
Row 4 — System State
| Panel | Type | What it shows |
|---|---|---|
| Email Delivery Failure | stat | Are your emails getting delivered? |
| Missed Scheduled Posts | stat | Cron health indicator — missed posts mean broken cron |
| PHP Warnings Rate | line_chart | Warning trend — early signal before errors |
| Plugin/Theme Changes | stat | Did something change? Plugin updates, theme switches |
What's NOT on this dashboard
These belong on specialized paid dashboards:
- Route breakdowns → Performance & Latency
- Hook profiling → Performance & Latency
- Crawler analysis → Traffic Intelligence
- REST namespace analysis → Traffic Intelligence
- AJAX breakdown → Admin & Auth
- Plugin lifecycle details → Change & Drift