Extension:RefreshSiteStatsTable
![]() Release status: stableCategory:Stable extensions |
|
---|---|
Implementation | Special pageCategory:Special page extensions |
Description | Offers a special page for refreshing the values in the site_stats table. |
Author(s) | WikiMANNia (WikiForMentalk) |
Latest version | 1.3.2 (2025-01-04) |
MediaWiki | 1.25+Category:Extensions with manual MediaWiki version |
PHP | 5.6+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
The RefreshSiteStatsTable extension provides a special page for refreshing the value of the fields ss_good_articles, ss_total_pages, ss_images, ss_users in the site_stats table.
Installation
- Download and place the file(s) in a directory called
RefreshSiteStatsTable
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'RefreshSiteStatsTable' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Tested
The extension was tested with the following MediaWiki versions: 1.25, 1.31, 1.33, 1.35.14, 1.36, 1.37, 1.38.4, 1.39.11, 1.40.2, 1.41.2, 1.42.3, 1.43.0
See also
- Manual:Site stats table
- initSiteStats.php maintenance script
Category:All extensions
Category:Extensions in GitHub version control
Category:Extensions not in ExtensionJson
Category:Extensions with manual MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:GPL licensed extensions
Category:Special page extensions
Category:Stable extensions