Knowledgebase

How to Check if Your CDN is Working Print

  • bunnycdn test, cdn verification, check cdn working, test cdn, is cdn working, website cdn check
  • 0

This guide shows you how to quickly check if your CDN is active and working on your website.


Method 1: Right Click → Inspect (Easiest)

This is the quickest way to check.

  1. Visit your website
  2. Right-click anywhere on the page
  3. Click Inspect
  4. Click the Network tab
  5. Refresh the page

You should see files loading from your CDN, such as:

cdn.yourdomain.com
or
yourzone.b-cdn.net

If you see this, your CDN is working.


Example of What to Look For

CDN network tab example


Method 2: Check Image URLs

Another simple way:

  1. Right-click an image on your website
  2. Click Open image in new tab

If the image URL starts with your CDN address, it is working:

https://cdn.yourdomain.com/image.jpg


Method 3: View Page Source

  1. Right-click your website
  2. Click View Page Source
  3. Press Ctrl + F and search for:

b-cdn.net or cdn.yourdomain.com

If you find these, your CDN is active.


If You Do NOT See CDN URLs

Your CDN may not be set up correctly.

Check the following:

  • Your CDN plugin is configured correctly
  • Your CDN URL is correct
  • Your cache has been cleared

You can also refer to our CDN setup guide for help.


Important: Clear Cache First

Before testing, always clear your cache:

  • WordPress cache plugin
  • Browser cache (Ctrl + F5)

Summary

If your website is loading files from your CDN URL, it is working.

If not, follow the setup or troubleshooting guides, or contact support.


Was this answer helpful?

« Back