Skip to content

How to use

Maciej Czerpiński edited this page May 30, 2016 · 15 revisions

#Install This part is very easy, download and install Query Monitor.
Don't forget to add in your wp-config.php define( 'QM_HIDE_SELF', true ); if you want hide the internal actions of Query Monitor in the output info from the plugin itself.

#$wpdb Queries This section is very interesting because show all the SQL query executed from the site (plugin and themes included), the interface enable to you to filter the results by Caller so you can analyse the performance of your plugin.

Clone this wiki locally