I just recently noticed that the queries on my postbit have jumped up to a rather high level (30 in some cases) but is there an easy way to find out where the queries are comming from?
I just recently noticed that the queries on my postbit have jumped up to a rather high level (30 in some cases) but is there an easy way to find out where the queries are comming from?
Turn debug mode on (init.php file, find unset($vblocalurl, $vblocalopen, $debug); add $debug=1; below), and use explain=1 to view all the queries on the page.
Turn debug mode on (init.php file, find unset($vblocalurl, $vblocalopen, $debug); add $debug=1; below), and use explain=1 to view all the queries on the page.