Manual:$wgEnableSidebarCache/ko
Appearance
| Sidebar Cache: $wgEnableSidebarCache | |
|---|---|
| If true, cache the sidebar navigation links. |
|
| 이 변수가 소개된 버전: | 1.6.4 (r13631) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (boolean) |
| 기본값: | false |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
If true, cache the sidebar navigation links.
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.