Re: Reducing load for LAMP app?



On Sun, 06 Jan 2008 14:19:14 -0500, Jerry Stuckle
<jstucklex@xxxxxxxxxxxxx> wrote:
You don't need time() calls. Just:

$starttimer = microtime(true);
// ...
$stoptimer = microtime(true);
... etc...

I'll have to find a function to turn

2.598762512207E-5

into seconds.
.