News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Checking the performance of PHP exceptions
January 17, 2012 @ 08:02:24

Gonzalo Ayuso has a new post to his blog today looking at the performance of PHP exceptions and how it could effect your application's overall speed.

Sometimes we use exceptions to manage the flow of our scripts. I imagine that the use of exceptions must have a performance lack. Because of that I will perform a small benchmark to test the performance of one simple script throwing exceptions and without them.

His (little) benchmarking scripts are included - both looping 100000 times, one throwing an exception and the other not. The results were pretty obvious - the memory usage was about the same but the speed was about ten times faster without the exceptions (in PHP 5.3). In PHP 5.4, however, the numbers were closer as far as time to run. Obviously, unless you make super heavy use of exceptions, you're not even going to come close to something like this (micro-optimization anyone?).

0 comments voice your opinion now!
exception performance benchmark execution time memory


blog comments powered by Disqus

Similar Posts

Slawek Lukasiewicz's Blog: Throwing Exception with Type Hinting Failed

Patrick Allaert's Blog: Benchmarking Zend Platform, APC and Xdebug

Ryan Grove's Blog: Minify combines, minifies &caches JavaScript & CSS files to speed up page loads

Stefan Priebsch's Blog: Turning errors into exceptions

Matt Curry's Blog: Check Out These Upgrades I Made To The CakePHP DebugKit


Community Events











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


language framework community phpunit interview testing usergroup functional podcast rest introduction zendframework2 development series symfony2 unittest opinion release database conference

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