crstauf / query-monitor-extend
Query Monitor Extend
Package info
github.com/crstauf/query-monitor-extend
Type:wordpress-plugin
pkg:composer/crstauf/query-monitor-extend
v1.7.2
2026-08-19 00:27 UTC
Requires
None
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Query Monitor Extend
WordPress plugin with customizations to enhance and extend the already awesome Query Monitor plugin by John Blackbourn.
Panels
| Panel | Description |
|---|---|
| ACF | Calls to the_field() and get_field(), and Local JSON configuration |
| Constants | User defined constants: get_defined_constants( true )['user'] |
| Files | Included files: get_included_files() |
| $_SERVER | Dump of $_SERVER |
| $_GET | Dump of $_GET (if set) |
| $_POST | Dump of $_POST (if set) |
| Heartbeats | Monitors WordPress' Heartbeat |
| Image Sizes | Names, count, width, height, ratio, cropped, and source of WordPress registered image sizes |
| Paths | Constants and functions for WordPress URLs and paths |
| Time | Current time in timezones: UTC, server, WordPress, and browser |
Demo
Demos of QMX are available via the WordPress Playground:
See Demos document for more info.
Installing
Recent releases contain zip files for installation as a WordPress plugin and mu-plugin.
Composer
If you prefer to use Composer, you can install this package with the following command.
composer require --dev crstauf/query-monitor-extend