Manual:$wgResourceLoaderEnableJSProfiler
Appearance
ResourceLoader: $wgResourceLoaderEnableJSProfiler | |
---|---|
When enabled, execution of JavaScript modules is profiled client-side. |
|
導入されたバージョン: | 1.32.0 (Gerrit change 444773; git #7f3c102a) |
除去されたバージョン: | 使用中 |
許容される値: | (真偽値) |
既定値: | false |
その他の設定: アルファベット順 | 機能順 |
詳細
Instrumentation happens in mw.loader.profiler
.
Use mw.inspect('time')
from the browser console to display the data.