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 2019/07/15 10:18:16 UTC

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1659: Pagespeed Not optimising part of website images.

Lofesa commented on issue #1659: Pagespeed Not optimising part of website images. 
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1659#issuecomment-511347291
 
 
   Hi @Mazizieh 
   you stated:
   "...Resource headers are preventing rewriting of..."
   Maybe the cause is:
   `proxy_ignore_headers Cache-Control;`
   
   cause this set the Cache-Control to the time set in
   `proxy_cache_valid [code ...] time;`
   You don´t have this enabled in your config so maybe cache-contorl is 0 or is not set, so pagespeed don´t fecht it.
   

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