amritansh
9/3/2014 - 8:02 AM

Wordpress caching using redis (object caching approach)

Wordpress caching using redis (object caching approach)

Assuming that you already have redis installed in your server.
(if not, read https://gist.github.com/amrt0510/62fd45dd5aa409a255cd )

##Points to follow:-

  1. download the plugin zip from here.
  2. unzip its files and place it in the root of '/wp-content'(not inside plugins/themes).
  3. if you have redis installed on another server, change configuration in object-cache.php file.
  4. Now start using wp as normal it'll cache the core wp data that will reduce the load from mysql.