Merlin <mailto:[EMAIL PROTECTED]>
    on Wednesday, March 10, 2004 5:05 PM said:

> can anybody recommend tools to messure page loading time of php pages.
> I am working on a new site and it apears to me that the old one loads
> much faster. Are there any tools around to break this down to hard
> numbers? 

you can time your scripts on the command line to see how long they
execute. maybe that will shed some light?

$ time php myscript.php

another idea is that maybe the old server was gzipping the data before
it went over the pipe and now it's not?


chris.

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

Reply via email to