tobsch opened a new issue #1535: Pagespeed with downstream cache: How to cache 
static resources?
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1535
 
 
   I am using ngx pagespeed (x-page-speed: 1.12.34.3-0) on the google cloud 
(k8s in alpine, +downstream proxy/cache).
   I want the pages itself to be cached, as I can't afford the load to hit the 
backends.
   
   As the documentation states for this case, I use the following config:
   ```...
   pagespeed ModifyCachingHeaders Off;
   
   # do not allow beaconing as we are behind a reverse proxy
   pagespeed CriticalImagesBeaconEnabled false;
   pagespeed DisableFilters prioritize_critical_css;
   ...
   ```
   Normal pages are cached as expected (I set the caching headers in the nginx 
config), all the static assets that pagespeed handles though do not have a 
caching header (even if I use "extend_cache").
   
   Is there any way to get around pagespeed behaviour here or how is best 
practice for that?
   
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to