News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
Advanced CodeIgniter Profiling With XHProf
April 18, 2012 @ 13:12:18

On the NetTuts.com site today there's a new tutorial showing how to use XHProf to profile CodeIgniter-based applications and fidn the spots that are causing the most overhead/issues.

XHProf will provide you with a hierarchical profile of the functions your application calls, allowing you to follow the chain of events that lead up to resource intensive code running. You'll be able to see exactly how much wall time (the actual time elapsed), CPU time and memory your application uses. This tutorial will help you get XHProf installed on your server, and integrated with your CodeIgniter application via hooks so that you can start profiling your application, in a production environment, straight away. Everything you see here was written for Ubuntu 10.04 - the latest LTS release at the time of writing.

They walk you through the installation of the tool (via a wget of the source), show you how to integrate it with CodeIgniter via hooks and include a simple class that is called to execute and report on the findings. Some sample output is included as well as some general tips on interpreting the results.

0 comments voice your opinion now!
codeigniter profile xhprof framework


blog comments powered by Disqus

Similar Posts

Community News: Packagist Latest Releases for 03.14.2013

Boston PHP User Group: Chris Shiflett Presents on the Zend Framework

Community News: Latest Releases from PHPClasses.org

Symfony Blog: New in symfony 1.2: Doctrine goodies

PHPMaster.com: Laravel: Is It Really Clean and Classy?


Community Events









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


community framework introduction development language database composer opinion example tool testing podcast zendframework2 phpunit unittest object release interview code api

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