Manual:$wgEnableSidebarCache
Appearance
| サイドバーのキャッシュ: $wgEnableSidebarCache | |
|---|---|
| true の場合、サイドバーのナビゲーション リンクをキャッシュする。 |
|
| 導入されたバージョン: | 1.6.4 (r13631) |
| 除去されたバージョン: | 使用中 |
| 許容される値: | (真偽値) |
| 既定値: | false |
| その他の設定: アルファベット順 | 機能順 | |
詳細
true の場合、サイドバーのナビゲーション リンクをキャッシュします。
If on, the sidebar navigation links are cached for users with the current language set. This can save a touch of load on a busy site by shaving off extra message lookups.
However it is also fragile: changing the site configuration, or having a variable $wgArticlePath, can produce broken links that don't update as expected.