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


   Ummm In the image I see a cache-control header:
   `cache-control: s-maxage=10`
   but pagespeed need resources public cacheable
   `cache-control: max-age=600` or `cache-control: max-age=600,public`
   Then the optimized resource is stored in the cache the amount of time in 
this header, so in the example, the optimized resource expires in 600 sec. and 
after that the optimization proccess re-start.
   Optimized resources have a cache-control for 1 year.


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


Reply via email to