If admin-ajax.php traffic jumps suddenly, use the browser Network panel to see which action is firing.
- Log in and open the page where the issue happens.
- Open developer tools and go to the Network tab.
- Filter to XHR (or Fetch/XHR).
- Trigger the page behavior again.
- Click an
admin-ajax.phprequest and inspect the request parameters. - Note the
actionvalue in the form data.
A common value is heartbeat, which is built into WordPress. Other action names often point to a specific plugin. Search that action name in the plugin codebase or docs, or send it to support with Site Health info.
