← Back to blog

LiteSpeed Cache: Plugin Features & Complete Review 2026

| 26 Feb 2025 Updated: 01 Jun 2026 | 8 min read 2 views
LiteSpeed Cache plugin for WordPress — features review

LiteSpeed Cache is the most capable free caching plugin for WordPress in 2026: server-level caching cuts TTFB by 200–400 ms, built-in WebP conversion reduces image weight by up to 35%, and the native QUIC.cloud CDN accelerates global delivery — all without a subscription.

What is LiteSpeed Cache

LiteSpeed Cache (LSCache) is a free, open-source WordPress caching plugin developed by LiteSpeed Technologies. It stores fully rendered HTML pages directly on the web server and serves them to visitors without invoking PHP or querying the database on every request.

What sets LiteSpeed Cache apart from other caching plugins is its deep integration with the LiteSpeed Web Server at the kernel level. The cache is handled by the server itself before a request even reaches WordPress — this produces the lowest possible TTFB, since the server simply returns a pre-built file rather than bootstrapping the PHP runtime.

As of 2026, LiteSpeed Cache is active on over 6 million WordPress sites, making it one of the most widely used performance plugins in the ecosystem. The plugin is free, actively maintained, and continuously updated to align with Google’s evolving Core Web Vitals thresholds.

How LiteSpeed Cache works at server level

A standard WordPress page load follows this sequence: receive request → bootstrap PHP → query database → render HTML → send response. On a busy site, this takes 500–2,000 ms before the first byte reaches the visitor.

LiteSpeed Cache intercepts this process at the web server layer. On the first request, the page is generated normally — but the resulting HTML is stored in a server-side cache. On subsequent requests to the same URL, LiteSpeed Web Server returns the cached file directly — no PHP, no database, TTFB drops to 20–50 ms.

A critical advantage is correct handling of dynamic content. Logged-in users, shopping cart sessions, and personalised content are served appropriately — the plugin distinguishes between cacheable and uncacheable requests, preventing data leakage between visitors. This is essential for WooCommerce stores.

Key features of LiteSpeed Cache

Page caching: server, object, and browser cache

LiteSpeed Cache operates on three caching levels. Server-level cache is the most powerful: full HTML pages are stored on disk and served without PHP. Object cache stores database query results in Redis or Memcached — accelerating pages that cannot be fully cached, such as account dashboards or dynamic product listings. Browser cache manages Cache-Control and ETag headers so static assets remain in the visitor’s browser and do not re-download on repeat visits.

Image optimisation: WebP, lazy load, compression

The built-in image optimisation module automatically converts uploaded images to WebP — Google’s modern format that typically weighs 25–35% less than JPEG at equivalent visual quality. Lazy loading defers off-screen images until the visitor scrolls to them, reducing the initial page payload. The plugin also resizes images to match their actual container dimensions, eliminating unnecessary pixel transfer. All these features are available free via the QUIC.cloud API within monthly quotas.

CSS and JS minification and combining

LiteSpeed Cache minifies CSS and JavaScript files by stripping whitespace, comments, and redundant characters. The combine function reduces the number of HTTP requests by merging multiple files into one. Critical CSS is generated automatically: the plugin identifies styles required for the above-the-fold viewport and inlines them in the HTML head, eliminating render-blocking resources. This directly improves LCP scores in Core Web Vitals.

CDN integration

LiteSpeed Cache integrates natively with QUIC.cloud, the company’s own CDN that uses HTTP/3 (QUIC protocol) for maximum delivery speed. The free tier includes limited bandwidth. The plugin is also compatible with Cloudflare, BunnyCDN, and other CDN providers through standard URL rewriting configuration — no custom code required.

Core Web Vitals optimisation: LCP, CLS, INP

LiteSpeed Cache targets all three Core Web Vitals metrics relevant in 2026. LCP (Largest Contentful Paint): critical CSS inlining combined with preloading the hero image typically reduces LCP by 30–50%. CLS (Cumulative Layout Shift): explicit dimensions are set on images and lazy-loaded elements, preventing layout shifts during page load. INP (Interaction to Next Paint): deferred JavaScript loading reduces main-thread execution time, improving responsiveness to user input.

Database and object cache

