check sql query executed wp

Solutions on MaxInterview for check sql query executed wp by the best coders in the world

showing results for - "check sql query executed wp"
Ian
11 May 2016
1For $wpdb->queries to work you need to configure in wp-config.php:
2
3define('SAVEQUERIES', true);
4
5This is highly not recommended for production (heavy performance hit) and so 
6turned off by default.
similar questions
queries leading to this page
check sql query executed wp