Skip to content

Commit

Permalink
Use main memory objectcach (APC)
Browse files Browse the repository at this point in the history
Currently, only the main output is cached to the db, for the rest
no cache is used at all
  • Loading branch information
physikerwelt authored Feb 4, 2024
1 parent 11a29a1 commit f74fb5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mediawiki/LocalSettings.d/LocalSettings.override.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,5 @@
# more than 50% of the active processes in the db are updates to the site_stat table
# see https://www.mediawiki.org/wiki/Manual:$wgMultiShardSiteStats/en
$wgMultiShardSiteStats = true;
# https://www.mediawiki.org/wiki/Manual:$wgMainCacheType maybe we need to increase the size of the APC cache at some point in time
$wgMainCacheType = CACHE_ACCEL;

0 comments on commit f74fb5d

Please sign in to comment.