Lofesa edited a comment on issue #1614: convert_jpeg_to_webp not working!? URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1614#issuecomment-453740002 /img/4.jpg change to img/4.jpg.pagespeed.ce.k_vyVMeiuE.jpg The xx.ce.xx is cache extend, this image only had applied the cache extender filter. Well... the image is 7952x5304 = 42.177.408 Try to use pagespeed ImageResolutionLimitBytes 45.000.000, by default these value is 32.000.000 And the max size an object can use in cache is determined by pagespeed MaxCacheableContentLength 16777216; So you can use the -1 value to this param to have no limit in the size of objects stored in pagespeed cache.
---------------------------------------------------------------- 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
