手册:$wgEnableSidebarCache
Appearance
| 边栏缓存: $wgEnableSidebarCache | |
|---|---|
| If true, cache the sidebar navigation links. |
|
| 引进版本: | 1.6.4(r13631) |
| 移除版本: | 仍在使用 |
| 允许的值: | (布尔值) |
| 默认值: | 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.