Manual:$wgUseGzip

From Linux Web Expert

Revision as of 19:52, 22 February 2024 by imported>Shirayuki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<translate> Cache</translate>: $wgUseGzip
Use GZip to store cached pages.
<translate> Introduced in version:</translate>pre 1.1.0
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(boolean)
<translate> Default value:</translate>false
From 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.

File:OOjs UI icon notice-destructive.svg <translate> Warning:</translate> THIS IS NOT COMPATIBLE with ob_gzhandler which some users may have enabled in LocalSettings.php. (See Manual:$wgDisableOutputCompression .) If you enable this, remove that setting first. It is also incompatible with automated gzipping done on the server side (e.g. mod_deflate) and zlib.output_compression

Requires zlib support to be enabled in PHP.

Notes

You can test your website compression here:

See also