News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
The Need for Speed Profiling with XHProf and XHGui
September 03, 2012 @ 10:29:13

On PHPMaster.com today Matt Turland has an article posted about using XHProf and XHGui to find the performance issues in your application and profile them to help optimize things.

Profiling is the process of measuring the execution time of each function or method call involved in servicing a single page request. The data collected from this process can reveal issues such as a particular method taking a long time to execute or being called a large number of times. Profiling a PHP script generally requires installing a PHP extension. The two more popular extensions for this purpose are Derick Rethans' Xdebug and Facebook's XHProf. This article will focus on XHProf.

He walks you through the installation of both and shows you some sample results of the profiling of a simple application and how you can compare the results across profiling runs. Additionally, if you install graphviz support, you can generate the call stack output in a visual form to make for easier consumption.

0 comments voice your opinion now!
xhprof profile optimize xhgui tutorial install


blog comments powered by Disqus

Similar Posts

Stefan Mischook's Blog: Video Tutorial: PHP conditionals

Bard Farstad's Blog: Optimizing PHP for Intel based Mac

Alexy Kovyrin\'s Blog: Nginx With PHP As FastCGI Howto

Zend Developer Zone: Debugging PHP applications with xdebug

Vanessa Vasile's Blog: Simple Way to Parse an x509 Certificate with PHP


Community Events











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


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

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