Using a caching plugin with WordPress

Caching plugins can help speed up the loading time for WordPress sites considerably. The cache will store a temporary version of the site that all site visitors will load, instead of querying the database each time a page is requested. There are several different versions of caching plugins available, but we particularly like and recommend WP Super Cache which is free to use.

Caching plugins require access to your site's wp-config.php file to be enabled, however this won't work on cPanel accounts without first opening up the permissions for that file. The wp-config.php file is automatically locked down on our shared hosting servers as a security measure, but you can temporarily change this permission to allow for the activation (or deactivation) of a caching plugin. You can do so via the File Manager or the Terminal.

Changing the permissions of wp-config.php

Get started by clicking on the File Manger from cPanel.

File_Manager.png

Navigate to the folder that contains your WordPress site, select your site's wp-config.php file, then click Permissions in the toolbar.

mceclip3.png

Next, enable the Write permission in the User column, then click Change Permissions.

mceclip4.png

If you prefer to use the terminal for things like this, you can! Just change to the directory of your WordPress site, and use chmod to set the file to 600 permissions:

cd ~/public_html
chmod 600 wp-config.php

Installing and enabling the plugin

Now that you've modified the permissions of your wp-config.php file, we can install and activate a caching plugin. In this example, we'll install WP Super Cache by going to the plugins page in our WordPress dashboard and searching for the plugin by name. Next, click Install Now, then Activate.

Capture_2022-12-16T162651.gif

Next, visit the settings page for the plugin by going to Settings, then WP Super Cache.

blobid1.png

Finally, enable caching by selecting Caching On then clicking Update Status.

mceclip9.png

Optional, but recommended setting for WP Super Cache

WP Super Cache is set up, but there is an additional setting you can enable to speed your site up even further. Get started by going to the Advanced tab in WP Super Cache's settings. From here, we would recommend enabling Compress pages so they're served more quickly to visitors.

mceclip0.png

After making this change, scroll down on the page and click Update Status.

mceclip12.png

Was this article helpful?
1 out of 1 found this helpful

Articles in this section

See more
Reclaim Hosting Support Hours
8:00 am - 5:00 pm ET, Monday through Friday
Submit a Ticket
Get a quick and helpful response from the pros.
Need Extra Support?
No problem, we're here to help! Talk to us about Professional Services or custom Service Level Agreements.