Manual:$wgEnableProfileInfo/de

Category:MediaWiki configuration settings/de#EnableProfileInfoCategory:MediaWiki configuration settings introduced in version 1.1.0/de#EnableProfileInfoCategory:MediaWiki configuration settings removed in version 1.35.0/de#EnableProfileInfoCategory:MediaWiki deprecated or obsolete features/de#EnableProfileInfoCategory:Debug variables/de#EnableProfileInfo
Profilierung: $wgEnableProfileInfo
Kontrolliert die Verfügbarkeit von profileinfo.php.
Eingeführt in Version:1.1.0
Entfernt in Version:1.35.0 (Gerrit change 545308; git #0da1ecfd)
Erlaubte Werte:(Wahrheitswert)
Standardwert: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. Siehe Manual:Profiling für mehr Informationen!

Beispiel

$wgEnableProfileInfo = true; // Make profileinfo.php available

Siehe auch

Category:Debug variables/de Category:MediaWiki configuration settings/de Category:MediaWiki configuration settings introduced in version 1.1.0/de Category:MediaWiki configuration settings removed in version 1.35.0/de Category:MediaWiki deprecated or obsolete features/de