Manual:$wgStatsMethod

From MediaWiki.org
Jump to: navigation, search
Debug/logging: $wgStatsMethod
Destination for wfIncrStats() data
Introduced in version: 1.12.0 (r30236)
Removed in version: still in use
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