[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2078: Mod_Pagespeed WordPress Uploaded WebP image not optimize and serving

2022-12-13 Thread GitBox


Lofesa commented on issue #2078:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2078#issuecomment-1347993973

   So the issue is pagespeed still rewrite or recompress images?
   I think the rigth way is
   
   pagespeed DisableFilters rewrite_images, recompress_images;
   pagespeed ForbidFilters rewrite_images, recompress_images;
   
   As I understand the 1st statement disable the filters and the 2nd forbid the 
use of these filters in any other way, like url parameters or http headers.
   
   Maybe the docs is a bit confussing in their redaction as far as you can read
   "To turn off specific filters and forbid " 
   
   But I can't understand why the problem comes here, with the  RewriteLevel 
PassThrough only filters explicity enabled must work.
   If you have only
   pagespeed RewriteLevel PassThrough;
   and no others directives nothing must happend with the files.
   


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

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

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



[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2078: Mod_Pagespeed WordPress Uploaded WebP image not optimize and serving

2022-12-13 Thread GitBox


Lofesa commented on issue #2078:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2078#issuecomment-1347930557

   What nginx directive is ignored?


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

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

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



[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2078: Mod_Pagespeed WordPress Uploaded WebP image not optimize and serving

2021-08-05 Thread GitBox


Lofesa commented on issue #2078:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2078#issuecomment-893676970


   Hi
   And the webp images are served?
   
   In the map you have "~*webp" , the ~ tell us to make it case insensitive, * 
any string, webp the string "webp", but I´m not sure if this must be: "~*webp*" 
because the webp string in the accept header can be in the middle ( f.e. 
accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8 from 
chrome).
   In the try_files $uri$webp_suffix you are searching for some like 
https://yoursite.com/image.jpg.webp. Your webp files are called in this way?
   
   For sure sprite_images don´t work with webp. From the docs : "The 'Sprite 
Images' filter detects GIF and PNG images used as backgrounds in CSS". This 
filter need rewrite_css enabled, but other filters may work, I never used webp 
images other than the converted by pagespeed.
   
   But first you need to be sure webp images are served for you server, then 
enable pagespeed and take a look on whats happens.
   



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

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

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




[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2078: Mod_Pagespeed WordPress Uploaded WebP image not optimize and serving

2021-08-05 Thread GitBox


Lofesa commented on issue #2078:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2078#issuecomment-893289274


   How the webp images are loaded? if these images are loaded by javascript, 
then pagespeed anly do some optimization by IPRO, and IPRO don´t allow all the 
filters, only some.


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

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

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




[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2078: Mod_Pagespeed WordPress Uploaded WebP image not optimize and serving

2021-08-05 Thread GitBox


Lofesa commented on issue #2078:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2078#issuecomment-893289274


   How the webp images are loaded? if these images are loaded by javascript, 
then pagespeed anly do some optimization by IPRO, and IPRO don´t allow all the 
filters, only some.


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

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

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