Perfect! Made my site a whole lot faster! +++++
-
The plugin does just what it’s supposed to do! My site now runs a lot faster. =)
I has a problem at first when I tested it on my dev site and then my live site. After that my live site redirected to my dev site which was NOT good at all!
But the solution was easy to find on google. I flushed the cashce first with:
redis-cli FLUSHALL
redis-cli FLUSHDBThen put this in the wp-config.php file of both installs:
/* Replace “example” with something unique for each site */
define( ‘WP_CACHE_KEY_SALT’, ‘example’ );
define( ‘WP_REDIS_SELECTIVE_FLUSH’, true);Thanks for the plugin!!!!
- The topic ‘Perfect! Made my site a whole lot faster! +++++’ is closed to new replies.