Manual:$wgEnableParserLimitReporting
From MediaWiki.org
Parser: $wgEnableParserLimitReporting | |
---|---|
Controls whether the NewPP limit report is output in a HTML comment. |
|
Introduced in version: | 1.22.0 |
Removed in version: | still in use |
Allowed values: | boolean |
Default value: | true |
Other settings: Alphabetical | By Function
Details[edit | edit source]
Controls whether or not the Parser adds an HTML comment containing possibly useful information about loops, inclusion, limits, etc. You can see an example below:
<!-- NewPP limit report CPU time usage: 0.337 seconds Real time usage: 0.352 seconds Preprocessor visited node count: 189/1000000 Preprocessor generated node count: 871/1000000 Post‐expand include size: 40876/2097152 bytes Template argument size: 223/2097152 bytes Highest expansion depth: 8/40 Expensive parser function count: 0/100 ExtLoops count: 0/100 -->