Hi I hope you can help.
I have received emails from my hosting company warning me of High CPU usage in the last couple of days and my site has been taken down several times because of this.
After discussing this with my hosting company, they have replied with the following email which points towards something happening within X-Theme.
The latest plugin I had installed was Customer 404. I deleted this yesterday to see if this was causing the problem, but already today it says I have exceeded my Usage by x 4!
My site is only just live and my product launch was due this week.
Do you have any other thoughts? I have had to remove the full links to enable posting this question.
Thanks in advance,
Nicky
Hello NIcky,
The problem you face appears to be a huge amount of executions coming from the admin-ajax.php script:
Code:
=== Top 10 Executed Scripts =====================================================================================
Count Script Local Path
3488 /admin-ajax.php /home/theorg15/public_html/wp-admin/admin-ajax.php
496 index.php /home/theorg15/public_html/index.php
85 /wp-cron.php /home/theorg15/public_html/wp-cron.php
4 theorg15/public_html/wp-admin/admin.php
3 theorg15/public_html/wp-admin/post.php
1 theorg15/public_html/wp-admin/index.php
Looking at the requests all of these appear to come from your own IP:
Code:
109.148.115.193 - - [03/Jan/2019:13:24:32 +0000] “POST /wp-admin/admin-ajax.php HTTP/1.0” 500 1862 “https://theorganisedblogger.com/x/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36”
The issue is however that this is not the usual heartbeat functionality - requests from it will come from the post.php script, while in your case the admin-ajax.php executions seem to come from the main site at a page https://theorganisedblogger.com/x
This indicates either a plugin or your theme is creating those, and unfortunately we cannot really assist in reducing them. Just in case I ran a malware scan in case those were some malicious requests, but that does not appear to be the case.
For now I have removed the limits from your site, but before you continue editing you should should check that page (https://theorganisedblogger.com/x/) and see what plugins/theme functions run on it and either disable them or check their functionality to reduce the rate at which it works to avoid further limitations/
Best Regards,
Bozhidar Bakalov
Senior Technical Support