Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Go to System → Settings → System

Please be careful when disable caching. Cached pages Make sure that your production store is set to cache enabled.

Cached data will not be re-created and the site might start loading slowslowly. Default The default cache driver is FILE. Other drivers available for configuration are APC, APCU, FILE, MEMCACHE, MEMCACHED, XCACHE, REDIS

Warning
titlecache driver

Change driver in the /system/config.php file

Please modify this line

Code Block
define('CACHE_DRIVER', 'file');  

All available drivers are located in the /core/cache/ folder