How to disable caching in MediaWiki?
To disable caching in your MediaWiki, open the LocalSettings.php file and add the following lines to it:
$wgEnableParserCache = false;
$wgCachePages = false;
To disable caching in your MediaWiki, open the LocalSettings.php file and add the following lines to it:
$wgEnableParserCache = false;
$wgCachePages = false;