Skip to content

Commit

Permalink
Enable SMW query result caching
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 authored Feb 5, 2024
1 parent ddc3bc0 commit 0c07933
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,11 @@
$wgRelatedArticlesOnlyUseCirrusSearch = true;

# Semantic Mediawiki
# Use Redis to cache SMW query result
$smwgQueryResultCacheType = 'redis';
# Enable tracking and storing of dependencies of embedded queries
$smwgEnabledQueryDependencyLinksStore = true;
# Duplicate query conditions should be removed from computing query results
$smwgQFilterDuplicates = true;
$smwgConfigFileDir = "/usr/local/smw";

Expand Down

0 comments on commit 0c07933

Please sign in to comment.