etechflow / module-image-optimizer
Server-side WebP image optimization for Magento 2. No external API, no per-image fees, no rate limits — converts JPG/PNG to WebP locally via cwebp / Imagick / GD with graceful fallback. Emits <picture> with WebP source + JPEG fallback for browser compatibility. Native loading=lazy. Bulk + cron + CLI
Package info
github.com/etechflow/module-image-optimizer
Type:magento2-module
pkg:composer/etechflow/module-image-optimizer
1.5.0
2026-06-03 13:30 UTC
Requires
- php: ~8.1.0||~8.2.0||~8.3.0||~8.4.0
- magento/framework: ^103.0||^104.0
- magento/module-backend: ^102.0||^103.0
- magento/module-catalog: ^104.0||^105.0
- magento/module-config: ^101.2||^102.0
- magento/module-cron: ^100.4||^101.0
- magento/module-media-storage: ^100.4||^101.0
- magento/module-store: ^101.1||^102.0
- magento/module-ui: ^101.2||^102.0
Suggests
- ext-gd: PHP-GD with WebP support enabled (--with-webp). Most modern hosts have it; check with `php -r 'echo function_exists("imagewebp") ? "yes" : "no";'`.
- ext-imagick: ImageMagick PHP extension with WebP support — alternative to GD with higher conversion quality.
- etechflow/module-back-in-stock-notification: Optional. Existing ETechFlow suite customer? Bundle key activates this module too.
- etechflow/module-next-day-eligibility: Optional. Existing ETechFlow suite customer? Bundle key activates this module too.