Additional functions to be performed with updateSpecialPages.php .
Expensive Querypages are already updated with $wgQueryPages
.
≥ 1.42
$wgSpecialPageCacheUpdates = [ 'Statistics' => [ MediaWiki\Deferred\SiteStatsUpdate::class, 'cacheUpdate' ] ];MediaWiki versions:
1.31 – 1.41
$wgSpecialPageCacheUpdates = [ 'Statistics' => [ SiteStatsUpdate::class, 'cacheUpdate' ] ];MediaWiki versions:
1.25 – 1.30
$wgSpecialPageCacheUpdates = [ 'Statistics' => [ 'SiteStatsUpdate', 'cacheUpdate' ] ];MediaWiki versions:
1.23 – 1.24
$wgSpecialPageCacheUpdates = array( 'Statistics' => array( 'SiteStatsUpdate', 'cacheUpdate' ), 'Activeusers' => array( 'SpecialActiveUsers', 'cacheUpdate' ), );MediaWiki versions:
1.14 – 1.22
$wgSpecialPageCacheUpdates = array( 'Statistics' => array( 'SiteStatsUpdate', 'cacheUpdate' ) );
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4