Home
/
Other Applications
/
How to disable caching in MediaWiki?

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;

Share This Article