Unexpected admin-ajax.php requests causing CPU spikes even after plugin cleanup
-
I’ve been chasing a performance issue on one of my WordPress sites and I’m starting to run out of ideas.
The site isn’t huge and traffic has been pretty consistent, but every now and then the server usage jumps for a short period. After digging through logs, I noticed a lot of requests going through
admin-ajax.php.What confuses me is that I originally suspected a plugin, so I removed a few that were making frequent AJAX calls. I was expecting the issue to improve, but the pattern is still there.
I’ve spent some time checking logs and trying to narrow things down, but so far I haven’t been able to identify what’s actually triggering these requests. They don’t look obviously malicious, and the spikes seem somewhat random.
Before I start making bigger changes to the setup, I was wondering if anyone has dealt with something similar. Is there a particular debugging method or tool that helped you trace the source of persistent
admin-ajax.phpactivity?Just trying to understand whether I’m overlooking something common here.
You must be logged in to reply to this topic.