A C C R E T E

Using a Redis object cache for WordPress

Using a Redis object cache for WordPress is a great way to make your WordPress website faster, especially if you’ve already gone through the “Making WordPress Fly” series of tutorials (noted that one commenter there actually mentioned Redis). You’ll need an Ubuntu 14.04 VPS with WordPress already setup on it. You can get an Ubuntu VM here if you don’t have one. You don’t have to use the aforementioned HHVM setup for this tutorial. However, using both HHVM and Redis object caching will give you the fastest load times. I will be releasing another article in the near future about improving HHVM stability for production deployments by using a PHP-FPM failover and an upstart script which does automatic respawning after a crash, something HHVM does not do by default on Ubuntu. Back to Redis – Redis is possibly the best way at present to implement the WordPress object cache. For a long time I have been a proponent of either APC or Memcached in combination W3 Total Cache for the object cache in WP.

WHY USE A REDIS OBJECT CACHE FOR WORDPRESS?

During a recent server setup for a new website (My French City) I came across an issue. Caching using APC or Memcached helped with front end speed, but the admin area was painfully slow. This site was a multisite install with domain mapping and hundreds of plugins. There were simply too many queries going on in the backend for it to be snappy. After some searching I discovered that implementing Redis to back the WordPress object cache was a great way to improve backend speed. After implementation it turned out it did a better job on the frontend then W3TC and Memcached, which was a pleasant surprise. HHVM does a great job of speeding up PHP and MariaDB 10.1 is also fast. But on a heavy site like this with lots of plugins, database queries are still the issue. Redis is an elegant NoSQL datastore solution to this problem.

A Redis object cache can be implemented in just a few commands on Ubuntu 14.04. Assuming you already have a working WordPress install (LAMP, LEMP , etc.) the process of getting redis working with WordPress is easy. First connect you your instance via SSH. Once connected:

Now Redis is installed. To configure a Redis object cache for WordPress there are a few small changes we need to make. Open up /etc/redis/redis.conf then add these two lines at the bottom:

Now you’ll need to make some changes to WordPress. You’ll need to grab this file. Written by Eric Mann this file will allow WordPress to use a Redis object cache for awesome speed improvements. Once you’ve downloaded that file, make sure you disable W3TC object and database cache if you are using either. Now that Redis is running (and PHP knows how to connect to it), it’s time to tell WordPress to use our Redis object cache. You need to open wp-config.php and let WordPress know what host and port Redis runs on, and add a salt to keys. Add these lines:

Then place the file in you downloaded above in webroot/wp-content/object-cache.php, where webroot is the directory your website files are located within. Once this is done make sure the redis-server is running using sudo service redisserver status . Now you WordPress site is using a Redis object cache. You should notice significant speed gains once you click through a few pages and the cache is populated with queries. If you want to view the Redis console to see what kind of data is being stored run this command: sudo rediscli monitor . That will show you a verbose look at what is going on in your Redis cache.

Unfortunately I do not have a control before and after for the speed difference. However here is a Pingdom load test of a page on this website:

I will be writing more about this in the future. Please leave your thoughts or any contributions in the comments below. At that time I may include more detailed information on the performance gains achieved using Redis object cache with WordPress.

Find an agent now

Telephone

+91 079 232 13063

Time Schedule

Office Time

Mon - Fri: 9:00 - 18:00