Manual:initSiteStats.php

From Linux Web Expert

Revision as of 13:33, 20 January 2023 by imported>Kghbln (+ cat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

php maintenance/initSiteStats.php --update

Script specific parameters

Option/Parameter Description
--update Update the existing statistics.
--active Also update active users count.
--use-master Count using the master database.

See also