Speed Up Joomla with LiteSpeed Cache

Joomla's performance can be greatly improved with LiteSpeed Cache especially if you have a high traffic website. 

* To enable LiteSpeed Cache if you are on our Managed/Dedicated Cloud Server, please contact our Billing Department (it's Free).

To enable LiteSpeed Cache with Joomla, look for the following line in your Joomla's .htaccess file:-
########## End - Rewrite rules to block out some common exploits

Immediately below the line, add the following:-
<IfModule LiteSpeed>
RewriteEngine On
RewriteRule .* - [E=Cache-Control:max-age=120]
RewriteCond %{REQUEST_URI} ^/administrator/ [OR]
RewriteCond %{HTTP_HOST} ^admin.YourDomain.com$ [NC]
RewriteRule .* - [E=Cache-Control:no-cache]
</IfModule>

Replace YourDomain.com with your Joomla domain name.
  • 156 Users Found This Useful
Was this answer helpful?

Related Articles

What is LiteSpeed Cache?

LiteSpeed Cache, also known as LiteSpeed Dynamic Content Cache is a server level caching system...

Speed Up WordPress with LiteSpeed Cache

WordPress performance can be greatly improved with LiteSpeed Cache especially if you have a high...

Speed Up MediaWiki with LiteSpeed Cache

MediaWiki's performance can be greatly improved with LiteSpeed Cache especially if you have a...

How To Setup LiteMage Cache

LiteMage Cache is the world's fastest Magento Full Page Cache. LiteMage Cache uses the LiteMage...

Speed Up Drupal with LiteSpeed Cache

Drupal's performance can be greatly improved with LiteSpeed Cache especially if you have a high...