You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.