Re: Reducing load for LAMP app?
- From: "Rik Wasmus" <luiheidsgoeroe@xxxxxxxxxxx>
- Date: Sun, 06 Jan 2008 19:54:05 +0100
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
.
- Follow-Ups:
- Re: Reducing load for LAMP app?
- From: Gilles Ganault
- Re: Reducing load for LAMP app?
- References:
- Reducing load for LAMP app?
- From: Gilles Ganault
- Re: Reducing load for LAMP app?
- From: Richard
- Re: Reducing load for LAMP app?
- From: Gilles Ganault
- Re: Reducing load for LAMP app?
- From: Jerry Stuckle
- Re: Reducing load for LAMP app?
- From: Gilles Ganault
- Re: Reducing load for LAMP app?
- From: Jerry Stuckle
- Re: Reducing load for LAMP app?
- From: Gilles Ganault
- Reducing load for LAMP app?
- Prev by Date: Re: TRUE and FALSE are treated differently
- Next by Date: Shopping Cart Hell
- Previous by thread: Re: Reducing load for LAMP app?
- Next by thread: Re: Reducing load for LAMP app?
- Index(es):