Re: Reducing load for LAMP app?
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Sun, 06 Jan 2008 15:54:17 -0500
Gilles Ganault wrote:
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.
It's already in seconds.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- 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
- Re: Reducing load for LAMP app?
- From: Rik Wasmus
- 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: problem with include.
- Next by Date: Re: problem with include.
- Previous by thread: Re: Reducing load for LAMP app?
- Next by thread: Re: Reducing load for LAMP app?
- Index(es):
Relevant Pages
|