![]() | This feature was removed completely in version 1.23.0. |
Profiling: $wgProfileToDatabase | |
---|---|
Log sums from profiling into "profiling" table in db. |
|
Introduced in version: | 1.1.0 |
Removed in version: | 1.23.0 (Gerrit change 125059; git #afa6af07) |
Allowed values: | (boolean) |
Default value: | false |
Other settings: Alphabetical | By function |
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.See also
- Manual:$wgProfiler
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.