Manual:$wgEnableParserLimitReporting
Appearance
拡張機能: $wgEnableParserLimitReporting | |
---|---|
NewPP parser report が HTML コメント内の出力かどうかを制御する。 |
|
導入されたバージョン: | 1.22.0 (Gerrit change 89758; git #4c3b64e0) |
除去されたバージョン: | 使用中 |
許容される値: | (真偽値) |
既定値: | true |
その他の設定: アルファベット順 | 機能順 |
詳細
Controls whether or not the Parser adds the NewPP parser report : an HTML comment containing possibly useful information about loops, inclusion, limits, etc. 例えば以下のようなコメントが出力されます:
<!--
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
-->