The built-in database optimisation tool removes stale post revisions, expired transients, spam comments, and other accumulated data. Scheduled automatic optimisation prevents table bloat and keeps SQL query performance consistent. Object cache via Redis stores the results of frequently executed queries in memory — particularly effective for WooCommerce sites with large product catalogues.

LiteSpeed Cache key features: server cache, WebP, CDN, Core Web Vitals optimisation

LiteSpeed Cache vs competitors: comparison table

FeatureLiteSpeed CacheWP RocketW3 Total Cache
PriceFree$59/yrFree / Premium
Server cacheLiteSpeed Server onlyAny serverAny server
Image optimisation✅ Built-in
CDN✅ QUIC.cloud✅ Cloudflare
Object cache✅ Redis/Memcached
Core Web Vitals✅ Critical CSS⚠️ Manual
Ease of use⚡ Easy⚡ Easy⚠️ Complex

LiteSpeed Cache wins decisively on price: all core features are free, whereas WP Rocket costs $59 per year. However, the decisive factor is the hosting environment. LiteSpeed’s server-level caching is only available on LiteSpeed Web Server hosts. On Apache or Nginx infrastructure, WP Rocket often delivers more consistent results from its CSS/JS optimisation, without the edge case risks of aggressive file combining.

LiteSpeed Cache vs WP Rocket vs W3 Total Cache — comparison table

Free vs Premium

The free LiteSpeed Cache plugin includes: server-level page caching, CSS and JS minification and combining, lazy load for images and iframes, basic database optimisation, and QUIC.cloud CDN integration with monthly quotas (for example, 500 MB of image optimisation processing).

Premium features via QUIC.cloud (paid plans from $10/month): unlimited image optimisation, increased CDN bandwidth, priority critical CSS generation, advanced analytics, and dedicated support. For the vast majority of small and medium-sized European businesses, the free tier is fully sufficient to achieve strong Core Web Vitals scores.

Hosting compatibility

The full LiteSpeed Cache feature set — including server-level page caching — requires hosting running LiteSpeed Web Server. European hosting providers with confirmed LiteSpeed support include Hostinger, A2 Hosting, Namecheap, and numerous regional providers running cPanel with LiteSpeed.

On Apache or Nginx: the plugin installs and activates normally, but server-level page caching is unavailable. Image optimisation, CSS/JS minification, CDN, and Redis object cache all function — this still delivers meaningful speed improvements, but without the primary advantage of web server-level caching.

To verify your server type: go to LiteSpeed Cache → Dashboard immediately after activation. The plugin displays the detected server and shows which features are fully active.

Installation and basic setup

Installing and configuring LiteSpeed Cache takes approximately five minutes:

  1. WordPress Admin → Plugins → Add New → search «LiteSpeed Cache» → Install Now → Activate.
  2. Navigate to LiteSpeed Cache → Dashboard. The plugin auto-detects the server type and displays available features.
  3. LiteSpeed Cache → Cache → enable Cache. On a LiteSpeed server, server-level caching activates automatically.
  4. LiteSpeed Cache → Image Optimisation → Request Optimise: queue existing images for WebP conversion via QUIC.cloud.
  5. LiteSpeed Cache → Page Optimisation → CSS Settings: enable Minify CSS, Combine CSS, Generate Critical CSS.
  6. LiteSpeed Cache → Page Optimisation → JS Settings: enable Minify JS, enable Load JS Deferred.
  7. After enabling all settings, test the site in Google PageSpeed Insights: expect LCP improvements of 0.5–1.5 s and a TTFB reduction to under 200 ms.

Important: after enabling CSS/JS combining, check the site visually across several page templates — aggressive file merging can occasionally break third-party plugin styles. If visual issues appear, disable Combine CSS selectively using the exclusion settings.

Conclusion

In 2026, LiteSpeed Cache remains the most capable free option for WordPress sites hosted on LiteSpeed Web Server infrastructure. Free server-level caching, built-in image optimisation, automated critical CSS generation, and CDN — all without an annual subscription. If your hosting supports LiteSpeed, there is no reason not to use this plugin.

For sites on Apache or Nginx, LiteSpeed Cache still offers genuine value through image optimisation and CSS/JS improvements, but server caching is unavailable. In that case, benchmark both LiteSpeed Cache and WP Rocket with PageSpeed Insights before committing to either option.

Валерій Spilno Agency All articles by author →
← Back to blog