>
Download This Plugin | |
Download Elegant Themes | |
Name | Query Monitor |
Version | 2.7.0 |
Author | John Blackbourn |
Rating | 100 |
Last updated | 2015-03-09 01:36:00 |
Downloads |
44018
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Query Monitor plugin added 114 bytes of resources to the Home page and 101 bytes of resources to the sample Post page.
Query Monitor plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Query Monitor plugin ads no tables to your Wordpress blog database.Query Monitor is a debugging plugin for anyone developing with WordPress. It has some advanced features not available in other debugging plugins, including automatic AJAX debugging and the ability to narrow down things by plugin or theme.
For complete information, please see Query Monitor's GitHub repo.
Here's an overview of what's shown:
SELECT
, UPDATE
, DELETE
, etc)Filtering queries by component or calling function makes it easy to see which plugins, themes, or functions on your site are making the most (or the slowest) database queries.
200
response codeX-QM-Redirect
HTTP header containing the call stack, so you can use your favourite HTTP inspector to easily trace where a redirect has come fromThe response from any jQuery AJAX request on the page will contain various debugging information in its header that gets output to the developer console. No hooking required.
AJAX debugging is in its early stages. Currently it only includes PHP errors, but this will be built upon in future versions.
Hands up who can remember the correct names for the filters and actions for custom admin screen columns?
get_current_screen()
and a few variablesBy default, Query Monitor's output is only shown to Administrators on single-site installs, and Super Admins on Multisite installs.
In addition to this, you can set an authentication cookie which allows you to view Query Monitor output when you're not logged in (or if you're logged in as a non-administrator). See the bottom of Query Monitor's output for details.