Skip to content

Releases: kudja/magento2-webp

0.1.1

13 May 00:36

Choose a tag to compare

Changes

  • optimized batchAddImages
  • updated return type of batchAddImages (no impact on usage).

[0.1.0] - Initial Release

12 May 22:01

Choose a tag to compare

Added

  • Response Interception: Automatically parses and modifies HTML and JSON responses to replace image URLs (.jpg, .png) with corresponding .webp versions 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.