[wp-testers] PHP/WP profiler tool?

David House dmhouse at gmail.com
Sat Nov 12 15:18:14 GMT 2005


On 11/11/05, Robert Deaton <false.hopes at gmail.com> wrote:
> APD is great for seeing what function calls or includes are taking a
> long time to run.

Yep. Despite being neither quick nor dirty apd is an excellent
profiler and avoids you having to wrap all your function calls in
profiling code (which all PHP-level profilers require).

If you can't get apd installed on your host, run it locally. If the
problem is in your code, it will persist across hosts (probably :))

--
-David House, dmhouse at gmail.com, http://xmouse.ithium.net


More information about the wp-testers mailing list