* https://code.facebook.com/posts/557147474482256/this-browser-tweak-saved-60-of-requests-to-facebook/ * https://bitsup.blogspot.com/2016/05/cache-control-immutable.html
```nginx # add_header Cache-Control "public,max-age=3600,immutable"; # add_header Cache-Control "public,max-age=604800,immutable"; add_header Cache-Control "public,max-age=31536000,immutable"; ```` [ Full content available at: https://github.com/apache/incubator-pagespeed-ngx/issues/1589 ] This message was relayed via gitbox.apache.org for [email protected]
