You may need to optimize your website. If you have Cloudflare, you can disable bots from accessing your website. I linked both that guide and the SQL one below.
One of the limits InfinityFree enforces is how much you can stress the MySQL database server. This article explains what overloading MySQL means and how you can control it.
What does overloading MySQL mean?
Most dynamic websites use a database to store dynamic data, like posts, comments, products, accounts and so on. This data is stored on database servers. Your website can then interact with the database to see and modify the data stored in the database.
The database server needs to do work t…
How to protect your website that is on Cloudflare ?
(Last update Apr. 9. 2023.)
Don’t expect that if you just set up the CF nameservers everything will be well.
Cloudflare is a tool, that you need to understand, learn and put to work for you after proper configuration.
We often have the opportunity here on the forum to see that some websites have been suspended for exceeding the limit and mostly this is caused by a bunch of bots doing a vulnerability scan and searching sensitive direct…
3 Likes