[UPHPU] Fwd: analyzing load time
Joseph Scott
joseph at josephscott.org
Mon Sep 7 11:22:18 MDT 2009
I guess I only sent this as a reply to Daniel initially instead of to
the group as well.
---------- Forwarded message ----------
From: Joseph Scott <joseph at josephscott.org>
Date: Fri, Sep 4, 2009 at 9:36 PM
Subject: Re: [UPHPU] analyzing load time
To: "Daniel C." <dcrookston at gmail.com>
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.
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
joseph at josephscott.org
http://josephscott.org/
More information about the UPHPU
mailing list