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: | (integer) |
Default value: | 99 |
Other settings: Alphabetical | By function |
Details[edit source]
Maximum number of calls per parse to expensive parser functions such as PAGESINCATEGORY. At the current time, there are only four expensive Parser Functions:
- {{#ifexist:}} (from Extension:ParserFunctions)
- {{PAGESINCATEGORY}}/{{PAGESINCAT}} (a Magic Word)
- {{PAGESIZE}} (a Magic Word)
- {{CASCADINGSOURCES}} (a Magic Word)
- Some Lua MediaWiki-related functions (see Lua reference manual)
The count is in the html-source of the page. Even without saving, the count for any wikitext can be checked by checking the html-source of the preview page for that wikitext.