Pionell commented on issue #1790: pagespeed insights screams image optimisation even though all should be good? URL: https://github.com/apache/incubator-pagespeed-mod/issues/1790#issuecomment-412305629 i noticed that if i disable and forbid the inline_images filter the images are still failing, however if i also disable : ``` ModPagespeedDisableFilters inline_images,rewrite_images,resize_rendered_image_dimensions,recompress_images ModPagespeedForbidFilters inline_images,rewrite_images,resize_rendered_image_dimensions,recompress_images ``` filters the images start to load normally. Is the inline image filter incorporated into rewrite_images/resize_images filters and overwriting the disable? Or is the .ic in the name of the file not inline images? Is this a known issue to you guys or is this only happening to me? maybe there is a misconfiguration in the varnish + pagespeed? i'm a little bit lost here..
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services