Hey everyone,
I've tried tons of things to optimize my website, but either the optimization didn't go so well on Pagespeed, or images started not showing or the website broke. In the end I ended up hiring someone to optimize.
Kind of frustrating since I always thought Wp-Rocket would be the best, one plugin we can't miss, but it turns out everyone I hired used different ones. Some used Seraphinite Accelerator and some Web10, which I didn't like because it depends on you having an external account at their website. Some conflict with Rank Math and some will simply do nothing.
So my question is: which plugins do you use, and for what kind of websites?
Bonus points if you mention the specific configurations you use.
Best,
Hivartei
Great question, Hivartei. WordPress optimization can definitely feel like a balancing act between speed and stability.
Here’s the setup I typically use across most client sites for a clean, stable optimization without conflicts:
1. Caching & Performance:
–
LiteSpeed Cache (when using LiteSpeed servers) or
WP Rocket (on standard hosting).
– I avoid stacking multiple optimization plugins, one well-configured plugin usually performs better than three competing ones.
2. Image Optimization:
–
Imagify or
ShortPixel for lossless compression and WebP conversion.
– Enable lazy loading and serve scaled images.
3. Database & Code Optimization:
– Clean up post revisions, transients, and unused tables using
WP-Optimize.
– Minify CSS/JS within the caching plugin itself (not via multiple plugins).
4. CDN & Hosting:
– Use
Cloudflare CDN for global caching and security.
– Choose a reliable host (LiteSpeed or NGINX-based); optimization starts with good infrastructure.
5. Configuration Tips:
– Test one setting at a time and recheck Pagespeed/GTmetrix after each change.
– Avoid “combine CSS/JS” on modern sites (it can break layouts).
– Exclude Rank Math and other SEO plugin scripts from deferral if issues arise.
This setup typically delivers
90+ on both mobile and desktop for well-built sites without breaking layouts or plugin functionality.
If you’d like, I can share a sample configuration file for WP Rocket or LiteSpeed Cache that’s been tested on multiple client sites.