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/06/23 11:56:59 UTC

[GitHub] [incubator-pagespeed-ngx] Lofesa edited a comment on issue #1694: document good origin HTTP header settings / nginx config / etags / nginx pagespeed output headers

Lofesa edited a comment on issue #1694:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1694#issuecomment-643370757


   Pagespeed donĀ“t care about what headers are you using, the only thing that matters is public cacheability. When a resource is optimized, then pagespeed put 1 year for ttl.
   The html himself is served whit cache-control header with max-age=0, so is not stored in any cache.
   The etag:W/"0" is the expected behaviour. The W is a weak validator, resource are semanticaly the same, but not byte by byte. [(doc)](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag)
   


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