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 2021/05/02 19:47:28 UTC

[GitHub] [incubator-pagespeed-mod] jmarantz edited a comment on issue #1148: Support Brotli as an encoding scheme when client has Accept-Encoding

jmarantz edited a comment on issue #1148:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/1148#issuecomment-830673351


   I think that makes sense. PageSpeed doesn't know anything about Brotli right now so if it is configured to cache gzipped content and send it to clients, the Brotli module may not want to unzip and then brotli-compress the resources on the fly.
   
   So you need to disable the PageSpeed feature to cache gzipped content to enable the Brotli module to do it's thing.
   
   It would be much better if PageSpeed could actually store Brotli-compressed assets in its cache. We had a design for this quite sometime back, but this never got implemented.


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