Skip to main content

Using Redis object caching

Speed up database queries with Redis object caching.

Written by Daniel

Redis is an in-memory object cache. It holds the results of WordPress database queries in memory, so repeated queries are answered instantly. This speeds up the WordPress admin and any dynamic page that cannot be fully page-cached.


Availability

Redis is included on the Business and Pro plans. On the Starter plan the Redis page shows an upgrade prompt instead. See Changing a site's plan to move up.


Turn on Redis

Open your site, then under Hosting select Redis. Tick Enable Redis and click Save.


The Redis page with object caching enabled


Checking the status

Once enabled, the Redis Status panel confirms the Redis server is running and the object cache plugin is active. There is nothing else to set up, Console connects WordPress to Redis for you.


Redis and SmartCache together

Redis works well alongside SmartCache. SmartCache speeds up whole pages, while Redis speeds up the database queries behind them.

Did this answer your question?