Kurt Payne has a new post to his blog showing how to use register_tick_function with a callback to help benchmark and profile your application to find its pain spots.
xdebugKurt Payne's Blog: User register_tick_function to profile your c...PHPDeveloper.org Tue, 02/07/2012 - 13:26
Kurt Payne has a new post to his blog showing how to use register_tick_function with a callback to help benchmark and profile your application to find its pain spots. Learncomputer.com: PHP Profilers Compared (PHP Quick Profiler & ...PHPDeveloper.org Mon, 11/14/2011 - 11:53
In a recent post from Learncomputer.com, there's a comparison of two PHP profilers - the PHP Quick Profiler and the one included in Xdebug. Xdebug's Code Coverage speedup - Derick RethansPlanet PHP Fri, 09/23/2011 - 02:23
Xdebug's Code Coverage speedup Besides a debugging and development aid, Xdebug also implements the back-end code to provide code coverage information for use with PHPUnit. Derick Rethans' Blog: Xdebug on githubPHPDeveloper.org Thu, 06/23/2011 - 07:08
As Derick Rethans notes in his latest post, the Xdebug project is now on github and can be found under his account. Xdebug on github - Derick RethansPlanet PHP Wed, 06/22/2011 - 14:47
Xdebug on github I've just opened my Xdebug repository on github. Debugging PHPUnit Tests in NetBeans with XDebug - Rafael DohmsPlanet PHP Fri, 05/13/2011 - 07:45
Every now and then you run into this weird situation in your code, where something that was supposed to zig is now zagging and it makes no sense whatsoever. So your obvious way out is to add a few var_dumps into the code and try to understand what is happening, if you are doing that: STOP! Eric Hogue's Blog: Profiling a PHP ApplicationPHPDeveloper.org Fri, 04/01/2011 - 09:02
Eric Hogue has written up a new post about a few different technologies you can use to profile your PHP applications quickly and easily. Karsten Dambekalns' Blog: PHP, Xdebug and PhpStorm - working!PHPDeveloper.org Thu, 02/10/2011 - 08:18
Karsten Dambekalns has a new post to his blog today about how he was able to get the PHP IDE PHPStorm and XDebug working together to do some debugging in his application. Harrie Verveer's Blog: Benchmarking XdebugPHPDeveloper.org Tue, 02/01/2011 - 08:08
Harrie Verver has a new post to his blog today looking at some benchmarking numbers he's run on the performance difference Xdebug (the popular PHP debugger) would have on a production system. Tony Lukasavage's Blog: PHP Debugging on IntelliJ IDEA 10 with X...PHPDeveloper.org Thu, 01/06/2011 - 14:24
Tony Lukasavage has a new post to his blog about debugging your PHP applications with IntelliJ and XDebug on a WAMP install. |