News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Affinity Bridge Blog:
Code optimization with Xdebug and KCachegrind
August 28, 2009 @ 10:04:53

On the Affinity Bridge blog today there's a great post looking at the use of Xdebug and KCachegrind to pinpoint bottlenecks and possible refectoring points in your code in a bit more visual way. They use an example from their own development - a script that took around twenty minutes to run.

By reducing the number of queries, making small code optimizations, and properly indexing and keying the legacy database we managed to cut the time to 10 minutes'"still we were way off target. To get a better look at what was going on, we thought it would be great to install Xdebug and take a look at it with KCacheGrind.

They show you how to get the full setup installed (on a Ubuntu system) - the LAMP stack, Xdebug and KCacheGrind. Complete commands to install, configure and run a sample debug session are all included. Sample outputs from the KCacheGrind software are there too: code structure, execution times.

0 comments voice your opinion now!
xdebug kcachegrind optimize




Community Events





Don't see your event here?
Let us know!


podcast introduction application community phpunit api opinion framework custom symfony2 interview release unittest series component language conference test development security

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework