ZTzha opened a new issue #1614: convert_jpeg_to_webp not working!? URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1614 /img/1.jpg ->working chrome get ->img/x1.jpg.pagespeed.ic.oi_Bc-Td8w.webp 1.jpg original-size:59.27KB 800x500 1.jpg.webp size: 9.7KB 800x500 that's great, but: /img/4.jpg -> not working chrome get ->img/4.jpg 4.jpg original-size:4.19MB 7952x5304 no error.log second problems: <img src="http://x.x.x.x/img/test.jpg"></img> x.x.x.x is not my server. jpeg_to_webp not working... chrome still get original image,and show Request Headers "Provisional headers are shown" /var/cache/ngx_pagespeed does not get test.jpg, my nginx.conf -----> server { listen 1159; location / { root html; index index.html index.htm; pagespeed EnableFilters recompress_images; pagespeed EnableFilters convert_gif_to_png; pagespeed EnableFilters convert_jpeg_to_webp; pagespeed EnableFilters recompress_webp; pagespeed ImageRecompressionQuality 10; } location ~ ".pagespeed.([a-z].)?[a-z]{2}.[^.]{10}.[^.]+" { add_header "" ""; } location ~ "^/ngx_pagespeed_static/" { } location ~ "^/ngx_pagespeed_beacon" { } } nginx-version: 1.15.8 ngx_pagespeed-version: 1.13.35.2-stable operation-system: centos 7
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
