Manual:$wgStatsMethod

From MediaWiki.org
Jump to: navigation, search

Other languages:
Deutsch • ‎English • ‎español • ‎français • ‎italiano • ‎日本語 • ‎polski • ‎português • ‎português do Brasil
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 | edit source]

  • 'cache' to go into the system cache, if enabled (memcached)
  • 'udp' to be sent to the UDP profiler (see $wgUDPProfilerHost)
  • false to disable