Quote:
Today at 11:03 AM Sanjiyan said this in Post #803
I did this for the $digit:
PHP Code:
// time format
$digits=4;
$totaltime = $endtime[0] - $starttime[0] + $endtime[1] - $starttime[1];
$trimmedtime = number_format( $totaltime , $digits );
$percentphp = number_format( ( ( ( $totaltime - $querytime ) / $totaltime ) * 100 ) , 2 ) . '% PHP';
$percentsql = number_format( ( ( $querytime / $totaltime ) * 100 ) , 2 ) . '% MySQL';
And its still doing like 12 digitis long, and rehack the db_ file? I followed the install file right, I triple checked, after reading the thread, but its still doing it, I used the 2.3.0 verison of the hack, as I have a 2.3.0 board, or should I apply the older version?
|
The original instructions Work Great for me. No problems
and
Page generated in 0.1956 seconds (76.11% PHP - 23.89% MySQL) with 30 queries.
don't know why your didn't work...