Jump to content

Manual:$wgExpensiveParserFunctionLimit

From mediawiki.org
Revision as of 09:41, 4 March 2024 by EPIC (talk | contribs) (Reverted edits by 41.116.100.214 (talk) to last version by Shirayuki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:100

Details

[edit]

Maximum number of calls per parse to expensive parser functions such as PAGESINCATEGORY. Expensive parser functions include:

A limit report for the current page can be found as a comment 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.

See also

[edit]