Email or username:

Password:

Forgot your password?
Aroop Roelofs :verified:

Person: *has issues with bots* (probably just stuff like Google's crawler n stuff)
People trying to "help": "Use CloudFlare"

...
...
Could you all please bugger off with CloudFail?

5 comments
Maxim Lebedev

@finlaydag33k what's better than CloudFlare in this situation?

Aroop Roelofs :verified:

@toby3d Build a proper website.
In the cases where some bots can cause issues significant enough to actually matter you have a variety of issues.

In the case of it sending spam through forms: You probably don't have any anti-spam to begin with, add it.

In the case of it clogging your logs: You probably don't filter out bots, do this.

In the case of it overloading your server: Your site is probably inefficient, optimize it.

(1/2)

Aroop Roelofs :verified:

@toby3d I like to see bots as a benchmark.
If I get issues from 100 bots (which is already a pretty high number), your site probably wouldn't be able to handle 100 legitimate users either.

Maxim Lebedev

@finlaydag33k But what about SSL? What if I have static website? What if only CF provides efficient caching for my site?

Aroop Roelofs :verified:

@toby3d SSL is free anyways and it isn't difficult to setup (heck, things like H2O and Caddy support it out of the box!).

If you have a static website, bots should become even less of an issue.
You coould even look into IPFS for it to allow for P2P transfers.
Additionally, CF only really caches if you allow them to run a massive MITM on your site.

Go Up