How to Set Up Vultr CDN Pull Zones for WordPress Websites with WP Super Cache

Updated on August 28, 2024
How to Set Up Vultr CDN Pull Zones for WordPress Websites with WP Super Cache header image

Introduction

WP Super Cache is a WordPress caching plugin that creates static files using your dynamic website files to improve the general website performance. WP Super Cache integrates with Content Delivery Networks (CDNs) such as Vultr CDN Pull Zones to enable the faster delivery of WordPress content and improve the general website performance.

This article explains how to set up Vultr CDN Pull Zones for WordPress websites using the WP Super Cache plugin.

Prerequisites

Before you begin:

  • Create a Vultr CDN Pull Zone for your WordPress website by providing the domain name as the origin URL.

  • Login to the WordPress administration dashboard.

    https://example.com/wp-admin
  • Set your WordPress Permalink structure to Post name to use the WP Super Cache plugin with a CDN.

Install WP Super Cache

  1. Navigate to the Plugins page on your main WordPress navigation menu.

  2. Click Add New Plugin to browse the WordPress plugins directory.

  3. Enter wp super cache in the search field and press Enter to search the plugin.

    Install the WP Super Cache Plugin

  4. Find the WP Super Cache plugin result and click Install to add it to your WordPress site.

  5. Click Activate to enable the plugin.

    Activate the WP Super Cache Plugin

Configure WP Super Cache

  1. Find and click Settings on the main navigation menu.

  2. Click WP Super Cache to open the plugin's configuration page.

  3. Click Caching On (Recommended) to enable caching on your WordPress site.

    Access the WP Super Cache Plugin Page

  4. Click Update Status to apply changes.

  5. Navigate to the CDN tab.

  6. Check the Enable CDN Support option to enable the CDN configuration options.

  7. Enter your WordPress website URL in the Site URL field.

  8. Enter your Vultr CDN Pull Zone's URL in the Off-site URL field.

    Configure WP Super Cache CDN Settings

  9. Verify the Include directories asset types to cache with your Vultr CDN Pull Zone.

  10. Click Save Changes to apply changes and test the CDN configurations.

Test the Vultr CDN Pull Zone Integration

  1. Access your WordPress site as a regular user using a different web browser such as Firefox.

    https://example.com
  2. Right-click anywhere on your WordPress site and select Inspect from the list of options.

  3. Navigate to the Sources tab and verify that your Vultr CDN Pull Zone's URL is available on the list of site sources.

    View WordPress Vultr CDN Sources

  4. Expand the Vultr CDN Pull Zone source and compare the cached files with those from your main WordPress domain.

Troubleshooting

Depending on your WordPress website configurations, you may experience any of the following errors when integrating WP Super Cache with your Vultr CDN Pull Zone. Verify and fix the error as described in the following steps.

WP SUPER CACHE PLUGIN ERRORS

  • Permalink Structure Error:

    A custom URL or permalink structure is required for this plugin to work correctly. Please go to the  Permalinks Options Page to configure your permalinks.

    WP Super Cache requires a custom permalink structure to work correctly with a CDN. Navigate to Settings > Permalinks to set up a custom structure such as Post Name, Numeric, or Month and Day.

Conclusion

You have installed WP Super Cache and configured your WordPress website to serve cached content from your Vultr CDN Pull Zone. You can offload all supported assets and use WP Super Cache to improve your general website performance. For more information and plugin options, visit the WP Super Cache documentation.