Author
Patrick Bass Submitted
Jun 7, 2026 9:51am Reviewed
Jun 7, 2026 9:51am Summary
Added by audit doc-gap batch
## Admin: Performance Monitor
+
The Performance Monitor at **Admin → Performance** gives a real-time snapshot of server health.
−
The Performance Monitor at **Admin → Performance** shows how fast your community is serving requests over the last 24 hours.
### What it shows
+
- PHP-FPM worker count and queue depth
+
- Database connections and slow queries
+
- OPcache hit rate and memory usage
+
- Disk usage for uploads and logs
−
- **Slowest endpoints.** The top 10 routes by response time in the last 24 hours.
−
- **Slow requests.** A count of requests that took longer than 500 ms.
−
- **Error rate.** The share of requests flagged as slow, as a percentage.
−
- **Recent slow requests.** A table of the latest slow requests with the URL, method, duration, memory used, and the member who triggered it.
### Interpreting the data
+
- High request queue = traffic spike or slow requests.
+
- Low OPcache hit rate = normal after a deploy.
−
- A spike in slow requests usually means a traffic surge or a heavy page. Check the slowest-endpoints list to see which route is responsible.
−
- A single member appearing repeatedly in the recent-slow table can point to an expensive search or export they are running.
+
For alerting and historical trends, use your hosting provider's monitoring tools.
−
Use this page to spot a regression early and decide where to dig in next.
−
Admin: Performance Monitor
The Performance Monitor at Admin → Performance gives a real-time snapshot of server health.
What it shows
- PHP-FPM worker count and queue depth
- Database connections and slow queries
- OPcache hit rate and memory usage
- Disk usage for uploads and logs
Interpreting the data
- High request queue = traffic spike or slow requests.
- Low OPcache hit rate = normal after a deploy.
For alerting and historical trends, use your hosting provider's monitoring tools.
## Admin: Performance Monitor The Performance Monitor at **Admin → Performance** gives a real-time snapshot of server health. ### What it shows - PHP-FPM worker count and queue depth - Database connections and slow queries - OPcache hit rate and memory usage - Disk usage for uploads and logs ### Interpreting the data - High request queue = traffic spike or slow requests. - Low OPcache hit rate = normal after a deploy. For alerting and historical trends, use your hosting provider's monitoring tools.