Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 540 Bytes

7.4.4 - http_compression.md

File metadata and controls

22 lines (14 loc) · 540 Bytes

http_compression

启用压缩。默认为开启。

http-chunk不支持分段单独压缩, 已强制关闭压缩.

$sever->set([
    'http_compression' => true,
]);

目前支持gzipbrdeflate 三种压缩格式,底层会根据浏览器客户端传入的Accept-Encoding头自动选择压缩方式。

http_compression4.1.0或更高版本可用
br压缩格式需要google brotli

http_compression_level

http_gzip_level

压缩的级别, 越高压缩后体积越小, 也越占用CPU