![]() |
Cloudflare problem? - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: Web Performance (/forumdisplay.php?fid=3) +--- Forum: Discuss Test Results (/forumdisplay.php?fid=4) +--- Thread: Cloudflare problem? (/showthread.php?tid=12606) Pages: 1 2 |
Cloudflare problem? - Sepu - 10-14-2013 10:32 PM Hi, I use cloudflare for CDN, but the results of my tests say that there is not CDN, why? 1# http://www.webpagetest.org/result/131014_KP_DYX/ 2# http://www.webpagetest.org/result/131014_Q7_6SE/1/performance_optimization/#use_of_cdn Thank you. RE: Cloudflare problem? - robzilla - 10-15-2013 12:11 AM How are you using CloudFlare? Both domains resolve to zyma.com. RE: Cloudflare problem? - Sepu - 10-15-2013 12:33 AM (10-15-2013 12:11 AM)robzilla Wrote: How are you using CloudFlare? Both domains resolve to zyma.com. Yes I use it, do you think that there is a problem on cloudflare? RE: Cloudflare problem? - robzilla - 10-15-2013 12:52 AM But how do you use it? I don't see any evidence that any CloudFlare services are used on your websites. Did you set everything up correctly? Your nameservers are currently ns5.zyma.com and ns4.zyma.com. RE: Cloudflare problem? - Sepu - 10-15-2013 12:57 AM (10-15-2013 12:52 AM)robzilla Wrote: But how do you use it? I don't see any evidence that any CloudFlare services are used on your websites. Yes, I use Zyma and via cpanel I activated cloudflare, that it is connected to a correct dns. RE: Cloudflare problem? - robzilla - 10-15-2013 01:18 AM Quote:Can I use a naked domain (no www) with CloudFlare?https://support.cloudflare.com/hc/en-us/articles/200169886-Can-I-use-a-naked-domain-no-www-with-CloudFlare- RE: Cloudflare problem? - Sepu - 10-15-2013 01:22 AM (10-15-2013 01:18 AM)robzilla Wrote:Quote:Can I use a naked domain (no www) with CloudFlare?https://support.cloudflare.com/hc/en-us/articles/200169886-Can-I-use-a-naked-domain-no-www-with-CloudFlare- This is my configuration: CNAME http://www.flaccadori.it points to http://www.flaccadori.it.cdn.cloudflare.net Is that wrong? RE: Cloudflare problem? - robzilla - 10-15-2013 03:44 AM You are automatically redirecting http://www.flaccadori.it to http://flaccadori.it, so noone ever gets to the CloudFlare-powered site. RE: Cloudflare problem? - robzilla - 10-15-2013 05:15 AM Are you sure you need a CDN, though? If your target demographic is located in Italy (I assume because your site is in Italian), then ideally you would host the site in Italy. CloudFlare has no Point-of-Presence (PoP) in Italy, so unless you receive many international visitors, there wouldn't be much of a benefit, if any, in terms of latency. The closest PoPs are probably Paris or Vienna, but compared to the UK, where you currently host your site, you'll hardly notice the difference. RE: Cloudflare problem? - Sepu - 10-15-2013 07:58 AM (10-15-2013 05:15 AM)robzilla Wrote: Are you sure you need a CDN, though? If your target demographic is located in Italy (I assume because your site is in Italian), then ideally you would host the site in Italy. CloudFlare has no Point-of-Presence (PoP) in Italy, so unless you receive many international visitors, there wouldn't be much of a benefit, if any, in terms of latency. The closest PoPs are probably Paris or Vienna, but compared to the UK, where you currently host your site, you'll hardly notice the difference.I use a CDN like cloudflare because WebPageTest reccomend to use a CDN. (10-15-2013 03:44 AM)robzilla Wrote: You are automatically redirecting http://www.flaccadori.it to http://flaccadori.it, so noone ever gets to the CloudFlare-powered site. Thank you! The problem is in my htaccess, a rewrite engine rule that you write, thank you very much. |