affected-fewarea-middlewareenhancementfeature-response-compressionhelp wantedseverity-minor
倉庫指標
- Star
- (37,933 star)
- PR 合併指標
- (平均合併 16天 9小時) (30 天內合併 258 個 PR)
描述
There are instances where compression is a detriment by comparison to the benefit. Where the time to compress and gzip payload is higher than the original payload.
ngnix defaults to all content with the gzip_min_length setting used to set the minimum length of a response to that will be gzipped.
expressjs compression module is 1k by default, uses threshold option to set globally.