You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: