Prestashop provides several caching method as memcached, apc, xcache ...
Here's another method to implement caching in PrestaShop. This method uses Redis cache to accelerate the store. Be sure to install both redis server and the php-redis client.
follow the following rules:
- Install redis server (check [http://redis.io/download])
- Install php-redis (for Ubuntu:
apt-get install php5-redis) - Do not forget to update your config from PrestaShop's backoffice
Hachem LATRACH
email: [email protected]
twitter: @hachemsoft
Michael Dekker
email: [email protected]