WP Manifestindependent plugin directory
manifest / performance / web-dewd-stop-admin-ajax

Web Dewd Stop Admin Ajax

This is a tiny plugin which is used to stop WordPress from calling /admin-ajax.php for heartbeat checks.

by Paul Darby · github.com/paulongithub/web-dewd-stop-admin-ajax · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/paulongithub/web-dewd-stop-admin-ajax/archive/refs/heads/master.zip

Stops the WordPress Admin Heartbeat

This is a tiny plugin which is used to stop WordPress from calling /admin-ajax.php for heartbeat checks. This is useful if you're debugging code, because it stops WordPress from hitting your breakpoints every few seconds.

Heartbeat Only:

This will stop WordPress's heartbeat only. Some plugins still use /admin-ajax.php for their own purposes. If this happens it might be possible to see which plugin is responsible by looking at the XHR payload.

Important Note:

This is intended to help devleopers whilst they're debugging. Don't use it in testing or production, because it will have unintended side effects.