crstauf / query-monitor-extend
Query Monitor Extend
Installs: 129
Dependents: 0
Suggesters: 0
Security: 0
Stars: 88
Watchers: 8
Forks: 14
Open Issues: 2
Type:wordpress-plugin
Requires (Dev)
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