Manual:$wgStatsMethod
Appearance
This feature was removed completely in version 1.27.0. |
| Debug: $wgStatsMethod | |
|---|---|
Destination for wfIncrStats() data |
|
| Introduced in version: | 1.12.0 (r30236) |
| Removed in version: | 1.27.0 (Gerrit change 257404; git #487265cd) |
| Allowed values: | 'cache', 'udp', false |
| Default value: | 'cache' |
| Other settings: Alphabetical | By function | |
Details
[edit]- 'cache' to go into the system cache, if enabled (memcached)
- 'udp' to be sent to the UDP profiler (see
$wgUDPProfilerHost) - false to disable