[UPHPU] analyzing load time
Richard K Miller
richardkmiller at gmail.com
Wed Sep 2 20:58:52 MDT 2009
Dan, you probably want Yahoo's YSlow or Google's Page Speed. If you
think it's images, or a number of other front-end issues, a code
profiler probably won't help you.
http://developer.yahoo.com/yslow/
http://code.google.com/speed/page-speed/
YSlow was created by Steve Souders, who now works for Google. He spoke
at Google I/O this year about website performance and his talk is
available on YouTube:
http://code.google.com/events/io/sessions/EvenFasterWebsites.html
http://stevesouders.com/ (other videos and posts)
On Sep 2, 2009, at 7:44 PM, thin wrote:
> There's an excellent bit in the firebug [firefox] plugin that is good
> for analyzing various element load times. it doesn't specifically do
> php, but it'll tell you about various ajax call load times and
> elements [eg: images] too. might be a good place for you to do some
> sniffing.
>
>
>
> On Wed, Sep 2, 2009 at 8:19 PM, Daniel C.<dcrookston at gmail.com> wrote:
>> A friend of mine has a site (written in PHP with lots and LOTS of
>> Ajax) that's loading slowly. What are some good ways to find out why
>> it's loading slowly and then speed it up? I suspect it's mostly
>> images (he's got several images that are being scaled by the browser)
>> but I'd like to check for less-obvious problems with a code profiler,
>> if there are any decent ones available for PHP.
>>
More information about the UPHPU
mailing list