|
| View previous topic :: View next topic |
| Author |
Message |
nishikaj
|
Posted: Thu May 05, 2011 2:17 am Post subject: help with page execution time code |
|
|
$mtime = microtime();
$mtime = explode(" ",$mtime);
$mtime = $mtime[1] + $mtime[0];
$starttime = $mtime;
the code above will determine the time taken for a page load script to execute correct to 0.000000000000001 seconds...
the result is something like
This page was generated in 0.00120401382446 seconds
|
|
|
 |
gretchenhumphrey
|
Posted: Wed May 11, 2011 3:57 am Post subject: |
|
|
awesome
|
|
|
 |
melissasanders
|
Posted: Wed May 11, 2011 11:01 pm Post subject: |
|
|
for me, it's already very fast. :)
|
|
|
 |
BobWinston
|
Posted: Mon May 23, 2011 9:05 am Post subject: |
|
|
This is so fast. Great....
|
|
|
 |
|
|
|