Manual:$wgStatsMethod
Appearance
Esta función se eliminó por completo en la versión 1.27.0. |
Debug: $wgStatsMethod | |
---|---|
Destination for wfIncrStats() data |
|
Introducido en la versión: | 1.12.0 (r30236) |
Eliminado en la versión: | 1.27.0 (Gerrit change 257404; git #487265cd) |
Valores permitidos: | 'cache' , 'udp' , false |
Valor predeterminado: | 'cache' |
Otras configuraciones: Alfabéticamente | Por Función |
Detalles
- 'cache' to go into the system cache, if enabled (memcached)
- 'udp' to be sent to the UDP profiler (see
$wgUDPProfilerHost
)
- false to disable