A caching plugin creates static HTML copies of your pages so WordPress doesn't need to execute PHP and database queries for every visitor. This can reduce page load times by 50-90%.
Option 1: LiteSpeed Cache (Free, Best for LiteSpeed Servers)
- Install LiteSpeed Cache from the plugin directory.
- Go to LiteSpeed Cache → Cache.
- Enable "Cache" toggle.
- Under "Cache Logged-in Users," leave disabled unless needed.
- Enable CSS/JS minification under Page Optimization.
Option 2: WP Super Cache (Free, Simple)
- Install WP Super Cache.
- Go to Settings → WP Super Cache.
- Select "Caching On" and click "Update Status".
- Under Advanced, enable "Use mod_rewrite" for best performance.
Option 3: WP Rocket (Premium, Best UX)
- Purchase and install WP Rocket.
- It works immediately with good defaults — page caching, browser caching, and GZIP compression are enabled automatically.
- Enable "Optimize CSS Delivery" and "Delay JavaScript Execution" for additional speed gains.
After Installation
- Clear the cache after making changes to your site
- Test logged-in vs. logged-out views to ensure caching works correctly
- Check that dynamic features (forms, shopping carts) still work
Verify with InspectWP
After setting up caching, run a new InspectWP scan. The WordPress section should detect the cache plugin as active.