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.