xdebug

Kurt 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.


 

Derick Rethans' Blog: Xdebug on github

PHPDeveloper.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.


 

Debugging PHPUnit Tests in NetBeans with XDebug - Rafael Dohms

Planet 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.

For me this ends up happening in my unit tests since i’m not running everything in the browser everytime and since my tests usually run more scenarios then a regular browser run, that’s where the weird stuff happens.

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 Application

PHPDeveloper.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 Xdebug

PHPDeveloper.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.