Every time I start working on my site Tuskerdaily.com the site gives off a 503 code, and even when it’s running when I use facebook debugger it comes back with a 206 code
Here is what Siteground sent me
Since the same issues were occurring on our shared servers, this leads me to believe that the issue is with the websites themselves and not the server-side environment.
I reviewed the case and it seems that traffic to your site tuskerdaily.com is what is generating the most load on the server. The traffic itself is also triggering quite a lot of executions of the admin-ajax.php script. For the past 4 hours, the script has been executed more than 5000 times:
root@c71586.sgvps.net [/usr/local/apache/domlogs/dominic0]# cat tuskerdaily.com-ssl_log | grep admin-ajax.php | wc -l
5131
Judging by the requests themselves, these executions are mostly related to the site’s theme – Newspaper:
root@c71586.sgvps.net [/usr/local/apache/domlogs/dominic0]# cat tuskerdaily.com-ssl_log | grep admin-ajax.php | grep Newspaper |wc -l
3154
They seem to be triggered on every internal page:
98.113.45.224 – – [01/Jun/2020:11:45:07 -0500] “POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=10.3 HTTP/1.0” 200 15 “https://tuskerdaily.com/samantha-shader-charged-with-attempted-murder-of-4-nypd-cops-during-protests/” “Mozilla/5.0 (Linux; Android 10; SM-G965U Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.83 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/272.0.0.50.125;]”
In this case, it would be best to contact the theme’s developers for more information on how to disable or at least lower the frequency of these script executions.
Anyone have any idea how to fix this
-
This topic was modified 6 years by
mezz1962.
Hi,
Please check the following topics from here
-> https://www.lifewire.com/503-service-unavailable-explained-2622940
-> http://www.wpbeginner.com/wp-tutorials/how-to-fix-503-service-unavailable-error-in-wordpress/
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
In order to reduce the admin-ajax.php please check those articles -> https://www.hostinger.com/tutorials/how-to-fix-admin-ajax-file -> https://www.cloudways.com/blog/reduce-admin-ajax-php-related-server-load-wordpress/ -> https://medium.com/visualmodo/how-to-reduce-admin-ajax-server-load-in-wordpress-5ba49a5a3185
Hope this will help you!