Manual:$wgEnableParserLimitReporting/ko
Appearance
| Extensions: $wgEnableParserLimitReporting | |
|---|---|
| Controls whether the NewPP parser report is output in a HTML comment. |
|
| 이 변수가 소개된 버전: | 1.22.0 (Gerrit change 89758; git #4c3b64e0) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (boolean) |
| 기본값: | true |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
Controls whether or not the Parser adds the NewPP parser report: 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
-->