Quote:
Originally posted by nakkid
install a test board with no hacks. this way you will see exacly where is the bug related to your server.
|
Actually I don't think it depends on installed hacks...
Let me try. Looking at php.net manual for
microtime() I tried to use that sample function
PHP Code:
function getmicrotime(){
list($usec, $sec) = explode(" ",microtime());
return ((float)$usec + (float)$sec);
}
to measure my sample page (with many sql queries) loading time.
Well.
I got values of about 3-4 seconds, nearest to the actual latency time before displaying on a fast connection... many more than 0.7 seconds displayed by { getmicrostats } function at the end of the same page...
:ermm:
Heeeellllllllpppppppp !!!!!!!! :squareeyed: