Versions Compared

Key

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

Go to the System → Cache

AbanteCart is set up to be fast performing eCommerce solution with optimized resources resource use and execution time. To achieve great performance AbanteCart utilize caching of commonly used database queries and requests. This page will allow you to clear cache settings for different internal AbanteCart aspects. To use this tool, select cache and click the Clear Selected Cache button.


Image RemovedImage Added


Tip

Clearing the images cache will force your server to use more resources to regenerate images on the next storefront page visit. This may slow down first-time page load and high CPU usage on the server.




You have an option to disable Cache completely but it is not recommended on Live in the production stores. Cached pages data will not be re-created and the site might start loading slowslowly.


Additional Cache Drivers

Default The default cache driver is FILE. Starting AbanteCart 1.2.7 more drivers More drivers are available for configuration like APC, APCU, FILE, MEMCACHE, MEMCACHED, XCACHE, REDIS

To change driver in the /system/config.php file
Please modify this line

define('CACHE_DRIVER', 'file');

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