This page provides an overview of measures for Cache usage:
- configuration parameter
$smwgCacheType
Sets which object cache Semantic MediaWiki should use to track temporary changes - configuration parameter
$smwgFactboxUseCache
Sets whether or not a factbox content should be stored in cache. (and its parsed content) eliminates repeated parsing of content by serving HTML from cache - configuration parameter
$smwgQueryResultCacheType
Sets whether the query result cache may be used - Concepts as dynamic categories and pre-computed from a query description
- "Semantic Interlanguage Links" extension – provides an in-text/lookup cache so that precomputed language links/sitelinks can be fetched from cache instead of being queried for each view request
- "Semantic Cite" extension – provides a cache to re-call precomputed text information from cache and avoid the usage of the "QueryEngine"
- "Semantic Glossary" extension – uses a term cache to minimize the time it requires to build textual anchor points