-
-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Labels
Description
Brotli apparently is way more efficient than gzip, however, not suitable for use in dynamic compression as part of a web server, since too resource expensive. Instead, we could deliver pre-compressed versions of assets, inspired by Caddy's precompressed directive. For Go applications, lpar/gzipped pretty much does the job.