Handbuch:$wgProfilePerHost
Diese Funktion wurde in der Version 1.27.0 aus dem MediaWiki-Kern entfernt. Auf $wgProfiler findet sich eine alternative Möglichkeit, diese Funktion zu nutzen. |
Profilierung: $wgProfilePerHost | |
---|---|
Should the application server hostname be stored in the profiling table? |
|
Eingeführt in Version: | 1.7.0 (r14436) |
Veraltet in Version: | 1.25.0 (Gerrit change 177283; git #62eb6762) |
Entfernt in Version: | 1.27.0 (Gerrit change 257404; git #487265cd) |
Erlaubte Werte: | (Wahrheitswert) |
Standardwert: | null (MW 1.25+)false (MW 1.7–1.24) |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
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;
.