Skip to content

crstauf/query-monitor-extend

Repository files navigation

WP tested 6.3.2 QM tested up to 3.14.0 License: GPL v3 PHPCS PHPStan

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 by using this repository as the source.

Add the following to your project's composer.json:

"repositories": [
	{
		"type": "vcs",
		"url": "https://github.com/crstauf/query-monitor-extend.git"
	}
]

And then install:

composer require --dev crstauf/query-monitor-extend

About

WordPress plugin with customizations to enhance and extend the already awesome Query Monitor plugin.

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •