FlyingCDN helps deliver your website content faster by serving assets and full pages from a global network. Here’s how to set it up:
Step 1: Add your site to FlyingCDN
Log in to your FlyingCDN dashboard.
Click Add new site.
Enter your root domain (e.g.,
example.com
). Avoid usingwww.
so subdomains are supported automatically.Enter your server’s IP address (you can find this in your hosting dashboard or DNS settings).
Step 2: Update DNS records
Click View DNS records in FlyingCDN.
You'll see two types of records:
Add: A new CNAME record for issuing wildcard SSL.
Update: Point your root domain’s A record to the IP provided by FlyingCDN.
If you're using a provider like Cloudflare, disable the proxy if possible for best performance.
Add a CNAME for subdomains (like
www
) pointing to your root domain if needed.
Step 3: Connect FlyingCDN with FlyingPress
Copy your FlyingCDN API key.
In WordPress, go to FlyingPress → CDN.
Paste the API key into the FlyingCDN API Key field.
Step 4: Verify it's working
Open your site in a private/incognito window.
Open DevTools (Inspect → Network tab) and reload the page.
Click the main request and check the response headers.
Look for
flyingcdn-cache: HIT
— this confirms CDN caching is active.
Optional: Test TTFB (Time to First Byte)
Use a performance test tool like KeyCDN or SpeedVitals to check TTFB from different regions.
Run the test twice — the second load reflects the cached version.