Knowledge Base Article

How to disable caching in MediaWiki?

If you wish to disable caching in your MediaWiki, you should open the LocalSettings.php file and add the following lines to it:

 

$wgEnableParserCache = false;

$wgCachePages = false;



Rating

Please indicate if this article was helpful for you.

rating :  4.6 from 5
views :  706
votes :  11

Haven't found what you are looking for? Suggest an article HERE.

powered by

Valid XHTML 1.0 Strict Valid CSS!