Manual:$wgProfileLimit
![]() | This feature was removed from MediaWiki core in version 1.35.0.
Please see $wgProfiler['threshold'] for an alternative way to use this feature. |
Profiling: $wgProfileLimit | |
---|---|
Only record profiling info for pages that took longer than this number of seconds to load. |
|
Introduced in version: | pre 1.1.0 |
Deprecated in version: | 1.25.0 (Gerrit change 201384; git #1b6f7008) |
Removed in version: | 1.35.0 (Gerrit change 580086; git #c75a4ac1) |
Allowed values: | Unspecified |
Default value: | 0.0 |
Other settings: Alphabetical | By function |
Details[edit]
Only record profiling info for pages that took longer than this. The value is in seconds.
Categories:
- MediaWiki configuration settings
- MediaWiki configuration settings pre 1.1.0
- MediaWiki configuration settings introduced in version pre 1.1.0
- MediaWiki configuration settings deprecated in version 1.25.0
- MediaWiki configuration settings removed in version 1.35.0
- MediaWiki deprecated or obsolete features
- Debug variables