Lofesa commented 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. Whe 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:
us...@infra.apache.org


Reply via email to