What is LiteSpeed Cache plugin?
LiteSpeed Cache (LSCWP) is a free all-in-one WordPress caching and optimization plugin developed by LiteSpeed Technologies. With over 7 million active installations and a 4.8-star rating at WordPress.org, it is the most widely installed caching plugin in WordPress. It is free — no paid tier exists — and runs entirely without cost.
The plugin’s most powerful caching features are only available when the site runs on a LiteSpeed Web Server (OpenLiteSpeed, LiteSpeed Web Server Enterprise, or cyberPanel hosting). On LiteSpeed servers, the plugin communicates directly with the server-level cache, producing performance that plugin-level caches running on Apache or Nginx cannot match. On non-LiteSpeed hosting, LSCWP still provides meaningful optimization through asset minification, image optimization via QUIC.cloud, lazy loading, database cleanup, CDN integration, and CSS/JS file management — though page caching is less efficient than on a LiteSpeed server.
QUIC.cloud is LiteSpeed’s optional cloud service that handles image optimization (WebP conversion, AVIF, compression), a CDN, and critical CSS generation. Basic QUIC.cloud services are free with daily quotas; higher volume usage requires a paid QUIC.cloud plan. The plugin itself remains free regardless of whether you use QUIC.cloud.
The troubleshooting approach for LSCWP is methodical: the plugin’s documentation recommends starting with all features at defaults (which applies no optimization), then enabling one feature at a time until the problematic setting is identified. Lazy loading, CSS/JS combination, and critical CSS generation are the most common sources of visual breaks on non-standard themes.
Need Help With LiteSpeed Cache Setup, Troubleshooting, or Customization?
Need help with LiteSpeed Cache? Whether you are dealing with errors, broken functionality, styling problems, plugin conflicts, or advanced customization, we can help you fix the issue and get the plugin working properly on your WordPress site.
Get LiteSpeed Cache Expert HelpKey Features
- Server-level page caching (most powerful on LiteSpeed servers)
- Browser caching and GZIP
- Image optimization via QUIC.cloud (WebP, AVIF, compression)
- Lazy loading for images and iframes
- CSS/JS minification and combination
Pros & Cons
Pros
- Completely free — no paid version needed
- Most powerful performance on LiteSpeed hosting where server-level caching is available
- Excellent image optimization via QUIC.cloud
Cons
- Full power only available on LiteSpeed servers — less effective on Apache or Nginx hosting
- QUIC.cloud services have daily free limits — higher volume requires a paid cloud plan
Free vs Premium
LiteSpeed Cache is entirely free with no paid plugin tier. Advanced cloud features (high-volume image optimization, CDN bandwidth, critical CSS generation beyond daily limits) are available through a paid QUIC.cloud subscription, which is separate from the plugin.
Common Problems & Fixes
Why did enabling LiteSpeed Cache break my site's layout or features?
LiteSpeed Cache’s default settings do not apply optimization — the defaults only enable basic page caching. If your site broke after enabling LSCWP, it is almost certainly caused by a specific optimization setting. The diagnostic approach is: go to LSCWP Settings → Debug and enable “Disable All Features” to confirm the plugin itself is not the core issue. Then re-enable features one at a time, purging cache and checking the site after each. CSS/JS combination, Delayed JS, and Critical CSS are the most common culprits for layout and JavaScript breaks.
Why is LiteSpeed Cache not caching my pages?
If pages are not being cached, verify first that LiteSpeed Web Server is your hosting server (or that your host is compatible with the plugin’s caching layer). On shared hosts running Apache, page caching through LSCWP may not work at the server level. Also check that caching is enabled in LSCWP → Cache → Enable Cache, that the page is not excluded by a cookie or URL rule, and that no plugin is setting DONOTCACHEPAGE on the page.
Why is the QUIC.cloud image optimization not starting or showing errors?
QUIC.cloud image optimization requires that the QUIC.cloud service can reach your server to pull and return images. Common failures are: your server IP is not whitelisted in the QUIC.cloud IP allow list (add QUIC.cloud IPs to your server firewall allowlist), the images are behind basic auth, or daily optimization quotas have been reached. Check LSCWP → Image Optimization → Image Optimization Summary for the specific failure reason logged.
Customization & Developer Notes
How do I exclude specific pages from LiteSpeed Cache?
Go to LSCWP → Cache → Exclude and add URLs or URL patterns to the “Do Not Cache URIs” list. Partial URL matches are supported, so adding /checkout will exclude all checkout-related pages. You can also exclude pages by cookie or by user role for logged-in user cache management.
How do I configure LiteSpeed Cache for WooCommerce?
LSCWP automatically detects WooCommerce and applies smart defaults: cart, checkout, and My Account pages are excluded from cache, and cache is varied by cart content to serve the correct version to shopping users. In LSCWP → WooCommerce, you can configure cart caching behavior, wishlist exclusions, and cache lifetime for product pages. Confirm that the cache exclude list includes your checkout URL if you are using a custom checkout URL.
Frequently Asked Questions
Does LiteSpeed Cache work on non-LiteSpeed hosting?
Yes. The image optimization, lazy loading, CSS/JS minification, database optimization, and CDN integration features all work on any hosting environment. The main limitation on non-LiteSpeed servers is that server-level page caching — the fastest type — is not available. Plugin-level caching is still applied but is typically less efficient than what LiteSpeed Web Server provides.
Is LiteSpeed Cache really completely free?
The plugin itself is entirely free with no paid plugin tier. QUIC.cloud cloud services (image optimization, CDN, critical CSS) are free within daily limits and require a paid QUIC.cloud subscription for higher usage. Most small to medium sites stay within the free QUIC.cloud limits.
Can LiteSpeed Cache replace WP Rocket?
On LiteSpeed hosting, LSCWP generally outperforms WP Rocket in raw caching performance at no cost. On non-LiteSpeed hosting, WP Rocket often provides a better overall user experience through its easier configuration and more consistent defaults. For budget-conscious sites on compatible hosting, LSCWP is an excellent WP Rocket alternative.
Does LiteSpeed Cache include object caching?
Yes. LSCWP supports Redis and Memcached object caching for storing database query results in memory. This is configured in LSCWP → Advanced → Object Cache. Your hosting environment must have Redis or Memcached available for this feature to work.