imartinez-tws commented on issue #1714:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1714#issuecomment-705551695


   I have tried with this configuration
   
   `
   # Pagespeed configuration
       pagespeed on;
       pagespeed EnableFilters convert_jpeg_to_webp;
       pagespeed EnableFilters convert_png_to_jpeg;
       pagespeed EnableFilters recompress_webp;
       pagespeed WebpRecompressionQuality 40;
   `
   
   An this configuration
   
   `
   # Pagespeed configuration
       pagespeed on;
       pagespeed EnableFilters convert_jpeg_to_webp;
       pagespeed EnableFilters convert_png_to_jpeg;
       pagespeed WebpRecompressionQuality 40;
   `
   
   First request returns PNG with s-maxage=10 as expected, after some time, the 
content is still the PNG original image. As it is a direct request is/should be 
using IPRO


----------------------------------------------------------------
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.

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


Reply via email to