Manual:$wgExpensiveParserFunctionLimit
From MediaWiki.org
| Parser: $wgExpensiveParserFunctionLimit | |
|---|---|
| Maximum number of calls per parse to expensive parser functions such as PAGESINCATEGORY. |
|
| Introduced in version: | 1.13.0 (r32932) |
| Removed in version: | still in use |
| Allowed Values: | (int) |
| Default Value: | 99 |
Other settings: Alphabetical | By Function
[edit] Details
Maximum number of calls per parse to expensive parser functions such as PAGESINCATEGORY. At the current time, there are only three expensive Parser Functions:
- {{#ifexist:}} (from Extension:ParserFunctions)
- {{PAGESINCATEGORY}}/{{PAGESINCAT}} (a Magic Word)
- {{PAGESIZE}} (a Magic Word)