Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Google bot requests are not being cached

sanhpvvsanhpvv Member
edited November 2024 in Help
  • In recent weeks, we have been experiencing a significant influx of requests from GoogleBot, resulting in frequent downtime for our system
  • I created the rule this way but it doesn't work

    1. If it can't be cached, is there any way for googlebot to send requests to my website without filling up the cpu?
  • this is the amount of requests the bot sends, i have to create a js rule to challenge so the website can continue to work

  • this is my mysql setting, is there any way to set it up so it can handle the requests from bots

    i am using vps contabo 4 vCPU Cores 6 GB RAM or 400 GB SSD

someone please help me

Comments

  • curl -I -H "User-Agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" https://yoursite.com/path

    Check CF header cache status

    When your page(s) is not yet cached by CF, it still load your Origin (use proper index and redis/memcached caching to reduce load of your DB).

  • Move out from contabo?

    Thanked by 1Alyx
  • Serious answer:
    investigate why your mysql use 400% cpu. Maybe missing index? Investigate slow log? IO bottleneck?
    Increase innodb buffer pool size about additional 1 GB since your memory still have about 2.5 GB free memory?

    Thanked by 2yoursunny sillycat
  • @akhfa said:
    Serious answer:
    investigate why your mysql use 400% cpu. Maybe missing index? Investigate slow log? IO bottleneck?
    Increase innodb buffer pool size about additional 1 GB since your memory still have about 2.5 GB free memory?

    I found out the cause was because googlebot requested too many requests, as in the article, I turned on the challenge rule with the bot and my website ran normally again, and had 200 visitors.

  • the first problem is contabo

    Thanked by 2Frameworks Alyx
  • yoursunnyyoursunny Member, IPv6 Advocate

    https://developers.google.com/search/docs/crawling-indexing/reduce-crawl-rate

    You can return HTTP status 429 to a percentage of the requests, so that Googlebot will reduce its crawl rate.

    Thanked by 1costcotravel
  • @yoursunny said:
    https://developers.google.com/search/docs/crawling-indexing/reduce-crawl-rate

    You can return HTTP status 429 to a percentage of the requests, so that Googlebot will reduce its crawl rate.

    Besides this, is there any other way?

  • Cloudflare has a rate limiter in security settings area. You can set a limit for requests to prevent overload.

    I had to do that last year when googlebot got stuck in an infinite loop due to a bad plugin setup (someone used a shortcode posts display plugin inside a tabs plugin, infinite loop chaos unlocked). Googlebot was hitting my server with 20 million requests per day!!! DOS'ed by Google lol

  • @thane said:
    Cloudflare has a rate limiter in security settings area. You can set a limit for requests to prevent overload.

    I had to do that last year when googlebot got stuck in an infinite loop due to a bad plugin setup (someone used a shortcode posts display plugin inside a tabs plugin, infinite loop chaos unlocked). Googlebot was hitting my server with 20 million requests per day!!! DOS'ed by Google lol

    If so, Googlebot receives a block signal, will it affect SEO?

Sign In or Register to comment.