This huge list of known bad bots is useful (GitHub)
The list is huge with over 1,800 "known" bots, and I think it's a good thing to add this - I mean - why not?
However, my main question is - does it or can so many HTACCESS rules slow the site down?
This huge list of known bad bots is useful (GitHub)
The list is huge with over 1,800 "known" bots, and I think it's a good thing to add this - I mean - why not?
However, my main question is - does it or can so many HTACCESS rules slow the site down?
It may have some impact, but it is usually very low (if properly configured). Here's a StackOverflow answer for a user who claimed in their experiments it took 10-12ms for a 1500 line file.
Some things to consider:
htaccess but in the httpd.conf file directly. It's the way recommended by Apache, as it performs better.