=== Cloud Manufactory Heartbeat Control ===
Contributors: icurdinj
Tags: heartbeat, performance, optimization, debugging
Requires at least: 6.9
Tested up to: 7.0
Requires PHP: 8.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Fine-tune the WordPress Heartbeat API frequency and behavior.

== Description ==

Allows you to fine-tune the WordPress Heartbeat API frequency and behavior:
* Pause the Heartbeat API (useful for debugging).
* Decrease Heartbeat API frequency (useful when having performance issues on the site).
  * Automatically decreases the frequency when the site is having performance issues (useful for mitigating attacks).
  * Automatically decreases the frequency when the last heartbeat ajax call failed (useful for helping the server bounce back).
  * Allows you to manually control the frequency.

== Changelog ==

= 1.0.0 =
* Initial release.
