utags opened a new issue #2078:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2078


   Hi all,
   
   I have WordPress sites running Ubuntu 20.04, Nginx setup. This server Nginx 
is configured to serve webP images as a default image format. (Moreover, now 
WordPress 5.8 officially supports webP images).
   
   Therefore I have disabled mod_pagespeed webP image conversion. Right now, I 
convert images using the EWWW image optimizer ([link 
](https://wordpress.org/plugins/ewww-image-optimizer/)  ). Therefore my 
"/wp-content/upload/" has webP images and JPG.
   
   If I enabled the following filters, mod_pagespeed still applies these 
filters to PNG and JPG files, not the webP.
   
   pagespeed EnableFilters insert_image_dimensions, 
resize_rendered_image_dimensions,sprite_image,resize_mobile_images;
   
   How do I configure mod_pagespeed to apply the above filters to WebP images?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to