The image get's uploaded with jQuery File Upload and is converted using ImageMagick's convert to automatically create a scaled JPEG-version of the image. Here is where the trouble begins. The whole server stops responding for over a minute, bringing multiple websites down, before eventually showing the correct page with a converted image.
I don't have direct access to the ImageMagick logs, but the output of the action when send to the Apache error log shows
Code: Select all
image not a jpeg file
Code: Select all
JPEG* JPEG rw- Joint Photographic Experts Group JFIF format (62)<br />
JPG* JPEG rw- Joint Photographic Experts Group JFIF format<br />
Thank you
