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

Secunia.com: phpChess Community Edition Multiple File Inclusion

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

Debuggable Blog: Two CakePHP Tricks

Nessa's Blog: Working with Permissions in PHP

AnyExample.com: Downloading files from Amazon S3


Community Events











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


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

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