Manual:$wgUseGzip/ko
Appearance
| Cache: $wgUseGzip | |
|---|---|
| Use GZip to store cached pages. |
|
| 이 변수가 소개된 버전: | 1.1.0 이전 |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (boolean) |
| 기본값: | falseFrom 1.2.0 to 1.3.0 inclusive, it was calculated automatically. |
| 기타 설정: 알파벳 순 | 기능별 순 | |
Details
When using the file cache, we can store the cached HTML gzipped to save disk space. Pages will then also be served compressed to clients that support it. In older versions of MediaWiki it also controlled if normal (non file-cached) pages were gzipped.
Requires zlib support to be enabled in PHP.
Notes
You can test your website compression here: