Redis is a tool designed to improve the performance of web applications by using memory instead of repeatedly querying the database. In WordPress environments, it becomes especially useful when a website starts to grow in traffic, content, or overall complexity.
In this guide, we explain how to enable Redis from cPanel and activate it properly in WordPress, step by step, without the need to modify any code.
What Is Redis and How It Works in WordPress
Redis is an in-memory data storage system that allows WordPress to store information it uses frequently, such as database queries or system objects.
When Redis is enabled:
- WordPress avoids repeating identical database queries
- Database load is reduced
- Server response times improve
- The WordPress admin area becomes more responsive
This type of caching is known as object cache and operates at an internal level, complementing page caching systems.
When Is It Recommended to Use Redis
Redis is especially recommended for:
- WordPress websites with consistent traffic
- Online stores
- Projects with many active plugins
- Sites where the admin dashboard feels slow
On very small or low-traffic websites, the impact may be minimal. However, for growing projects, Redis is usually a logical optimization step.
Prerequisites
Before enabling Redis, make sure that:
- Your hosting service supports Redis
- The control panel is cPanel
- The website is built with WordPress
No advanced technical knowledge is required.
Step 1. Access Redis from cPanel
Log in to your hosting account and open the cPanel dashboard.
Inside cPanel
- Locate the Software section
- Click on Redis Manager

Step 2. Enable Redis at Server Level
Once inside Redis Manager:
- Click the Enable button
- Wait until the status shows that Redis is active
At this point, Redis is enabled on the server, but it is not yet connected to WordPress.

Step 3. Install the Redis LItespeed Caché
To allow WordPress to communicate with Redis, a specific plugin is required.
From the WordPress admin dashboard
- Go to Plugins → Add New
- Search for Redis LItespeed Caché
- Install and activate the plugin
This plugin manages the connection between WordPress and Redis.

How to Check That Redis Is Working Properly
Common indicators that Redis is working correctly include:
- The plugin shows an active connection
- Faster website response times
- Reduced database load
- Smoother navigation in the WordPress admin area
The benefits are more noticeable on websites with traffic or dynamic functionality.
Redis and Other Caching Systems
Redis does not replace page caching; it works as a complementary layer.
It can safely coexist with:
- Server-level caching
- Page caching
- WordPress optimization plugins
Each caching system operates at a different level of performance optimization.
Final Considerations
Enabling Redis is a progressive improvement designed for projects that are growing and need greater stability and performance. Activating it from cPanel and WordPress is simple and reversible, making Redis a safe and effective option for optimizing the performance of a WordPress website.











