Re: Reducing load for LAMP app?



On Sun, 06 Jan 2008 19:21:46 +0100, Gilles Ganault <nospam@xxxxxxxxxx> wrote:

On Sun, 06 Jan 2008 10:19:53 -0500, Jerry Stuckle
<jstucklex@xxxxxxxxxxxxx> wrote:
Well, to start, you don't need any tools. microtime() can help you
locate bottlenecks.

OK, I'll tell him to put some calls to Microtime() in the PHP pages,
and see what we get.

$start_time = microtime();

microtime(true);, check the output :P

// run script code here
$end_time = microtime();
$total_time = $end_time - $start_time;




--
Rik Wasmus
.