DebugHawk Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
WordPress performance debugging and monitoring, simplified. DebugHawk gives you deep insight into your WordPress site’s front-end and back-end performance, with the clarity only a tool purpose-built for WordPress can offer.
Here’s an overview of what’s tracked:
Front-end Performance
- Core Web Vitals (LCP, INP, CLS, TTFB, FCP)
- Network performance metrics (DNS lookup, connection time)
- Browser resource tracking (requests, page weight, transfer sizes)
Back-end Performance
- PHP execution time and memory usage
- Database query performance and count
- External HTTP request timing
- Object cache performance
- Page cache effectiveness
- Redirects
Configuration
You can further customize DebugHawk, with the following additional options:
`
define(‘DEBUGHAWK_CONFIG’, [
‘enabled’ => true,
‘endpoint’ => ‘…’,
‘secret’ => ‘…’,
‘sample_rate’ => 0.25, // Optional: Sampling rate (0-1, default: 1.0)
‘slow_queries_threshold’ => 50, // Optional: Slow query threshold in ms (default: 50)
‘trace_redirects’ => true, // Optional: Track redirects (default: true)
‘trace_admin_pages’ => true, // Optional: Track admin pages (default: true)
]);
`
How It Works
Once configured, DebugHawk automatically:
- Monitors Performance – Tracks PHP execution time, database queries, and memory usage on each page load
- Collects Browser Metrics – Injects a lightweight JavaScript beacon to collect Core Web Vitals and resource timing
- Encrypts Data – All collected data is encrypted before transmission
The plugin works transparently without any additional user interaction after configuration.
Screenshots
No screenshots provided

