Manual:$wgEnableSidebarCache/fr
Cache de la barre latérale: $wgEnableSidebarCache | |
---|---|
If true, cache the sidebar navigation links. |
|
Introduit dans la version : | 1.6.4 (r13631) |
Retiré dans la version : | Encore utilisé |
Valeurs autorisées : | (boolean) |
Valeur par défaut : | false |
Autres paramètres : Alphabétique | Par Fonction |
Details
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.