Re: Reducing load for LAMP app?



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
==================

.



Relevant Pages

  • Re: Getting ID from a presented table
    ... Jerry Stuckle ... JDS Computer Training Corp. ... PHP echo statement instead. ... I do not know how to do that in HTML. ...
    (comp.lang.php)
  • Re: Getting ID from a presented table
    ... Jerry Stuckle ... JDS Computer Training Corp. ... Same idea - just generated with a PHP echo statement instead. ... I do not know how to do that in HTML. ...
    (comp.lang.php)
  • Re: Getting ID from a presented table
    ... Jerry Stuckle ... JDS Computer Training Corp. ... PHP echo statement instead. ... I do not know how to do that in HTML. ...
    (comp.lang.php)
  • Re: Getting ID from a presented table
    ... Jerry Stuckle ... JDS Computer Training Corp. ... Same idea - just generated with a PHP echo statement instead. ... I do not know how to do that in HTML. ...
    (comp.lang.php)
  • Re: Gallery Pagination Result Problem
    ... Jerry Stuckle ... JDS Computer Training Corp. ... To add to this, I've just noticed that when I load the landscape gallery, not only does it display all images now instead of just the landscape images, but if I click the paginated result for page 2, it changes the page title back to just Gallery, instead of the main page of Landscape gallery. ... I've got PHP and My SQL for Dummies, and PHP and MySQL Web Development. ...
    (comp.lang.php)