Speed issues on website using imagemagick
Posted: 2009-09-10T17:08:17-07:00
I am working on developing a website with our developer that is utilizing imagemagick fairly extensively in regard to generating a lot of images on the fly, small simple image files. It is for a front-end that a user will manipulate using imagemagick, What I have noticed tho is that it seems as if imagemagick will only process so many items at a time possibly? When multiple users are on our site at the same time using the page features the image load times slow dramatically, some pages might have 20+ small image files generated on the fly at the same time, and if one user is on the site load times are tolerable, but when more users are on at the same time it slows down a lot. The site is coded in php and on a quadcore server with very little usage from other users and no real cpu or memory limits. Is there anything possibly that our hosting provider could change on the server side to make imagemagick run faster or allow more instances at once possibly? Thanks!