Compress static pages #968
Unanswered
Oppen
asked this question in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The default static pages bundled in the binary could be precompressed at build time and sent as is.
This should save memory, disk, CPU and bandwidth, since nearly all clients you may come across will support decompressing zlib, and for the ones that don't, decompressing on the fly is typically much cheaper than compressing on the fly.
Beta Was this translation helpful? Give feedback.
All reactions