# [EMAIL PROTECTED] / 2007-01-04 11:38:58 +0000:
> Jochem Maas wrote:
> > out of interest, are you logging the result of each request? your
> > probably getting quite a lot of hits to your phpspeed page right now
> > - storing the results of everyone's requests is a nice way to grab
> > extra/free data whilst you pick your nose ;-)
> 
> I'm not at the moment. It's a good idea though, if I get some time over 
> lunch I'll add it.

What data? How are you going to remove the effect of concurrent requests
for the page from the numbers? The other mail I sent showing a run where
printf() came out almost twice as fast as echo clearly shows that the
numbers carry little information.

All that I could gather from several runs was that *printf() is
*slightly* slower than echo, and that the difference isn't large enough
to justify ditching *printf(). I knew this before.

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to