Manual:initSiteStats.php
(Redirected from Manual:InitStats.php)
MediaWiki file: initSiteStats.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | InitSiteStats |
initSiteStats.php is a MediaWiki maintenance script to re-initialise or update/regenerate the site_stats table.
It should be run periodically (e.g. weekly) with the --active
parameter to update the active users statistic (see also $wgActiveUserDays).
Usage
editphp maintenance/initSiteStats.php --update
Script specific parameters
editOption/Parameter | Description |
---|---|
--update | Update the existing statistics. |
--active | Also update active users count. |
--use-master | Count using the master database. |