Kualo / docs
On this page

How to integrate LiteSpeed Cache into Joomla

Install and enable the LiteSpeed Cache plugin for Joomla in a few straightforward steps.

1 min read Updated 9 Jun 2026

This guide walks you through integrating LiteSpeed Cache into your Joomla site using the official LiteSpeed Cache plugin.

Before you start

Make sure LiteSpeed Cache is enabled in your cPanel before following the steps below.

Step 1 - Disable conflicting cache plugins

Deactivate any other full-page cache modules in Joomla, such as "System - Page Cache" or "JotCache". Running multiple cache plugins at the same time can cause conflicts.

Joomla plugin manager showing cache modules

Step 2 - Enable cache lookup in .htaccess

Add the following directives to the .htaccess file in your Joomla site's root directory:

<IfModule LiteSpeed>
CacheLookup on
</IfModule>

Step 3 - Install the LiteSpeed Cache plugin

  1. Download the LiteSpeed Cache plugin for Joomla from the LiteSpeed GitHub repository.
  2. In your Joomla Administrator, go to Extensions > Manage > Install.
  3. Click Browse Files, select the downloaded zip file, and upload it.

Joomla Extensions install screen

Step 4 - Enable the plugin

  1. Go to Extensions > Plugins.
  2. Find the LiteSpeed Cache plugin and enable it.

Joomla Plugins list showing LiteSpeed Cache plugin

To adjust the plugin's settings, go to Components > LiteSpeed Cache.

Step 5 - Verify the integration

To confirm LiteSpeed Cache is working correctly:

  1. Open your Joomla site in Chrome.
  2. Open Developer Tools (F12) and go to the Network tab.
  3. Reload the page and select a request.
  4. In the response headers, look for X-LiteSpeed-Cache: hit.

If you see that header, LiteSpeed Cache is successfully integrated.

Chrome Developer Tools showing X-LiteSpeed-Cache hit header

If you need help setting up or configuring LiteSpeed Cache, contact the Kualo support team.

Was this helpful?
Your feedback helps us find gaps in the docs.
Still need a hand?
Real people, around the clock - start a chat or open a ticket and we'll help you put it right.