- Issue created by @michaellander
- 🇨🇦Canada afoster
Hi, We've been using this module for years now because of the WebP issue https://www.drupal.org/project/webp/issues/3129596 → .
At the time we had to use 100% quality JPGs to allow the derivative WebP to compress from a high-quality source. This made massive JPGs that were never actually viewed by any browsers and wasted lots of space on image-rich sites and added load to the server for output of 2x image files.
I vaguely recall we tried ImageAPI Optimize WebP but as you mentioned, maybe we configured it incorrectly. I don't think we believed we could only export WebP images.
Ideally, we'd create a large number of WebP images at the needed sizes (srcset) and compression and then a single JPG fallback.