Skip to content

Commit

Permalink
Speedup for not logged in usesr
Browse files Browse the repository at this point in the history
  • Loading branch information
physikerwelt authored Sep 14, 2024
1 parent 896cc70 commit 1581e3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mediawiki/LocalSettings.d/LocalSettings.override.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@
$wgMainCacheType = CACHE_ACCEL;
$wgSessionCacheType = CACHE_DB;

// speed up speed for anonymous users https://www.mediawiki.org/wiki/Manual:$wgUseFileCache
$wgUseFileCache=true;

# MaRDI profile types items
$wgMathProfileQueries['dataset']='?item wdt:P1460 wd:Q5984635';
$wgMathProfileQIdMap['dataset']='Q5984635';
Expand Down

0 comments on commit 1581e3a

Please sign in to comment.