-
-
Notifications
You must be signed in to change notification settings - Fork 213
How to use
Daniele Scasciafratte edited this page Apr 27, 2016
·
15 revisions
#Install
This part is very easy, download and install Query Monitor.
Don't forget to add in your w-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.