I find two instances of this in File: init.php (folder /includes)
Code:
if (!empty($db->explain))
{
$db->timer_stop(false);
}
One is at line: 213 and the other near the end at line: 432. I should be replacing the one at the end right?
Either way I am getting some very wierd numbers (-28 php - 128% mysql); please see screenshot. It always says more mysql than php, shouldn't that be the other way around? Thanks...