Lofesa commented on issue #1614: convert_jpeg_to_webp not working!? URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1614#issuecomment-453476676 Hi @ZTzha The message say that you enabed the inline_images but not configured the pagespeed pagespeed ImageInlineMaxBytes MaxBytes; so the default size is 2048 bytes and the image is greater than that. If you don“t see these image optimized can be because it need some it to optimze resources. Some image filters need that pagespeed CriticalImagesBeaconEnabled true; be enabled to work. The second issue is not solvable unless in that domain pagespeed module is working. If you authorize these domain (pagespeed Domain http://x.x.x.x;) then pagespeed request a rewrited resource and the original server say 404 resource not found because it don understand rewrited url.
---------------------------------------------------------------- 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
