开发者 | devabdurrahman |
---|---|
更新时间 | 2025年7月29日 04:10 |
捐献地址: | 去捐款 |
PHP版本: | 7.2 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
admin-ajax.php
, which can overwhelm your server especially on shared or VPS hosting.
This plugin provides a clean, user-friendly interface that lets you:
/wp-content/plugins/
directory.The Heartbeat API is used by WordPress to send periodic requests (every 15–60 seconds) to admin-ajax.php
for tasks like auto-saving posts, syncing data, and showing logged-in user activity.
Frequent AJAX calls from the Heartbeat API can cause high CPU usage and slow down your site, especially if you or your users keep multiple admin tabs open.
Yes, but some features like autosave or post locking won’t work. For most sites, it's safe to disable or reduce the frequency in the Dashboard or Frontend.
Yes! This plugin complements performance optimization tools like WP Rocket, W3 Total Cache, or LiteSpeed Cache.