Manual:$wgUseFileCache
Jump to navigation
Jump to search
ファイルのキャッシュ: $wgUseFileCache | |
---|---|
Create static HTML pages for unregistered viewers to reduce database traffic. |
|
導入されたバージョン: | pre 1.1.0 |
除去されたバージョン: | 使用中 |
許容される値: | (真偽値) |
既定値: | false |
その他の設定: アルファベット順 | 機能順 |
詳細
サーバー側のファイル キャッシュを有効にするには、true
を設定してください。
The cache consists of static HTML pages that are served to unregistered viewers to reduce database traffic.
If $wgUseFileCache
is set to true
, $wgDebugToolbar
will automatically be set to false
.
(r46374 以降は、一部は自動的に設定されます。)
The HTML pages will be created in the directory specified by $wgFileCacheDirectory
.
指定したディレクトリはご自分で作成してください。