Profiling: $wgEnableProfileInfo
Controls the availability of profileinfo.php.
Introduced in version:1.1.0
Removed in version:1.35.0 (Gerrit change 545308; git #0da1ecfd)
Allowed values:(boolean)
Default value:false

Details

Controls the availability of profileinfo.php, which shows profiling data.

If set to true, profiling data will be stored in the profiling table inside the database. If you want to log profiling data, enable $wgProfiler['output'] = 'db' in your StartProfiler.php and run maintenance/update.php to create the profiling table. You can also set $wgProfiler['output'] to a different value in order to store/display profiling data differently. See Manual:Profiling for more information!

Example

$wgEnableProfileInfo = true; // <translate nowrap><!--T:11--> Make <tvar|1>profileinfo.php</> available</translate>

See also

  • Manual:$wgProfiler
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.