Hostinger LiteSpeed Cache Setup for WordPress: Step-by-Step Guide

August 17, 2026

If you’re hosting WordPress on Hostinger, you already have access to one of the fastest caching setups available — LiteSpeed Cache — but it doesn’t do much for you sitting uninstalled. A lot of beginners either skip this step entirely or install it and never touch the settings, which leaves real speed on the table.

This guide walks through the actual setup, start to finish, with the settings that matter and the ones you can safely ignore.

What LiteSpeed Cache actually does

Quick context before the setup: Hostinger’s servers run on LiteSpeed Web Server instead of the more common Apache or Nginx. LiteSpeed has its own caching engine built directly into the server itself, which is faster than plugin-only caching (like WP Super Cache) because the caching happens at the server level, not inside PHP. The LiteSpeed Cache plugin is just the WordPress-side control panel for that server-level engine — it also adds image optimization, minification, and a CDN option on top.

Step 1: Confirm LiteSpeed is active on your Hostinger plan

Most Hostinger shared and cloud hosting plans run on LiteSpeed by default, but it’s worth confirming before you install anything:

  1. Log into hPanel
  2. Go to Websites → select your site → Manage
  3. Look for LiteSpeed Cache under the Speed or Performance section — if it’s listed there, your plan supports it

If you don’t see it, the plugin will still install, but you won’t get the server-level caching benefit — only the plugin-side optimizations (minification, image compression, etc.).

Step 2: Install the LiteSpeed Cache plugin

  1. In your WordPress dashboard, go to Plugins → Add New
  2. Search for “LiteSpeed Cache”
  3. Install and activate the plugin by LiteScale Technologies (the official one — verify the author name, since there are similarly named plugins)
  4. You’ll see a new LiteSpeed Cache menu appear in your left sidebar

Step 3: Run the Quick Setup Wizard

The plugin includes a setup wizard that handles about 80% of the useful configuration automatically:

  1. Go to LiteSpeed Cache → Dashboard
  2. Click into the wizard if it appears, or go to General settings
  3. Confirm the following are toggled ON:
    • Enable Cache
    • Enable Cache for logged-in users (if your site doesn’t have membership/account features)
    • Enable Cache for Mobile

If you run WooCommerce or any plugin with user-specific content (carts, dashboards, private data), leave “Cache for logged-in users” off — caching logged-in sessions can accidentally show one visitor’s cart or account info to another.

Step 4: Configure the Cache tab (the core settings)

Go to LiteSpeed Cache → Cache and check these specific settings:

  • Private Cache Time to Live: leave at the default (usually 1800 seconds) unless you have a specific reason to change it
  • TTL for Public Cache: default of 604800 seconds (1 week) is fine for most content sites
  • Cache Mobile: ON, if your theme serves a different mobile layout
  • Cache Login Page: OFF — this page should never be cached
  • Cache REST API: ON, unless you’re actively developing custom REST endpoints

Step 5: Turn on Page Optimization (minification)

Go to LiteSpeed Cache → Page Optimization. This is where the real speed gains happen beyond basic caching:

CSS/JS Settings:

  • CSS Minify: ON
  • CSS Combine: ON (test your site after — this occasionally breaks styling on complex themes)
  • JS Minify: ON
  • JS Combine: Leave OFF initially — this one causes more layout/functionality issues than CSS Combine, so only enable it after confirming the site still works with just minification on

HTML Settings:

  • HTML Minify: ON
  • DNS Prefetch: Add any external domains you load resources from (Google Fonts, YouTube embeds, etc.)

After changing any of these, reload your homepage and click through 3–4 key pages to make sure nothing visually broke. If something looks off, turn that specific setting back off — it’s almost always CSS/JS Combine that causes issues, not minification alone.

Step 6: Set up image optimization

Go to LiteSpeed Cache → Image Optimization. This feature compresses and converts your images (including bulk-optimizing your existing media library) using Hostinger’s own optimization servers — free, with generous monthly limits on most plans.

  1. Click Send Optimization Request to queue your existing image library
  2. Turn on WebP image format — this alone often cuts image file sizes by 25–35% with no visible quality loss
  3. Enable Lazy Load for Images under the Media tab, so images below the fold don’t load until a visitor scrolls to them

Step 7: Enable Object Cache (if your plan supports it)

Some Hostinger plans include Redis or Memcached object caching, which speeds up database-heavy operations — useful if you’re running WooCommerce or a site with a lot of dynamic content.

  1. Go to LiteSpeed Cache → Cache → Object
  2. If Redis/Memcached shows as available, toggle Object Cache ON
  3. If it’s not available on your plan, skip this — it’s not essential for a standard content or brochure site

Step 8: Test your results

Once everything’s configured, confirm it actually worked:

  1. Run your site through PageSpeed Insights or GTmetrix
  2. Compare against the “before” screenshot you ideally took before starting (if you didn’t, that’s fine — just note your current score as the new baseline)
  3. Check that your Time to First Byte (TTFB) has dropped — this is the metric LiteSpeed’s server-level caching affects most directly
  4. Click through your site as a logged-out visitor in an incognito window to confirm cached pages are actually loading (you can verify this by checking response headers for an x-litespeed-cache: hit tag using your browser’s dev tools)

Common mistakes to avoid

  • Enabling JS Combine too early. This is the single most common cause of a broken-looking site after a caching setup. Turn it on last, and only after testing everything else.
  • Caching the login/checkout pages. Always double-check these are excluded — a cached checkout page can show one customer another’s order data.
  • Forgetting to purge cache after theme or plugin updates. Go to LiteSpeed Cache → Toolbox → Purge All any time you make structural changes to your site, so visitors aren’t served an outdated cached version.
  • Assuming more settings = more speed. A handful of correctly configured settings (cache, minify, image optimization) account for most of the gain. Aggressive combine settings on a complex theme sometimes cost more in troubleshooting time than they save in load time.

Turning your faster site into an actual audience

A properly cached, fast-loading site is exactly the kind of foundation that makes email capture worth setting up — visitors bounce less when a site loads quickly, which means more of them actually reach a signup form. If you’re already on Hostinger for hosting, their Hostinger Reach email marketing tool lives in the same dashboard, so there’s no separate platform to configure — it can pull leads straight from WordPress forms and handle campaign creation with built-in AI writing, which pairs naturally with a site that’s now fast enough to keep visitors around long enough to subscribe.

Start building your list with Hostinger Reach

Bottom line

LiteSpeed Cache setup on Hostinger takes about 15–20 minutes if you follow this order: enable core caching first, add minification, layer in image optimization, and only touch JS Combine once you’ve confirmed everything else works. Skip that order and you’ll spend more time undoing a broken layout than you saved in load time.

1 thought on “Hostinger LiteSpeed Cache Setup for WordPress: Step-by-Step Guide”

Leave a Comment