Manual:$wgUseGzip

This page is a translated version of the page Manual:$wgUseGzip and the translation is 56% complete.
キャッシュ: $wgUseGzip
Use GZip to store cached pages.
導入されたバージョン:pre 1.1.0
除去されたバージョン:使用中
許容される値:(真偽値)
既定値:false
From 1.2.0 to 1.3.0 inclusive, it was calculated automatically.

詳細

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.

  警告: これは、一部の利用者が LocalSettings.php で有効にしていると思われる ob_gzhandler と互換性がありません。 (Manual:$wgDisableOutputCompression を参照してください。) これを有効にする場合は、先に前述の設定を除去してください。 It is also incompatible with automated gzipping done on the server side (e.g. mod_deflate) and zlib.output_compression

PHP の zlib サポートを有効にする必要があります。

注記

You can test your website compression here:

関連項目