News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Richard Davey's Blog:
Interesting memory use with GD images
May 21, 2007 @ 15:40:59

Richard Davey takes a look at some of the resource levels used for creating an image with GD in his latest blog entry:

While working on a project I noticed some interesting issues regarding GD images and the amount of memory they take up simply down to where you store them in your PHP script. If you are working with GD a lot then reading this short entry might save you some time / RAM! Update: I've also discovered something very interesting relating to autoloading classes, which again is related to memory allocation.

He was setting up to make a thumbnail from an image and thought to check some benchmarks on memory usage after three different methods:

  • normal, procedural code
  • putting the image resource into an object array
  • storing the image resource in an object variable
In the end, the results were pretty much expected - the procedural (object free) method came in lowest, while the other object-related options had more overhead. It was interesting (as he mentions too) to see the jump between procedural and the object options.

0 comments voice your opinion now!
gd memory usage image benchmark procedural object resource gd memory usage image benchmark procedural object resource



Similar Posts

Nexen.net: PHP adoption statistics for August 2006

Richard Davey's Blog: Interesting memory use with GD images

DevShed: Using the Sleep and Wakeup Functions to Serialize Objects in PHP (Part 2)

Byster.net: PHP5 Benchmarks

Utah PHP Users Group: PHP and JSON


Community Events







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


package example framework book code ajax zendframework job releases database PHP5 mysql conference release developer application security cakephp zend PEAR

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