Hi,
They wouldn't install from source for some reason. So I went ahead and did it myself- now it takes less than 30 seconds to process 500 images with 5 workers on my redis server. 10 workers = 19 seconds. Yay!
Search found 4 matches
- 2015-08-28T06:59:06-07:00
- Forum: Users
- Topic: Optimising this request!
- Replies: 10
- Views: 4793
- 2015-08-27T15:57:32-07:00
- Forum: Users
- Topic: Optimising this request!
- Replies: 10
- Views: 4793
Re: Optimising this request!
IM 6.7.2.7 is rather old (193 versions old). You might consider upgrading.
Our webhost people told us:
"It also has the latest available version for CentOS 6 obtained through the repositories as shown below:
Version: ImageMagick 6.7.2-7 2015-07-23 Q16 http://www.imagemagick.org
Copyright ...
Our webhost people told us:
"It also has the latest available version for CentOS 6 obtained through the repositories as shown below:
Version: ImageMagick 6.7.2-7 2015-07-23 Q16 http://www.imagemagick.org
Copyright ...
- 2015-08-27T12:36:41-07:00
- Forum: Users
- Topic: Optimising this request!
- Replies: 10
- Views: 4793
Re: Optimising this request!
Hi thanks for all the responses so far!
convert -version
Version: ImageMagick 6.7.2-7 2015-07-23 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
So it looks like we have it. How would I go about disabling it temporarily? Or do I need to ...
convert -version
Version: ImageMagick 6.7.2-7 2015-07-23 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
So it looks like we have it. How would I go about disabling it temporarily? Or do I need to ...
- 2015-08-27T11:53:00-07:00
- Forum: Users
- Topic: Optimising this request!
- Replies: 10
- Views: 4793
Optimising this request!
Hi guys,
Apologies if this is the wrong section.
I run a site which is processing hundreds of images per minute. We use redis and php-resque to process the ImageMagick requests in the background, but wait times for each image can be 2-3 minutes due to the amount of requests + the slow processing ...
Apologies if this is the wrong section.
I run a site which is processing hundreds of images per minute. We use redis and php-resque to process the ImageMagick requests in the background, but wait times for each image can be 2-3 minutes due to the amount of requests + the slow processing ...