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: Latest Releases from PHPClasses.org

Community News: Packagist Latest Releases for 12.16.2012

Site News: Blast from the Past - One Year Ago in PHP

Project: Guzzle - RESTful web service client development framework

Cyberlot\'s Blog: Zend Framework take two (using gettext)


Community Events











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


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

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