Re: Reducing load for LAMP app?
- From: Gilles Ganault <nospam@xxxxxxxxxx>
- Date: Sun, 06 Jan 2008 19:21:46 +0100
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();
// run script code here
$end_time = microtime();
$total_time = $end_time - $start_time;
Thanks.
.
- Follow-Ups:
- Re: Reducing load for LAMP app?
- From: Rik Wasmus
- 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
- Reducing load for LAMP app?
- Prev by Date: Re: php -r
- Next by Date: Re: TRUE and FALSE are treated differently
- Previous by thread: Re: Reducing load for LAMP app?
- Next by thread: Re: Reducing load for LAMP app?
- Index(es):
Relevant Pages
|