Best LiteSpeed Cache Settings for 100% PageSpeed Score (Step-by-Step, Beginner-Friendly)
Get the best LiteSpeed Cache settings for 100% PageSpeed score with a simple, proven checklist. This guide covers LiteSpeed Cache plugin settings for WordPress, server-level tips, Core Web Vitals, and a FAQ with Schema.
Updated: · Razorhost Team · Razorhost
Introduction: Why 100% PageSpeed Needs the Right LiteSpeed Cache Settings
If you are searching for the best LiteSpeed Cache settings for 100% PageSpeed score, you are not alone. A fast site improves user experience, conversions, SEO rankings, and Core Web Vitals. The good news: with the right LiteSpeed Cache settings, many WordPress sites can reach 90–100 PageSpeed on mobile and desktop—often without expensive custom development.
But here is the truth: there is no single magic switch. A 100% PageSpeed score usually comes from stacking multiple improvements: caching, HTML/CSS/JS optimization, image optimization, smart lazy loading, proper font handling, database cleanup, CDN (optional), and fixing plugin/theme bloat. This guide shows you best LiteSpeed Cache settings for 100% PageSpeed score in a clean, beginner-friendly way.
You can follow this guide even if you are not a developer. Each setting is explained in simple language, and you will also get a troubleshooting checklist so you can keep design and functionality intact.
Before You Start: What You Need for the Best LiteSpeed Cache Settings
To get the best LiteSpeed Cache settings for 100% PageSpeed score, make sure you have:
- LiteSpeed Web Server or OpenLiteSpeed (recommended) on your hosting.
- LSCache plugin installed and active on WordPress.
- A lightweight theme (or at least a theme that is not overloaded).
- Only essential plugins (remove unused plugins).
- Images compressed and sized correctly (LSCache can help with this).
Important: if you are not on LiteSpeed server, you can still use some plugin features, but you will not get full server-level cache benefits. For a true performance jump, LiteSpeed hosting is a big advantage.
What “100% PageSpeed Score” Actually Means
When people say best LiteSpeed Cache settings for 100% PageSpeed score, they typically mean:
- Google PageSpeed Insights score close to 100 on desktop and 90–100 on mobile.
- Good Core Web Vitals: LCP (Largest Contentful Paint), INP (Interaction to Next Paint), and CLS (Cumulative Layout Shift).
- Lower “unused CSS/JS” and fewer render-blocking resources.
A perfect score is possible, but you should still focus on real-world speed and stability. The best LiteSpeed Cache settings for 100% PageSpeed score must also keep your site functional.
Step 1: Take a Baseline Speed Test (So You Know What Improved)
Before changing settings, run these tests:
- Google PageSpeed Insights (mobile + desktop)
- GTmetrix (optional)
- WebPageTest (optional)
Save screenshots or notes of your baseline. This helps you confirm that your new LiteSpeed Cache settings are truly the best LiteSpeed Cache settings for 100% PageSpeed score for your site.
Step 2: Best LiteSpeed Cache Settings — General (Safe Defaults)
Start with stable settings first. These are safe and work for most websites. They are the foundation for the best LiteSpeed Cache settings for 100% PageSpeed score.
Cache: Enable Cache
- Enable Cache: ON
- Cache Logged-in Users: OFF (unless you know why you need it)
- Cache Commenters: ON (optional)
- Cache REST API: ON (commonly safe)
- Cache Login Page: OFF (usually)
Cache TTL (Time To Live)
TTL controls how long cached pages remain before refresh. For many blogs and business sites:
- Default Public Cache TTL: 604800 (7 days) or 86400 (1 day)
- Default Private Cache TTL: 1800–3600 (if you use it)
Longer TTL reduces server load and improves speed. Shorter TTL shows updates faster. Pick what fits your content update frequency.
Browser Cache
- Browser Cache: ON
- Browser Cache TTL: 31557600 (1 year)
Browser cache is essential for repeat visitors. It is a key part of the best LiteSpeed Cache settings for 100% PageSpeed score.
Step 3: Best LiteSpeed Cache Settings — Cache (Advanced Options That Matter)
Cache Mobile
If your theme uses responsive design (most modern themes do), you usually do not need a separate mobile cache. Only enable mobile cache if you serve different HTML for mobile.
- Cache Mobile: OFF (recommended for most)
- Separate Mobile View: OFF
ESI (Edge Side Includes)
ESI is helpful for complex sites with dynamic blocks (like carts, membership widgets). For a simple blog, you can keep it OFF.
- ESI: OFF (blogs)
- ESI: ON (WooCommerce / membership sites, when configured correctly)
Guest Mode + Guest Optimization
These features can improve first visit speed by serving optimized cache quickly. For many sites, this is a strong boost toward the best LiteSpeed Cache settings for 100% PageSpeed score.
- Guest Mode: ON
- Guest Optimization: ON
Cache Preload
Preload warms up cache so the first visitor does not pay the “cold cache” penalty. This helps keep PageSpeed consistent.
- Sitemap Based Preload: ON
- Run Preload Automatically: ON (optional)
Step 4: Best LiteSpeed Cache Settings — Page Optimization (Biggest PageSpeed Gains)
Page Optimization is where most people unlock the real benefits. If you want the best LiteSpeed Cache settings for 100% PageSpeed score, this section is critical.
HTML Settings
- HTML Minify: ON
- Inline CSS Minify: ON
- Inline JS Minify: ON
CSS Settings (Start Safe, Then Improve)
CSS can block rendering. Your goal is to reduce render blocking while keeping layout stable.
- CSS Minify: ON
- CSS Combine: OFF (often better with HTTP/2/HTTP/3)
- Generate UCSS (Remove Unused CSS): ON (powerful for PageSpeed)
- UCSS Inline: ON (commonly good)
- Separate CCSS per Post Type: ON (optional)
If you use UCSS, test your pages. If any design breaks, exclude the problem CSS files. UCSS is one of the most impactful settings for the best LiteSpeed Cache settings for 100% PageSpeed score.
JavaScript Settings
- JS Minify: ON
- JS Combine: OFF (often better with HTTP/2/HTTP/3)
- Load JS Deferred: ON
- Delay JS: ON (huge PageSpeed improvement when used correctly)
“Delay JS” can dramatically improve PageSpeed score by delaying third-party scripts until user interaction. If something breaks (menus, sliders, popups), add exclusions for those scripts. This is still part of the best LiteSpeed Cache settings for 100% PageSpeed score—you just need the right exclusions.
DNS Prefetch / Preconnect
If you load fonts from Google, analytics, or third-party resources, use DNS prefetch or preconnect. This improves perceived speed.
- DNS Prefetch: add only the domains you really use (example: fonts.googleapis.com)
- Preconnect: use carefully for critical domains
Remove Query Strings
- Remove Query Strings: ON (optional; test carefully)
Some modern setups do not require this, but it can still help with caching behavior in certain cases.
Step 5: Best LiteSpeed Cache Settings — Media (Images, Lazy Load, WebP)
Image optimization is essential for the best LiteSpeed Cache settings for 100% PageSpeed score. Heavy images often destroy mobile PageSpeed.
Lazy Load Images and Iframes
- Lazy Load Images: ON
- Lazy Load Iframes: ON
- Lazy Load Image Placeholder: ON (optional)
Lazy loading reduces initial load time. But do not lazy load your LCP image (usually the hero image). You want the LCP element to load quickly.
Image Optimization + WebP
- Image Optimization: ON (use LSCache image optimizer if available)
- Generate WebP Versions: ON
- WebP Replacement: ON
WebP images are smaller than JPG/PNG for most cases. This is a direct boost toward the best LiteSpeed Cache settings for 100% PageSpeed score.
Responsive Image Sizes
Make sure WordPress generates multiple image sizes, and your theme uses srcset.
This prevents loading a 2000px image on a 360px mobile screen.
Step 6: Fonts (A Hidden Reason PageSpeed Drops)
Fonts can cause render blocking and layout shifts. If you want the best LiteSpeed Cache settings for 100% PageSpeed score, handle fonts properly.
Use Fewer Font Variants
- Use 1–2 font families maximum.
- Use only required weights (for example 400 and 700).
- Remove unused font styles (italic, extra weights).
Serve Fonts Locally (Optional but Powerful)
Hosting fonts locally can reduce third-party requests. If your theme or optimization plugin can host Google Fonts locally, do it. This improves consistency and can lift your PageSpeed score.
Font Display Swap
Ensure fonts use font-display:swap to avoid invisible text.
This can improve perceived performance and reduce CLS.
Step 7: CDN (Optional) for Even Better PageSpeed Stability
A CDN is not always required, but it can improve global performance. For an audience across multiple regions, CDN helps you reach the best LiteSpeed Cache settings for 100% PageSpeed score more easily.
- Use a CDN if you have international visitors.
- Use CDN if your server is far from your target audience.
- Use CDN if you serve large images or many static files.
If you use a CDN, make sure cache headers and WebP support are configured correctly.
Step 8: Core Web Vitals Checklist (LCP, INP, CLS)
The best LiteSpeed Cache settings for 100% PageSpeed score should improve real metrics: LCP, INP, and CLS.
Improve LCP
- Do not lazy load the LCP image.
- Compress and resize hero images.
- Use WebP and proper dimensions.
- Reduce render-blocking CSS (UCSS / critical CSS helps).
Improve INP
- Use Delay JS carefully.
- Remove heavy sliders and unnecessary animations.
- Limit third-party scripts (chat widgets, trackers).
Reduce CLS
- Always set image width/height (or aspect ratio) to reserve space.
- Avoid loading late popups above content.
- Use stable fonts with fallback and swap behavior.
Common Mistakes That Stop You From Getting 100% PageSpeed
Even with the best LiteSpeed Cache settings for 100% PageSpeed score, these mistakes can block your results:
- Too many plugins: each plugin can add CSS/JS and slow your site.
- Huge images: uncompressed images kill mobile speed.
- Third-party scripts: ads, chat, trackers can reduce PageSpeed badly.
- Wrong exclusions: some scripts must be excluded from delay/defer.
- Not testing after changes: performance settings must be verified page by page.
Recommended “Best LiteSpeed Cache Settings for 100% PageSpeed Score” Summary
Here is a simple summary you can follow quickly. These are widely used best LiteSpeed Cache settings for 100% PageSpeed score:
Cache
- Enable Cache: ON
- Browser Cache: ON (TTL 1 year)
- Guest Mode: ON
- Guest Optimization: ON
- Sitemap Preload: ON
Page Optimization
- HTML Minify: ON
- CSS Minify: ON
- CSS Combine: OFF
- Generate UCSS: ON
- JS Minify: ON
- JS Combine: OFF
- Load JS Deferred: ON
- Delay JS: ON (with exclusions if needed)
Media
- Lazy Load Images: ON (exclude LCP image)
- Lazy Load Iframes: ON
- Image Optimization: ON
- WebP: ON
Troubleshooting: If Design Breaks After Optimization
Sometimes the best LiteSpeed Cache settings for 100% PageSpeed score can break layout or features, especially with aggressive CSS/JS optimizations. Use this quick troubleshooting approach:
- Disable one feature at a time: start with Delay JS, then UCSS, then Defer JS.
- Use exclusions: exclude problem scripts, libraries, or inline code.
- Purge cache: after each change, purge all caches.
- Test critical pages: homepage, checkout/cart (if applicable), contact form, login.
- Check console errors: browser console shows which script is failing.
The goal is not only a high score, but also a fully working website. The real best LiteSpeed Cache settings for 100% PageSpeed score are the ones that keep your site stable.
FAQ: Best LiteSpeed Cache Settings for 100% PageSpeed Score
Can LiteSpeed Cache guarantee a 100% PageSpeed score?
LiteSpeed Cache can dramatically improve speed, but a 100% PageSpeed score depends on your theme, plugins, images, third-party scripts, and server performance. The best LiteSpeed Cache settings for 100% PageSpeed score usually need a combination of cache, UCSS, Delay JS, and optimized media.
Should I enable CSS Combine for the best LiteSpeed Cache settings?
In most modern setups using HTTP/2 or HTTP/3, CSS Combine is often not needed and can sometimes cause issues. Many sites get better results with CSS Combine OFF and UCSS ON, which is a common approach for the best LiteSpeed Cache settings for 100% PageSpeed score.
What is the best setting for “Delay JS” in LiteSpeed Cache?
Delay JS should be ON for most websites because it reduces main thread work on initial load and improves PageSpeed. If menus, sliders, or forms break, add exclusions for those scripts. With correct exclusions, Delay JS becomes one of the best LiteSpeed Cache settings for 100% PageSpeed score.
Do I need a CDN to reach 100% PageSpeed?
A CDN is optional. Many local-audience sites can reach excellent scores without a CDN if they use the best LiteSpeed Cache settings for 100% PageSpeed score and optimize images properly. A CDN helps more when you have visitors from multiple countries or serve large static assets.
How do I avoid breaking my design while chasing a 100% score?
Enable optimizations in phases. Start with cache + minification, then add UCSS, then Delay JS. Test after each step and use exclusions when needed. The best LiteSpeed Cache settings for 100% PageSpeed score are always tested and adjusted for your exact theme and plugins.