Changeset 3412720
- Timestamp:
- 12/06/2025 02:06:59 AM (4 months ago)
- Location:
- dynamic-front-end-heartbeat-control
- Files:
-
- 35 added
- 2 edited
-
tags/1.2.996.1 (added)
-
tags/1.2.996.1/LICENSE (added)
-
tags/1.2.996.1/admin (added)
-
tags/1.2.996.1/admin/affix.php (added)
-
tags/1.2.996.1/admin/ajax-handler.php (added)
-
tags/1.2.996.1/admin/asset-manager.php (added)
-
tags/1.2.996.1/admin/heartbeat-config.php (added)
-
tags/1.2.996.1/admin/unclogger-menu.php (added)
-
tags/1.2.996.1/css (added)
-
tags/1.2.996.1/css/dfhcsl-admin.css (added)
-
tags/1.2.996.1/defibrillator (added)
-
tags/1.2.996.1/defibrillator/cli-helper.php (added)
-
tags/1.2.996.1/defibrillator/db-health.php (added)
-
tags/1.2.996.1/defibrillator/load-estimator.php (added)
-
tags/1.2.996.1/defibrillator/rest-api.php (added)
-
tags/1.2.996.1/defibrillator/unclogger-db.php (added)
-
tags/1.2.996.1/defibrillator/unclogger.php (added)
-
tags/1.2.996.1/engine (added)
-
tags/1.2.996.1/engine/interval-helper.php (added)
-
tags/1.2.996.1/engine/server-load.php (added)
-
tags/1.2.996.1/engine/server-response.php (added)
-
tags/1.2.996.1/engine/system-load-fallback.php (added)
-
tags/1.2.996.1/heartbeat-async.php (added)
-
tags/1.2.996.1/heartbeat-controller.php (added)
-
tags/1.2.996.1/js (added)
-
tags/1.2.996.1/js/chart.js (added)
-
tags/1.2.996.1/js/dfhcsl-admin.js (added)
-
tags/1.2.996.1/js/heartbeat.js (added)
-
tags/1.2.996.1/js/heartbeat.min.js (added)
-
tags/1.2.996.1/readme.txt (added)
-
tags/1.2.996.1/settings.php (added)
-
tags/1.2.996.1/visitor (added)
-
tags/1.2.996.1/visitor/cookie-helper.php (added)
-
tags/1.2.996.1/visitor/manager.php (added)
-
tags/1.2.996.1/widget.php (added)
-
trunk/heartbeat-controller.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-front-end-heartbeat-control/trunk/heartbeat-controller.php
r3412283 r3412720 4 4 Plugin URI: https://heartbeat.support 5 5 Description: An enhanced solution to optimize the performance of your WordPress website. Stabilize your website's load averages and enhance the browsing experience for visitors during high-traffic fluctuations. 6 Version: 1.2.996 6 Version: 1.2.996.1 7 7 Author: Codeloghin 8 8 Author URI: https://codeloghin.com -
dynamic-front-end-heartbeat-control/trunk/readme.txt
r3412283 r3412720 3 3 Tested up to: 6.9 4 4 Requires PHP: 7.2 5 Stable tag: 1.2.996 5 Stable tag: 1.2.996.1 6 6 License: GPLv2 or later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 = I have existing performance and SEO optimization plugins. Will this plugin cause any conflicts? = 45 Not at all. This plugin is built to enhance your website’s performance and is fully compatible with all major performance and SEO tools. The only potential overlap is that some of these plugins may include an option to set a manual heartbeat frequency. This is the only area where settings can overlap.45 Not at all. This plugin is built to enhance your website’s performance and is fully compatible with all major performance and SEO tools. The only potential overlap is that some of these plugins may include an option to set a manual heartbeat frequency. This is the only area where settings can compete. 46 46 47 47 Even if both are enabled, your website will not crash. However, to ensure the heartbeat frequency remains dynamically managed, avoid enabling or configuring manual heartbeat frequency settings in other caching or performance plugins while using this plugin. 48 48 49 49 == Changelog == 50 51 52 = 1.2.996.1 = 53 54 * Redeclared dfehc_server_load_ttl adjustment. 50 55 51 56 = 1.2.996 =
Note: See TracChangeset
for help on using the changeset viewer.