How to Install WP Super Cache

WP Super Cache is the fastest and most popular WordPress caching plugin. This tutorial will show you how to install and configure it on your WordPress site.

After you follow the steps below, the majority of requests to your website will be served from static versions of pages that have been cached on disk. These requests will never even have to be processed by PHP and instead will be served directly by your webserver. This will make your website fast and scalable even on slow, underpowered servers.

Step 1: Install WP Super Cache

To install WP Super Cache, log in to the WordPress dashboard, find the Plugins menu, click Add New, and search for WP Super Cache.

After finding the plugin, click Install Now. You should see the following:

Downloading install package from https://downloads.wordpress.org/plugin/wp-super-cache.1.4.zip…

Unpacking the package…

Installing the plugin…

Successfully installed the plugin WP Super Cache 1.4.

Finish the installation by clicking the link Activate Plugin.

Step 2: Enable Caching

Now that the plugin is installed, you must configure the plugin.

In your WordPress dashboard, under the Settings menu click on WP Super Cache.

Click on the Advanced tab.

Select the following (these are all of the "recommended" settings):

  • Cache hits to this website for quick access. (Recommended)
  • Use mod_rewrite to serve cache files. (Recommended)
  • Compress pages so they’re served more quickly to visitors. (Recommended)
  • 304 Not Modified browser caching. Indicate when a page has not been modified since last requested. (Recommended)
  • Don't cache pages for known users. (Recommended)
  • Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated. (Recommended)
  • Extra homepage checks. (Very occasionally stops homepage caching) (Recommended)

Click on Update Status.

Scroll down and click on the button that says Update Mod_Rewrite Rules.

That's it! You should immediately see a speed improvement in your website.

Alert: For Control Panel Help & Tutorials, click here: Panel Tutorials
  • 0 Users Found This Useful
這篇文章有幫助嗎?

相關文章

How to Back Up WordPress with BackupBuddy

BackupBuddy is one of the most popular premium backup plugins available for WordPress....

How to Enable Browser Caching

You can configure an app so that the browser will cache files it downloads from your server. When...

How to Change the Database Password for WordPress

If you have migrated your WordPress app, you might need to change your MySQL database password by...

How to Check WordPress Plugins and Themes for Vulnerabilities

Vulnerable plugins and themes are the leading causes of WordPress compromises. To ensure the...

How to Configure Protect in WordPress

Protect is a key part of WordPress's Jetpack plugin that helps block brute force attacks against...