Activate the MediaWiki cache
To enable page caching, follow the steps below. For more information, refer to these resources:
Enable page caching by adding the following entries to the end of the /opt/bitnami/mediawiki/LocalSettings.php file:
$wgUseFileCache = true; /* default: false */
$wgFileCacheDirectory = "$IP/cache";
$wgShowIPinHeader = false;