wp-media / imagify-plugin

Speed up your website with lighter images without losing quality.
https://imagify.io
70 stars 25 forks source link

Image editor (ImageMagick/GD) failing while passing tests #472

Open Screenfeed opened 4 years ago

Screenfeed commented 4 years ago

On some servers the image edition library (ImageMagick by default) passes the tests, but fails when used in real conditions. This is a rare case though, but hard to debug. When it happens, the script simply stops. The user only sees the optimization processing, then stopping after several minutes, only displaying the media's previous state (aka not optimized). Maybe it is a performance issue but I'm not sure how to determine the reason, to reproduce, and to fix it. Source.

Screenfeed commented 4 years ago

A plugin to use the next library in line: here (generally GD).