Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.14.2.19. Configure LiteSpeed Cache in Joomla!
- Change the web server for the required site to OpenLiteSpeed.
- Edit the
.htaccessfile located in the root directory of the site by adding the following code at the beginning:<IfModule LiteSpeed> CacheLookup on </IfModule>If the site has mobile display settings, you also need to add the following directives to the
.htaccessfile:<IfModule LiteSpeed> ## Uncomment the following directives if you has a separate mobile view RewriteEngine On RewriteCond %{HTTP_USER_AGENT} Mobile|Android|Silk/|Kindle|BlackBerry|Opera\ Mini|Opera\ Mobi [NC] RewriteRule .* - [E=Cache-Control:vary=ismobile] RewriteCond %{REQUEST_URI} enquiry [NC] RewriteRule .* - [E=Cache-Control:no-cache] </IfModule> - Download the extension for Joomla! from the official site. To download, a page will open on GitHub, where you will need to click "Download":

- Go to "Extensions → Extension manager → Install":

- Drag and drop or select the archive file of the downloaded plugin:

- Go to "System → General settings → LiteSpeed Cache", switch the "Enable LiteSpeed Cache" toggle to "On", and save the settings:

- Set the remaining plugin settings for caching that is suitable for the site and save all changes.