Releases: kudja/magento2-webp
Releases · kudja/magento2-webp
0.1.1
[0.1.0] - Initial Release
Added
- Response Interception: Automatically parses and modifies HTML and JSON responses to replace image URLs (
.jpg,.png) with corresponding.webpversions for improved performance. - Conversion Queue: Images not yet converted are added to a queue and processed via cron jobs.
- WebP Conversion Service: Uses
cwebp(or configurable command) to convert images on the server. - Legacy Browser Support: Includes a JavaScript fallback to load original images in browsers that do not support WebP.
- Compatibility: Works seamlessly with features like fotorama galleries, swatches, ajax carts, and most likely most of 3d party futures/extensions without requiring additional configuration.