手册:$wgEnableSidebarCache

This page is a translated version of the page Manual:$wgEnableSidebarCache and the translation is 44% complete.
边栏缓存: $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.

参见