Skip to content

[0.1.0] - Initial Release

Choose a tag to compare

@kudja kudja released this 12 May 22:01
· 7 commits to main since this release

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.