> ## Documentation Index
> Fetch the complete documentation index at: https://bunnynet-cb9733c2-support-migration.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Content Offloading

> Enable content offloading in the bunny.net WordPress plugin to automatically transfer media files to Bunny Storage.

With Bunny Offloader, your content is automatically transferred to Bunny Storage, enabling multi-region replication, near-unlimited scalability, and up to 5x faster performance compared to traditional delivery methods.

<Note>
  Offloading is only supported when using the official bunny.net plugin and managing DNS through bunny.net. It is not compatible with third-party plugins or external DNS providers.
</Note>

## Prerequisites

* A [bunny.net account](https://dash.bunny.net)
* Access to manage your domain's DNS settings

## How it works

The Offloader requires that your domain uses Bunny DNS with CDN Acceleration enabled. Offloading cannot function if your domain is managed by another DNS provider or lacks acceleration.

## Step 1: Migrate your domain to Bunny DNS

Skip this step if your domain is already using Bunny DNS.

<Steps>
  <Step title="Add a DNS zone">
    Log in to bunny.net and go to **Delivery → DNS → Add DNS Zone**. Enter your domain name and click **Add DNS Zone**.
  </Step>

  <Step title="Add your DNS records">
    Follow the setup instructions, then click **Okay, I'm done**. Click **Add Record**, enter the required details, and continue adding records as needed.
  </Step>

  <Step title="Verify propagation">
    Confirm your DNS settings have propagated using the [bunny DNS Lookup Tool](https://bunny.net/tools/dns-lookup). Look for NS records pointing to `kiki.bunny.net` or `coco.bunny.net`.
  </Step>
</Steps>

<Warning>
  When creating a DNS zone, it must be based on the root domain (e.g., `domain.com`). Creating a zone for `www.domain.com` or `something.domain.com` is not valid.
</Warning>

<Warning>
  When migrating your DNS, make sure to transfer **all** existing DNS records, not just the website-related ones. Failing to do so can result in critical services (like email) going offline.
</Warning>

## Step 2: Enable CDN Acceleration in the plugin

<Note>
  If your domain was already using Bunny DNS when you installed the plugin, the "Enable CDN Acceleration" option may not appear. Skip to Step 3 to check if it's already enabled. If not, you can reset the plugin to start the configuration from scratch.
</Note>

<Steps>
  <Step title="Enable CDN Proxy on DNS records">
    In the bunny.net dashboard, go to the **DNS** section. Click the button in the **CDN Proxy** (or CDN acceleration) column next to each DNS record.

    <Frame>
      <img src="https://mintcdn.com/bunnynet-cb9733c2-support-migration/w32H-OuMiEPPh72G/images/integrations/wordpress/offloading-cdn-proxy-toggle.png?fit=max&auto=format&n=w32H-OuMiEPPh72G&q=85&s=3c7b2d5f8b30d128a33a6f2cc2ccafd8" alt="CDN Proxy toggle" width="401" height="271" data-path="images/integrations/wordpress/offloading-cdn-proxy-toggle.png" />
    </Frame>
  </Step>

  <Step title="Enable in the WordPress plugin">
    In your WordPress Admin Panel, navigate to **bunny.net → Offloader**. Follow the on-screen prompts and click **Enable CDN Acceleration**. You'll receive an orange confirmation message once configured.

    <Frame>
      <img src="https://mintcdn.com/bunnynet-cb9733c2-support-migration/w32H-OuMiEPPh72G/images/integrations/wordpress/offloading-enable-acceleration.png?fit=max&auto=format&n=w32H-OuMiEPPh72G&q=85&s=e9bdb3f2c4821d28dc70ff5ab98154f9" alt="Enable CDN Acceleration" width="862" height="269" data-path="images/integrations/wordpress/offloading-enable-acceleration.png" />
    </Frame>
  </Step>
</Steps>

<Warning>
  Enabling CDN acceleration disconnects your current Pull Zone and creates a new one. Make sure to copy any essential settings (Edge Rules, Cache settings, Optimizer configurations) from the old zone to the new one. The old Pull Zone can be safely deleted after migration.
</Warning>

## Step 3: Confirm CDN Acceleration is working

Verify your setup using any of these methods:

* In the bunny.net **DNS** section, a green **CDN Proxy** icon next to your DNS record indicates proper CDN integration.

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-support-migration/w32H-OuMiEPPh72G/images/integrations/wordpress/offloading-cdn-proxy-green.png?fit=max&auto=format&n=w32H-OuMiEPPh72G&q=85&s=5d67fe1de28545743f7dc96766b56014" alt="Green CDN Proxy icon" width="881" height="168" data-path="images/integrations/wordpress/offloading-cdn-proxy-green.png" />
</Frame>

* Inspect response headers from your site. Look for:
  * `CDN-ProxyVer: 1.04`
  * `CDN-RequestPullSuccess: True`
  * `CDN-RequestPullCode: 200`
* In your WordPress Admin Panel, go to **bunny.net → About**. Under **Technical Information**, check the **Request Headers** section. If you see both `Cdn-RequestId` and `Via: BunnyCDN`, everything is working.

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-support-migration/w32H-OuMiEPPh72G/images/integrations/wordpress/offloading-request-headers.png?fit=max&auto=format&n=w32H-OuMiEPPh72G&q=85&s=68d71153146378f7b3cfce76341fb14b" alt="Request Headers showing CDN confirmation" width="1698" height="442" data-path="images/integrations/wordpress/offloading-request-headers.png" />
</Frame>

## Step 4: Enable the Offloader

In your WordPress Admin Panel, navigate to **bunny.net → Offloader**. Toggle on **Content Offloading**, adjust settings to your preference, and click **Save Settings**.

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-support-migration/w32H-OuMiEPPh72G/images/integrations/wordpress/offloading-toggle-settings.png?fit=max&auto=format&n=w32H-OuMiEPPh72G&q=85&s=934e83663e7a4ccae5ad1061e87f83a2" alt="Content Offloading settings" width="1244" height="1600" data-path="images/integrations/wordpress/offloading-toggle-settings.png" />
</Frame>

You can monitor offloaded content through the Offloader dashboard.
