You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2020/03/24 11:31:32 UTC

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #1986: Uncacheable content, preventing rewriting of...

Lofesa commented on issue #1986: Uncacheable content, preventing rewriting of...
URL: https://github.com/apache/incubator-pagespeed-mod/issues/1986#issuecomment-603186377
 
 
   Hi... This issue is not related to any cache.
   Uncacheable content is related to the http headers cache-control, this header must permit the asset be cached brownser side.
   Pagespeed need to work thta resources referenced in the html code get public cacheable, some like
   cache-control: max-age=604800,public
   Pagespeed need somo hits to work, if you put a cache in front of the web (like varnish), this cache stores the 1st hit, and serves it witout fechting the background server, so resources get not optimized. This kind of thing need other config you can see here: https://www.modpagespeed.com/doc/downstream-caching.
   
   When you says you hable enabled caching in the htaccess.conf what do you mean?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services