手册:Profileinfo.php
此功能已在版本1.35中完全移除。 |
MediaWiki文件: profileinfo.php | |
---|---|
位置: | / |
源代码: | master • 1.42.3 • 1.41.4 • 1.39.10 |
类: | profile_point |
详情
Allow users to see the profiling information that are stored in the database.
To save the profiling information in the database (required to use this script), you have to modify StartProfiler.php to use the Profiler class and not the stub profiler which is enabled by default.
您还需要在LocalSettings.php 设置$wgProfiler
来强制分析器保存在数据库中,并将maintenance/archives/patch-profiling.sql运用于数据库。
To enable the profileinfo.php
itself, you'll need to set $wgEnableProfileInfo
to true in LocalSettings.php
.
See also the help on profiling.