News Feed
Jobs Feed
Sections




News Archive
Jim Plush's Blog:
Grouping PHP classes = faster by 24%
February 13, 2006 @ 06:55:53

Jim Plush wanted to try a little experiment with perfomance in PHP - specifically dealing with the placement of the class code in an application.

Out of sheer boredom I wanted to see which was better, including one big file of classes or splitting your classes up into multiple files. I'm going to use nusoap as an example. The NuSoap package lets you download one file. nusoap.php. That one file contains 9 classes. While not only is this method nice as you only need to include one class, its also 24% faster on average than having to include 9 seperate files.

In his informal testing he found that combining the files/classes into a single large file made for better performance (as far as object usage) - of course, that also makes it harder to maintain...

0 comments voice your opinion now!
grouping classes one file faster twenty-four percent grouping classes one file faster twenty-four percent


blog comments powered by Disqus

Similar Posts

PHPit.net: Creating a file manager with PHP

DZone.com: PHP RefCardz Released

Jim Plush\'s Blog: Grouping PHP classes = faster by 24%

Jim Plush\'s Blog: Grouping PHP classes = faster by 24%

Stubbles Blog: vfsStream 0.1.0 Released


Community Events











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


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

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