Back to feed
Dev.to
Dev.to
5/12/2026
How Bot Traffic Invisible to Google Analytics Slows WordPress Sites

How Bot Traffic Invisible to Google Analytics Slows WordPress Sites

Original: Why Your WordPress Site Is Slow (And Google Analytics Has No Idea)

Short summary

WordPress sites are often slowed by automated bot traffic invisible to Google Analytics—HTTP library clients like Go-http-client make thousands of requests but never run JavaScript, so they never appear in analytics. Server-level traffic analysis reveals the true picture. Solutions include blocking known bot user agents, rate-limiting unknown requests, and using collective threat intelligence to block malicious IPs automatically.

  • Bots making thousands of requests don't appear in Google Analytics because they don't run JavaScript
  • Server-side traffic analysis reveals bot patterns that exhaust PHP workers and cause 503 errors for real users
  • Block known bot user agents, rate-limit unknown requests, and share threat intelligence across sites to eliminate phantom slowness

Generated with AI, which can make mistakes.

Is this a good recommendation for you?

Explore more