Manual:$wgProfileToDatabase
From Linux Web Expert
File:OOjs UI icon alert-destructive.svg | <translate> This feature was removed completely in version <tvar name=ver>1.23.0</tvar>.</translate> |
<translate> Profiling</translate>: $wgProfileToDatabase | |
---|---|
Log sums from profiling into "profiling" table in db. |
|
<translate> Introduced in version:</translate> | 1.1.0 |
<translate> Removed in version:</translate> | 1.23.0 (Gerrit change 125059; git #afa6af07) |
<translate> Allowed values:</translate> | (boolean) |
<translate> Default value:</translate> | false |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
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.