Manual:$wgMiserMode
From MediaWiki.org
| Reduction: $wgMiserMode | |
|---|---|
| Enable/disable database-intensive features |
|
| Introduced in version: | pre 1.1.0 |
| Removed in version: | still in use |
| Allowed Values: | (boolean) |
| Default Value: | false |
Other settings: Alphabetical | By Function
[edit] Details
If true, disable database-intensive features. 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 SpecialPages 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.