News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Profiling PHP Code with Xdebug and KCacheGrind
December 31, 2010 @ 12:09:07

New on PHPBuilder.com today there's a tutorial on profiling your applications with the help of XDebug and the KCacheGrind tools.

[Eventually you'll want to seek out and resolve any bottlenecks.] Which brings us to the question of how to even go about determining which parts of an application could conceivably be optimized. One common approach involves using a profiler such as Xdebug, which can analyze your code and produce performance reports. These reports can then be reviewed within a profiling visualization tool such as KCacheGrind. In this article I'll show you how to use Xdebug and KCacheGrind to begin profiling and analyzing your PHP-driven Web applications.

He starts you from the beginning - installing both XDebug and KCacheGrind (unix-based, if you're on Windows try WinCacheGrind). He gives an example of a profile report based on a Zend Framework application and an example call graph output (as well as how some caching can help things quite a bit).

0 comments voice your opinion now!
profile tutorial xdebug kcachegrind


blog comments powered by Disqus

Similar Posts

WebReference.com: User Personalization with PHP: Beginning the Application

PHPMaster.com: Better Understanding Random

DevShed: Validating Web Forms with the Code Igniter PHP Framework

SitePoint.com: How To Handle File Uploads With PHP

Zend Developer Zone: Installing PHP4 and PHP5 Concurrently on One WinXP Computer


Community Events











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


language podcast interview zendframework2 code composer development object functional release example opinion testing unittest series introduction community framework conference tool

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