手册:$wgProfilePerHost
Appearance
此功能已在版本1.27.0从MediaWiki核心代码中移除。
请参见$wgProfiler以获取使用此功能的替代方式。 |
| 性能分析: $wgProfilePerHost | |
|---|---|
| Should the application server hostname be stored in the profiling table? |
|
| 引进版本: | 1.7.0(r14436) |
| 弃用版本: | 1.25.0(Gerrit change 177283; git #62eb6762) |
| 移除版本: | 1.27.0(Gerrit change 257404; git #487265cd) |
| 允许的值: | (布尔值) |
| 默认值: | null (MW 1.25+)false (MW 1.7–1.24) |
| 其他设置: 按首字母排序 | 按功能排序 | |
详情
Should the application server hostname be stored in the profiling table?
In MediaWiki 1.25 and later, set $wgProfiler['perhost'] = true; instead of $wgProfilePerHost = true;.