Manual:$wgMiserMode

This page is a translated version of the page Manual:$wgMiserMode and the translation is 26% complete.
Outdated translations are marked like this.
Performance hacks and limits: $wgMiserMode
Habilita o deshabilita características que hacen un uso intensivo de la base de datos.
Introducido en la versión:pre 1.1.0
Eliminado en la versión:aún se usa
Valores permitidos:(booleano)
Valor predeterminado:false

Miser mode is a mode intended to reduce load on server farms running a large number of wikis. It is enabled on all WMF wikis.

Detalles

Si es verdadero, deshabilita las funcionalidades que hacen un uso intensivo de la base de datos, para que se puedan administrar o controlar por separado, si se desea. This includes reading special pages marked as expensive from the cache instead of regenerating them every time they are requested.

With $wgMiserMode set to true, this means that the special pages managed by this flag will only be updated when explicitly made to update. For example, setting up a cron-job to call /maintenance/updateSpecialPages.php or using Extension:RefreshSpecial .

Las otras funciones desactivadas son...

  • Disables selecting all pages that start with x box on Special:Log (and leprefix option of list=logevents API module)
  • Totally disables Special:MimeSearch, as well as aimime and famime option in the list=allimages and list=filearchive API module
  • In the list=categorymembers and list=externallinks API module, uses reduced sorting by namespace mode (returns only a few results when cmnamespace or elnamespace option is in use).
  • Do not show how many previous versions of an image were uploaded on Special:ListFiles
  • When running updateCollation.php maintenance script, will not tell you how many rows in total there are to update.
Versión de MediaWiki:
1.23
Gerrit change 109710
Versiones de MediaWiki:
1.33 – 1.34
Gerrit change 294774

It is substituted by a single dash after saving the page.

Versión de MediaWiki:
1.35
Gerrit change 570985
  • Disables the {{REVISIONID}} magic word in subject namespaces as of gerrit:570985.

It is substituted by a single dash after saving the page.

Como referencia, esta wiki tiene $wgMiserMode activado. Puedes determinar si el modo avaro está habilitado en un wiki mediante el módulo meta=siteinfo de la API.

update.php

Versión de MediaWiki:
1.18

This configuration option disables update.php in 1.18.0 (and only 1.18.0. Subsequent releases will not use this option for that purpose), requiring one to use --force to run that script. Very very very large wikis (like Wikipedia) may need to have more careful upgrade process than the maintenance script does, but most sites would not have to worry about this.


Véase también