On Sat, Sep 5, 2009 at 5:07 PM, Alvaro Carrasco <[email protected]> wrote:
> Dan, > See below: > > 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. > > > > 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. > There's also webgrind [1]. Its a great cachegrind tool that you can use in the browser on any platform. [1] http://code.google.com/p/webgrind/ _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
