wp-media / imagify-plugin

Speed up your website with lighter images without losing quality.
https://imagify.io
69 stars 24 forks source link

Fixes #826 Only generate missing next-gen when enabling AVIF option #828

Closed Tabrisrp closed 3 months ago

Tabrisrp commented 3 months ago

Description

This PR changes the action happening when enabling the AVIF option. Instead of running the bulk optimize process, it runs the generate missing next-gen process, so already optimized or generated images should not be recreated for nothing.

Fixes #826

Type of change

Checklists

Feature validation

Code style