jmarantz commented on issue #1975: Only serves Brotli when `Accept-Encoding` 
header demands it exclusively
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1975#issuecomment-574688887
 
 
   That seems feasible for you to add your apache configuration without 
pagespeed? I know I've used some apache conf magic to do these sorts of 
conditional transformations, but it's been a while so I don't recall the syntax.
   
   Just watch your server CPU time because at least in the past, Brotli was 
more time-consuming to compress on-the-fly than gzip. It might have improved 
since I looked carefully.
   
   The reason I thought it would make sense for PageSpeed to support it 
directly is that PageSpeed could cache the compressed versions and serve those 
without re-compressing on the fly.

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


With regards,
Apache Git Services

Reply via email to