Speed up your site with a CDN

Speed up your site with a CDN 2015-07-18

No permission to download
No need to use KeyCDN and pay-per-GB.

Sign up for Cloudflare, slap your domain there, setup correct caching (Caching -> Cache CSS/JS enabled) and you don't even have to edit the config.php to move the js files to another (sub)domain.

If the fact that it's easier to setup doesn't attract you, it has better performance which should attract you.
More POPs around the world, better configurability, no need to pay-per-GB.
 
@Mouth, Why KeyCDN doing force to payment after trial account expired ? I will pay what i am used

Your trial account expired or your credit balance is negative. Please conduct an initial payment to reactivate your account. (min. 49 USD)
 
Force Download = disabled
CORS = enabled
GZip = enabled
Expire = 10080
SPDY = enabled (my site is https)
Allow Empty Referrer = enabled
Secure Token = disabled
SSL = shared (my site is https)
Force SSL = enabled (my site is https)

Origin shield = enabled
Max expire = 1440
Ignore Cache Control = enabled
Ignore Query String = disabled
Strip Cookies = enabled
X-Pull Key = MySiteName
Canonical Header = enabled
Robots.txt = disabled
Optimise for HLS = disabled


Where are can found Option? SPDY Option are not find out.
  • SPDY = enabled
 
I have enabled Zonealiases and added the Zonealias as CNAME record in my DNS. But still are using Zone URL.

How to work , Example: <yourzonename>-3gy7.kxcdn.com to cdn.yourdomain.com
 
I am not using CloudFlare. Already added CNAME in cPanel. Just getting getting ssl certificate error.I have enabled the Let's Encrypt option but still are not work.
I think you'll need to advise your site URL and screenshot your relevant KeyCDN and XF config before we can really assist further.
 
I think you'll need to advise your site URL and screenshot your relevant KeyCDN and XF config before we can really assist further.

Its has been fixed But Still i am not getting any performance benefits with CDN, Please do you have any Suggestions for this matter?

Gtmetrix Score:

b3105da81a374817867a2d569fa55f65.png



fcc4583944e140c394b42f1da01b2234.png


Webpagetest Score:

de176e0c187145df85a0a15c348cd663.png


How to Remove query strings from static resources?
 
Last edited:
Yes, I am used this thread but still are CDN Score are not UP or not used 100%, How i can setup other files location to use CDN?
What is your site URL for us to check?

How to work: Remove query strings from static resources ?
You shouldn't do this. XF's uses query strings to ensure stale resources aren't sent. If CDN ignores them, your CDN will be delivering stale/old file versions.
 
Top Bottom