Manual:$wgProfileToDatabase/ru
Эта функция была полностью удалена в версии 1.23.0. |
Профилирование: $wgProfileToDatabase | |
---|---|
Log sums from profiling into "profiling" table in db. |
|
Введено в версии: | 1.1.0 |
Удалено в версии: | 1.23.0 (Gerrit change 125059; git #afa6af07) |
Допустимые значения: | (boolean) |
Значение по умолчанию: | false |
Другие настройки: По алфавиту | По функциональности |
Details
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. See maintenance/archives/patch-profiling.sql. In newer versions, $wgProfileToDatabase was removed. Configure $wgProfiler with output type "db" instead of using $wgProfileToDatabase.