Prestashop provides several caching method as memcached, apc, xcache ...
I propose another method more efficient with Redis ( similar to memcached but more powerful)
follow the following rules:
- Install redis server ( check http://redis.io/download )
- clone the project inside your /modules/ to get finaly /modules/hsrediscache/ :)
- do not forget to update your config module from prestashop backoffice
NB : I'am using Predis PHP Library so many thanks to Daniele Alessandri
Hachem LATRACH
email: [email protected]
twitter: @hachemsoft