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.
- Visit your website
- Right-click anywhere on the page
- Click Inspect
- Click the Network tab
- 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

Method 2: Check Image URLs
Another simple way:
- Right-click an image on your website
- 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
- Right-click your website
- Click View Page Source
- 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.