WordPress plugin with customizations to enhance and extend the already awesome Query Monitor plugin by John Blackbourn.
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 |
Demos of QMX are available via the WordPress Playground:
See Demos document for more info.
Recent releases contain zip files for installation as a WordPress plugin and mu-plugin.
If you prefer to use Composer, you can install this package with the following command.
composer require --dev crstauf/query-monitor-extend