The PrestaShop Redis module add support to Redis for PrestaShop 1.7.0.0-1.7.8 Allow adding multiple servers, optimize queries, load time and more. Tested on all version 1.7.0+
What this module does for you
directions_car Speed up your website
1. Reduce queries to database from 200-300 to 2-3 in...
This add-on require Standard Library by Xon
This add-on uses Credis with a custom cache provider for Redis (based off Cm_Cache_Backend_Redis). For best performance, install the php extension: phpredis
Installation
and add:
$config['cache']['enabled'] = true;
$config['cache']['sessions'] = true...