Blog
Open-source PHP profiler
2007-09-18 20:57:33 by Martynas Jusevičius
We were looking for a simple open-source PHP profiler, without any fancy IDEs like Zend bundled together. After a little search, we found one: Xdebug, debugger and profiler tool for PHP. It installs as a PHP extension. When you execute your scripts, it simply writes debug information into a file. You can later open and analyze it with a special viewer: KCachegrind for Linux or WinCacheGrind for Windows.
Comments (16)
There is also PECL::APD which is solely focused on being a profiler.
Wow.. thanks
2007-09-19 10:17:16 by Chris van de Wouw
I've been using Xdebug with eclipse for some time now, but solely for debugging. I never knew about this profiling thing until now. This will give me much deeper insight of my code.
I am profiling too!
...I recommend these tools for anyone that wants to make their PHP project faster and need to know where to start...
Great Tip!
Thanks for the link to Xdebug.
Great extension for our database scripts.
Any one can help?
2007-11-09 07:01:21 by Hoangnk
unfortunate, i know Xdebug is not compatible with Zend optimizer while all my code was encoding by Zend. have anyways to use XDebug in this case?
Hearing from you
PhpED built-in profiler
There's also Nusphere PhpED's built-in profiler, but I never managed to run it (as of 2008-Jul-10). I posted at http://support.nusphere.com/viewtopic.php?p=20687 . So far, no replies.
hertyu
PhpED's built-in profiler, but I
http://www.passforsure.co.uk/642-072.htm
Nice
http://www.passforsure.co.uk/642-145.htm
once more nice
http://www.passforsure.co.uk/642-736.htm
I really like it
http://www.passforsure.co.uk/000-076.htm
Amazing
Bvlgari Jewelry
Other <a href=http://www.chanelearrings.org/fake-Links-Necklace-115-b0.html>links of london necklace</a> observers se
Comment
Thanks for this post
Comments
I agree
Re: Comments
Thanks for this insightful post its really really fantastic to read
Re: Re: Commnets
Thanks for replying

PECL::APD
2007-09-18 21:55:13 by Lukas