rosell-dk / webp-express

Wordpress plugin for serving autogenerated WebP images instead of jpeg/png to browsers that supports WebP
GNU General Public License v3.0
221 stars 63 forks source link

Question: Replacing Image Files #589

Open Hube2 opened 1 year ago

Hube2 commented 1 year ago

I usually include the plugin Enable Media Replace to allow clients to replace images, this can be done to either replace an image with a different one or to replace with a smaller/optimized version. This retains the original URL for the image.

When I set up WebP Express I set it to only convert images that are requested.

My question is, will the new image be optimized and served of will the original converted image continue to be served?

If it is the latter, is there a way to purge the old version of the converted image?