Fighting bots
If you have a database with many dynamically generated pages, you may face an issue with bots scraping your data (probably in an attempt to train machine learning algorithms). This traffic can overwhelm your webserver and make it unusable by humans.
If you are using cloud hosting, it will provide tools for dealing with bots (for example, Google cloud armor or recaptcha).
If you are hosting on your own server, you may need to set up a firewall, such as Modsecurity.
This page is a stub. If you are interested in writing a better version, please contact an editor or submit a pull request.