[UPHPU] analyzing load time
Alvaro Carrasco
simplepic at gmail.com
Sat Sep 5 17:07:03 MDT 2009
Dan,
See below:
On Fri, Sep 4, 2009 at 6:03 PM, Daniel C.<dcrookston at gmail.com> 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.
>
> Thanks,
> Dan
>
Try xdebug profiler. It does exactly what you're asking for:
http://www.xdebug.org/docs/profiler
I use it all the time, first Firebug and YSlow to determine if it's
actually a PHP script that is slow and not something else, then XDebug
profiler. I use it with either KCacheGrind (linux) or WinCacheGrind
(windows), which are nice GUIs for it.
Alvaro
More information about the UPHPU
mailing list