How to Clear the LiteSpeed Cache at Hostinger

Learn how to purge the LiteSpeed cache on your website

Updated 4 weeks ago

What Is Litespeed Cache?

LiteSpeed Cache is a caching plugin for WordPress designed to improve the website’s performance and speed by caching static pages and posts, reducing the loading time and strain on the server.

You can learn more about it in this video tutorial:

Caching is generally helpful, though it may delay the visibility of website changes, which can be an issue during website development. If you want to see the latest changes immediately, here are a few options to clear the LiteSpeed cache:

Using the LiteSpeed Cache Plugin

The easiest way to clear the cache is to use LiteSpeed Cache tools. You can find this option at the top of your WordPress administrator panel. Hover the mouse over the LiteSpeed ​​Cache icon to Purge All or a specific cache:

LiteSpeed Cache dropdown showing Purge All - LSCache option highlighted

You may also find these options in LiteSpeed Cache Toolbox on the left:

LiteSpeed Cache Toolbox in Hostinger, with Toolbox menu and Purge All option highlighted

Setting a Scheduled Purge Time

The LiteSpeed Cache plugin lets you schedule purge time. Go to LiteSpeed Cache Cache and open the tab Purge:

LiteSpeed Cache settings in WordPress, with the Purge tab and Cache menu highlighted

Scroll down to find the section Scheduled Purge Time, and select the preferred time to purge the cache automatically:

LiteSpeed Cache scheduled purge time field set to 12:00 AM

Finally, save the changes.


Clear the LiteSpeed Cache Manually

To purge the cache manually, open your website’s File Manager, access the public_html folder, and find the .htaccess file. Double-click to open it:

Hostinger file manager with the .htaccess file highlighted in public_html

Remove the following lines from the file:

LiteSpeed cache rules in the .htaccess file, with the save icon highlighted in the top right

Finally, save the changes and the cache will be removed.

NOTE


Clear the LiteSpeed Cache Through SSH

You may also clear the LiteSpeed Cache via SSH. After accessing SSH, go to the WordPress folder. By default, the path is domains/your-domain-name.tld/public_html, so you can access the folder using this command:

cd domains/your-domain-name.tld/public_html

To remove the cache, use these commands:

wp cache flush
wp litespeed-purge all

The result will be:

Terminal showing WP-CLI cache flush commands and success messages for LiteSpeed cache purge

The cache is purged successfully!