Manual:$wgProfileToDatabase/pl
Appearance
Ta funkcja została całkowicie usunięta z jądra MediaWiki w wersji 1.23.0. |
Profiling: $wgProfileToDatabase | |
---|---|
Log sums from profiling into "profiling" table in db. |
|
Wprowadzono w wersji: | 1.1.0 |
Usunięto w wersji: | 1.23.0 (Gerrit change 125059; git #afa6af07) |
Dozwolone wartości: | (boolean) |
Domyślna wartość: | false |
Inne ustawienia: Alfabetycznie | Według funkcji |
Szczegóły
Log sums from profiling into "profiling" table in db.
In MediaWiki 1.22 and older, in order to use this, you have to create the 'profiling' table in your database. Zobacz maintenance/archives/patch-profiling.sql. In newer versions, $wgProfileToDatabase was removed. Configure $wgProfiler with output type "db" instead of using $wgProfileToDatabase.