A client approached me with a slow WordPress site. They were using LiteSpeed Cache, but the performance metrics were far from optimal:
- LCP: 6.5 s
- FCP: 3 s
What was done
- LiteSpeed Cache reconfiguration
LiteSpeed was used only for page caching, while other advanced optimization options were disabled to avoid conflicts. - Perfmatters plugin added and configured
- Remove Unused CSS to reduce unnecessary code
- Local Fonts to load fonts faster without external requests
- Preload for key images
- Delay JavaScript to defer non-critical scripts
- Optimized workflow
LiteSpeed handles caching only, while Perfmatters manages fine-tuned optimizations, improving page rendering and speed.
Results
- LCP: 6.5 s → 2.2 s
- FCP: 3 s → 1.7 s

Takeaway
Separating caching and fine performance optimizations can significantly improve Core Web Vitals without plugin conflicts, especially on dynamic or resource-heavy WordPress sites.




Leave a Reply