Lofesa edited a comment on issue #2034:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2034#issuecomment-678627112


   HI
   At a first glance:
   `http*://.celacp.org/ Auth` this do´t work. You have missed a \*. 
`http*://*.celacp.org/ `
   Goolge tag manager domain still auth.
   css and js files are served with `Cache-Control: max-age=43200,  pulic,  
proxy-revalidate, must-revalidate` try to take out proxy-revalidate and 
must-revalidate
   Most of the images are in wdp format, these images can´t be optimized by 
pagespeed, no one other than png,jpg or gif images can be optimized by 
pagespeed. Can you change to jpg format?
   You have a carousel of images where the src is a script, like 
`src="/cgi-bin/koha/opac-image.pl?biblionumber=244612"`, images loaded by a 
script are no optimized by pagespeed. Pagespeed only optimize images that are 
in the html code and are in the png,jpg,gif formats. Can you change the script 
with an image url?
   Most of the png images can´t converted to jpg/webp because are sensitive to 
compresion noise or have transparent pixels... Can you change it to jpg?
   
   


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

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


Reply via email to