Cloud flare and hosting speed

Shaybib

Senior Member
Joined
Mar 23, 2018
Messages
831
Reaction score
262
If I am using cloudflare cdn does it matter what my hosting speed is?
 
no. the cloudflare has its own server deployed around the world,so they are mirroring our website to give it maximum speed .
 
I wonder when the @Zwielicht ideas for "thread moved" pictures will end
Never. ;)
red_thread_single_line_art_1024x1024.jpg

PNGPIX-COM-Arrow-Transparent-PNG-Image-2-500x330.png
 
It doesnt actually speed it up, it just appears faster. Why? Because the closer you are to cloudflare servers, the faster it "appears".
 
The CloudFlare so called CDN is NOT true CDN (especially the free plan), yes it caches css/js which in most cases boost the overall site performance.
Cloudflare = reverse proxy / DNS / shared SSL cert provider
Nothing more, nothing less

In short, if your web hosting performance is slow, you should look for better provider and if your target is worldwide then you should get TRUE CDN like KeyCDN or similar.

/cheers
 
It doesnt actually speed it up, it just appears faster. Why? Because the closer you are to cloudflare servers, the faster it "appears".
The CloudFlare so called CDN is NOT true CDN (especially the free plan), yes it caches css/js which in most cases boost the overall site performance.
Cloudflare = reverse proxy / DNS / shared SSL cert provider
Nothing more, nothing less

In short, if your web hosting performance is slow, you should look for better provider and if your target is worldwide then you should get TRUE CDN like KeyCDN or similar.

/cheers
thanks this is very helpful !
 
CloudFlare is what you consider to speed up your website. In the free plan, you get a shared IP address and have got no control over the number of neighbor websites that will be hosting on the same IP. Even the SSL certificate is shared.
Cloudflare provides caching. It caches your CSS and JS files and serves it from the nearest location from where your users are opening your website. This improves your website speed for sure.
 
As long as your site content is static, Cloudflare can cache the content after a single call. You can go into your Cloudflare options and choose to cache content forever instead of purging the cache after 8 hours or whatever the default is.
 
Back
Top