If you like DNray Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...

 

Unusual Traffic Spikes and CPU Limit Issues

Started by appencycranda, Nov 16, 2024, 12:01 AM

Previous topic - Next topic

appencycrandaTopic starter

Hi fellow administrators, I'm reaching out for some insight on a peculiar issue. I've received a notification from my hosting provider indicating that my CPU utilization threshold has been breached. Upon further investigation, I've discovered that an inordinate amount of traffic is being directed to the /wp-content/uploads/favicon.ico and /favicon.ico endpoints.

After analyzing the User-Agent headers, I've determined that these requests are not originating from bots, but rather legitimate users. I've also run a thorough scan for malware and viruses, and my site has been given a clean bill of health. Can anyone offer some guidance on how to mitigate this unusual traffic and alleviate the strain on my server's resources?
  •  


brayden

It's possible that your site's favicon is being requested repeatedly due to a faulty browser plugin or a misconfigured caching mechanism. To alleviate this, try updating your site's favicon and setting the correct caching headers. Furthermore, consider implementing a web application firewall (WAF) to filter out malicious traffic and reduce server load.
  •  

FrankieYork

Optimize your website's performance by offloading unnecessary server requests. When encountering 404 errors, consider serving a static HTML page instead of relying on the WordPress engine, thereby minimizing the computational overhead. This tweak can be achieved by implementing a simple redirect rule in your.htaccess file, effectively blocking malicious bots and crawlers.

For websites with an extensive page inventory, it's crucial to throttle crawling frequency to prevent server overload. As a web administrator, navigate to your Webmaster Tools dashboard and adjust the following settings:

Under 'Indexing,' disable JavaScript page rendering by checking the 'DO NOT RENDER' box. This will prevent unnecessary server-side computations.
Set the crawl speed to a low frequency by adjusting the slider to the far left position. This will give your server some breathing room.
By implementing these measures, you'll be able to reclaim some server resources and better diagnose any underlying performance issues.
  •  

Undetinesse

From a scalability standpoint, WordPress can be a resource-intensive behemoth, particularly in terms of server load. If you're utilizing shared web hosting, the likelihood of successfully hosting a moderately trafficked site on WordPress is slim to none.

Even if you opt for a low-end Virtual Private Server (VPS) with limited processing power, you'll still be pushing the boundaries of CPU utilization. In such scenarios, it's not uncommon for hosting providers to flag your account for excessive resource consumption, which can lead to performance bottlenecks and potential downtime.

It's essential to carefully consider the system requirements and resource allocation when deploying WordPress on a shared hosting environment. A more viable option might be to explore cloud hosting or a dedicated server, which can provide the necessary scalability and flexibility to handle high traffic volumes and resource-intensive applications like WordPress.
  •  


If you like DNray forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...