site_health
1 sites
Security covered
Introduction
The Site Health module helps Drupal site administrators and developers monitor the performance and stability of their site by tracking database queries and generating reports.
It provides valuable insights into slow queries, query frequency, and overall database health, enabling teams to identify bottlenecks before they impact site performance.
What you get out of it -
- Database Query Monitoring: Log and analyze queries executed on the site to see what’s running behind the scenes.
- Slow Query Detection: Flag queries that slow you down. You can configure a threshold for execution time.
- Report Generation: Export query data into structured reports for audits or debugging.
- Filter & Search: Filter queries by type (SELECT, INSERT, UPDATE, DELETE), execution time, or originating module.
- Dashboard Overview: Admin interface showing summary statistics (most frequent queries, average execution time, slowest queries).
- No Operational Overhead: The tracking and monitoring service does not add any excess processing.