News Feed
Jobs Feed
Sections




News Archive
ParticleTree.com:
Object Oriented Memory Concerns
September 18, 2008 @ 11:17:00

In a new article to his blog, Ryan Campbell has expressed some concerns in the amounts of memory that some of the object oriented practices in PHP are using these days.

It's hard to imagine pushing the limits of object oriented PHP so far that your web servers choke, but the truth is those limits are reached faster than you think. [...] While replacing objects with arrays when possible makes things a little better, the most performance friendly approach involves appending strings. For your convenience, we've run some tests that measure page execution times and memory usage to create the following guideline to help you plan out what areas of your code may have to break away from an object oriented nature.

He shares some benchmarks of the memory use for different variable types - strings, arrays and objects - giving load times and the amounts of memory used. He mentions three workarounds that could help (unset, static methods and paging) reduce the memory consumption of your script.

0 comments voice your opinion now!
oop object oriented memory concern unset static benchmark


blog comments powered by Disqus

Similar Posts

Pavel Shevaev's Blog: A reliable way to serialize/unserialize objects in PHP

NETTUTS.com: 25 Resources to Get You Started with PHP from Scratch

Joshua Thompson's Blog: Return to Prototype Based Programming in PHP

Davey Shafik's Blog: The Closure Puzzle

Jani Hartikainen's Blog: Decoupling models from the database: Data Access Object pattern in PHP


Community Events











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


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

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