Well, as you probably know, the site and server was getting slower and slower because of the higher bandwidth and the growing databases, etc.
I worked on that during the weekend, cleaned the databases, improved the speed quite a bit.
But I also remember that quite a few people always had the issue that the page is slow overseas.
Almost every internet speedtest I tried moaned that I'm not using any CDN, which would fix that. The content is then basically served directly from servers worldwide (mostly images, css, etc, as the database won't be cached somewhere else).
So I tried Cloudflare, as it's free, easy to setup it should be pretty transparent and should not affect the site in any way.
No censoring is going on (I could enable censoring, etc., but I've left everything disabled), so I'm not sure what the problem is here...
Also, Cloudflare doesn't block Tor.
But it shows Captcha in case the specific IP Address has been used for spamming or DDOS:
https://support.cloudflare.com/hc/en-us/articles/203306930-Does-Cloudflare-block-Tor-
Which is pretty normal these days. My server also automatically blocks IP that attack it.
Nothing is censored here, but the site should be a lot faster now, especially for users overseas.
If there are any other downsides here please let me know.
[doublepost=1513219786,1513219610][/doublepost]
FWIW I see no cloudflare javascript here, although I'm connecting directly though my ISP's VDSL connection. But I'm not permitting any javascript here. Even if I do enable javascript for this top level, I only get extra imports from bootstrapcdn.com, and I've not tried enabling those yet.
Cloudflare doesn't change the site or add anything. It provides cached images, css and similar. Everything else is still fully running on my server.
The captcha just appeared as that was an IP address that was DDOSing or similar things a short time ago, and as cloudflare serves as nameservers, it can capture such IPs and put a captcha before it allows it to access my server.
[doublepost=1513219862][/doublepost]Ah, it seems though that I can whitelist Tor networks, so you won't see any captcha then. Will look at that tomorrow.