I guess I only sent this as a reply to Daniel initially instead of to
the group as well.


---------- Forwarded message ----------
From: Joseph Scott <[email protected]>
Date: Fri, Sep 4, 2009 at 9:36 PM
Subject: Re: [UPHPU] analyzing load time
To: "Daniel C." <[email protected]>


On Fri, Sep 4, 2009 at 6:03 PM, Daniel C.<[email protected]> wrote:
> Thanks everyone for the suggestions, I've got Firebug already so I'll
> use that on the front end.  What I was really wondering, though (and I
> can see how this would have been misunderstood after rereading my
> email) is whether anyone can recommend a profiler that runs server
> side and will analyze PHP script and MySQL query times.


You can do basic things like track the time each DB query takes, and
the total time to finish the PHP script.

This was a very pretty looking, basic profile display -
http://particletree.com/features/php-quick-profiler/

If you want to do some profiling then Xdebug - http://www.xdebug.org/
- can do that.  Can process it with something like webgrind -
http://code.google.com/p/webgrind/


-- 
Joseph Scott
[email protected]
http://josephscott.org/

_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to