Brotli Speed for responses (Nest or any other server)
Open
- Dominant language
- No language data
- Stars
- 68
- Forks
- 8
- Avg merge
- 11h 2m
- Merged PRs (30d)
- 2
Description
from nest docs: "While Brotli is quite efficient in terms of compression ratio, it's also quite slow. Due to this, you may want to tell fastify-compress to only use deflate and gzip to compress responses; you'll end up with larger responses but they'll be delivered much more quickly."
reported 10x slower than gzip.
is that true ? i did not expect to not use brotli.
Contributor guide
Assessment
This issue has not been assessed yet.