News Feed
Jobs Feed
Sections




News Archive
Learncomputer.com:
PHP Profilers Compared (PHP Quick Profiler & XDebug)
November 14, 2011 @ 11:53:31

In a recent post from Learncomputer.com, there's a comparison of two PHP profilers - the PHP Quick Profiler and the one included in Xdebug.

Whether you are an experienced developer or just getting started it is important to know how to measure the performance of your scripts and applications so that you can learn to make improvements and optimizations to your code. [...] This article compares two of the most popular [profiling] solutions under free license that you can begin using today to profile your PHP applications.

They describe each of the tools - the Quick PHP Profiler acting more like a plugin (running on each page load) and Xdebug working more behind the scenes and providing cachegrind files. These files can be viewed in cachegrind tools to drill in to the badly performing aspects of your applications and find the issues.

If you need a free tool it can be difficult to find a PHP profiling tool that has all of the features you may want and the interface that you like all rolled into one. Identifying what kind of data you are looking for and what information you need from a profiling tool will allow you to choose the best solution for your needs.
0 comments voice your opinion now!
phpquickprofiler xdebug profile performance cachegrind plugin


blog comments powered by Disqus

Similar Posts

Xml.it Blog: Open-source PHP profiler

Rafael Dohms' Blog: Debugging PHPUnit Tests in NetBeans with XDebug

Gyorgy Fekete's Blog: Web Development in Mac OS X - Complete Guide

Jani Hartikainen's Blog: Optimizing Zend Framework and Doctrine applications

NETTUTS.com: How to Write a "Most Popular By Views" WordPress Plugin


Community Events











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


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

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