How to Configure WP Super Cache Correctly

How to Configure WP Super Cache Correctly

WP Super Cache is one of the most efficient caching plugins for WordPress. If your site loads slowly or visitors see outdated content, a proper configuration can fix it. This guide shows you how to set it up correctly.

When Do You Need to Adjust WP Super Cache?

  • The site takes too long to load.
  • Changes are not reflected immediately.
  • Errors such as blank pages appear.
  • The server has high load for no apparent reason.

1. Enable Cache Mode ("Easy" Tab)

> ✅ Enable "Caching On"
> Click "Update Status"
> Click "Test Cache"
to confirm   

2. Advanced Settings ("Advanced" Tab)

> ✅ Enable all recommended options.
> Expiry time: 86400 seconds (24 hours).  
> Schedule cleanup: Once a month at 00:00.
 

3. Clear the Cache ("Contents" Tab)

> Click "Delete Expired"
> Click "Delete Cache"

4. Preload Cache ("Preload" Tab)

> Refresh preloaded cache files every: 0 (disabled, to avoid overload)
> ✅ Enable "Preload mode" (no garbage collection)
> ✅ Enable "Preload tags and categories"
> Save changes
> Click "Preload Cache Now"


Key Tips

✔ Use a CDN (such as Cloudflare) alongside WP Super Cache.
✔ Avoid additional caching plugins to prevent conflicts.
✔ Keep WordPress and the plugin updated to the latest version at all times.


Properly configuring WP Super Cache improves your site's speed and stability. Follow these steps to optimize it and avoid common issues.

    • Related Articles

    • What Is WP Accelerate and How to Configure It?

      WP Accelerate is a plugin designed for WordPress that includes a set of optimizations designed to improve the performance of WordPress sites hosted in environments with cPanel and CloudLinux. It integrates various techniques and tools that speed up ...
    • How to fix WordPress memory limit errors

      Sometimes when installing or using themes and plugins in WordPress, you might run into errors related to the memory limit assigned to PHP. Some common messages include: Allowed memory size of xxx bytes exhausted... Fatal error: Out of memory... These ...
    • What Are Inodes and Why Do They Matter in Your Hosting?

      An inode is an identifier for each file or folder in your hosting account. It doesn't matter if the file is large or small: every file, image, email, or folder counts as an inode. If you reach the inode limit of your plan, you won't be able to upload ...
    • How to Edit the Hosts File on Windows, Linux, and macOS

      The hosts file is a text file present on all operating systems that allows you to associate domain names with IP addresses locally, without relying on DNS servers. Your computer checks this file before making any DNS query, so the entries you add ...
    • How to Connect Your Domain to Shopify

      If you have an online store on Shopify and want to use your own domain (for example yourdomain.com), you need to configure two DNS records in cPanel so your domain points to Shopify's servers. ℹ️ Note: This guide applies when your domain is ...