Performance problems
Posted: 2011-11-09T04:24:28-07:00
Last week I've introduced Imagemagic in our CMS to reduce the images. Works pretty good and the images have a higher quality then reducing images with PHP GD and the're small too!
But one problem is the performance of ImageMagic. When I reduce for example 10 images after each other with ImageMagic (users have the possibilty to upload multiple images at once ) the load of my server is growning fast and I see 4 a 5 convert processes in linux TOP. Sometimes the load is growing to 8 and thats very high for a quad core machine, With PHP GD I had not that problem.
Some info:
Version: ImageMagick 6.7.3-2 2011-10-25 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
OS is CentOS and I use ImageMagic with PHP.
But one problem is the performance of ImageMagic. When I reduce for example 10 images after each other with ImageMagic (users have the possibilty to upload multiple images at once ) the load of my server is growning fast and I see 4 a 5 convert processes in linux TOP. Sometimes the load is growing to 8 and thats very high for a quad core machine, With PHP GD I had not that problem.
Some info:
Version: ImageMagick 6.7.3-2 2011-10-25 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
OS is CentOS and I use ImageMagic with PHP.