{"id":1864,"date":"2024-12-17T10:47:11","date_gmt":"2024-12-17T09:47:11","guid":{"rendered":"https:\/\/wpmastertoolkit.com\/module\/controle-du-rythme-cardiaque\/"},"modified":"2025-01-08T15:24:38","modified_gmt":"2025-01-08T14:24:38","slug":"controle-du-rythme-cardiaque","status":"publish","type":"module","link":"https:\/\/wpmastertoolkit.com\/en\/module\/cardiac-rhythm-control\/","title":{"rendered":"Heart rate control"},"content":{"rendered":"<h1 class=\"wp-block-heading\">Optimize Server Resource Consumption with WPMasterToolKit's Heartbeat Control Module<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Visit <strong>WordPress Heartbeat API<\/strong> is a powerful feature that enables real-time communication between browser and server, particularly for tasks such as automatic backups or notifications. However, on high-traffic sites or resource-limited hostings, this API can generate a heavy load on the server. The <strong>Heartbeat Control<\/strong> WPMasterToolKit has been specially designed to give you total control over the behavior of this API.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Which plugins can this module replace?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The module <strong>Heartbeat Control<\/strong> can easily replace plugins such as <strong>Heartbeat Control by WP Rocket<\/strong>. As an integrated feature of WPMasterToolKit, it offers a lightweight, high-performance all-in-one solution.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Main features of the Heartbeat Control module<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Heartbeat frequency modification :<\/strong> You can adjust the communication interval between the browser and the server, reducing the load on your CPU.<\/li>\n\n\n\n<li><strong>Targeted deactivation :<\/strong> Heartbeat can be disabled on specific areas of your site:\n<ul class=\"wp-block-list\">\n<li>Administration pages<\/li>\n\n\n\n<li>Content creation and editing screens<\/li>\n\n\n\n<li>Site frontend<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Customizable options :<\/strong> Choose between keeping the default behavior, adjusting the frequency or disabling Heartbeat altogether, depending on your needs.<\/li>\n\n\n\n<li><strong>Intuitive interface :<\/strong> A dedicated page in WPMasterToolKit lets you easily configure these parameters.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Why use the Heartbeat Control module?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The Heartbeat API is often a major contributor to excessive consumption of server resources. With this module, you can :<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Reduce CPU load<\/strong> on shared or low-performance servers.<\/li>\n\n\n\n<li><strong>Optimizing performance<\/strong> for high-traffic sites.<\/li>\n\n\n\n<li><strong>Extend the life of user sessions<\/strong> by minimizing unnecessary calls.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How do I use the Heartbeat Control module?<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Activate the :<\/strong> From the WPMasterToolKit control panel, activate the module <strong>Heartbeat Control<\/strong>.<\/li>\n\n\n\n<li><strong>Go to the dedicated menu :<\/strong> Once activated, a section entitled \"Heartbeat Control\" will be accessible from the settings menu.<\/li>\n\n\n\n<li><strong>Set your preferences :<\/strong>\n<ul class=\"wp-block-list\">\n<li>For administration pages, creation\/editing screens and frontend, choose one of the following options:\n<ul class=\"wp-block-list\">\n<li>Keep default behavior<\/li>\n\n\n\n<li>Change frequency (15 seconds, 30 seconds, 1 minute, etc.)<\/li>\n\n\n\n<li>Disable completely<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Save your settings :<\/strong> Click on \"Save\", and your settings will be applied immediately.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Heartbeat WordPress control settings displayed on screen.\" fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"301\" src=\"https:\/\/wpmastertoolkit.com\/wp-content\/uploads\/2024\/12\/image-114-1024x301.png\" class=\"wp-image-3773\" srcset=\"https:\/\/wpmastertoolkit.com\/wp-content\/uploads\/2024\/12\/image-114-1024x301.png 1024w, https:\/\/wpmastertoolkit.com\/wp-content\/uploads\/2024\/12\/image-114-300x88.png 300w, https:\/\/wpmastertoolkit.com\/wp-content\/uploads\/2024\/12\/image-114-768x226.png 768w, https:\/\/wpmastertoolkit.com\/wp-content\/uploads\/2024\/12\/image-114-1536x452.png 1536w, https:\/\/wpmastertoolkit.com\/wp-content\/uploads\/2024\/12\/image-114.png 1634w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Technical documentation: the hooks used<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The module uses native WordPress hooks to modify or disable Heartbeat API behavior:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Filter <code data-no-auto-translation=\"\">heartbeat_settings<\/code><\/strong><br>This filter allows you to modify the Heartbeat frequency based on the settings configured in administration.<br>Example: <code data-no-auto-translation=\"\">add_filter( 'heartbeat_settings', array( $this, 'maybe_modify_heartbeat_frequency' ), 99 );<\/code>\n<ul class=\"wp-block-list\">\n<li>It adjusts the <code data-no-auto-translation=\"\">minimalInterval<\/code> to set the interval between Heartbeat API pings.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Action <code data-no-auto-translation=\"\">wp_enqueue_scripts<\/code> and <code data-no-auto-translation=\"\">admin_enqueue_scripts<\/code><\/strong><br>These actions completely disable Heartbeat by deleting its native JS script.<br>Example: <code data-no-auto-translation=\"\">wp_deregister_script( 'heartbeat' );<\/code><\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Our technical choices<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Flexibility and compatibility :<\/strong> The module uses native WordPress filters and actions to modify or deactivate Heartbeat, ensuring optimum compatibility with other plugins.<\/li>\n\n\n\n<li><strong>Granular control :<\/strong> Separate configuration for administration pages, authoring\/editing screens and frontend offers advanced customization according to the specific needs of each site.<\/li>\n\n\n\n<li><strong>Enhanced performance :<\/strong> By adjusting or deactivating Heartbeat, you can minimize server load while maintaining essential functionality.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The module <strong>Heartbeat Control<\/strong> from WPMasterToolKit is an ideal solution for WordPress administrators wishing to optimize server resource consumption. Thanks to simple, flexible settings, it offers advanced Heartbeat API management without the need for advanced technical knowledge. Try this module today to improve your site's performance and guarantee an optimal user experience!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Reduce the server load on your WordPress site with WPMasterToolKit's Heartbeat Control module. This module lets you adjust the Heartbeat API frequency or disable it on admin pages, content creation\/editing screens and the frontend. A simple, effective solution for optimizing performance and limiting consumption of server resources.<\/p>","protected":false},"featured_media":0,"parent":0,"template":"","meta":{"_acf_changed":true,"_seopress_titles_title":"Optimisez Serveur avec Heartbeat Control WPMasterToolKit","_seopress_titles_desc":"R\u00e9duisez la charge CPU et boostez les performances de votre site WordPress avec le module Heartbeat Control de WPMasterToolKit. Solution tout-en-un.","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","_seopress_news_disabled":"","_seopress_video_disabled":"","_seopress_video":[],"_seopress_pro_schemas_manual":[],"_seopress_pro_rich_snippets_disable_all":"","_seopress_pro_rich_snippets_disable":[],"_seopress_pro_schemas":[],"_surecart_dashboard_logo_width":"180px","_surecart_dashboard_show_logo":true,"_surecart_dashboard_navigation_orders":true,"_surecart_dashboard_navigation_invoices":true,"_surecart_dashboard_navigation_subscriptions":true,"_surecart_dashboard_navigation_downloads":true,"_surecart_dashboard_navigation_billing":true,"_surecart_dashboard_navigation_account":true},"class_list":["post-1864","module","type-module","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/wpmastertoolkit.com\/en\/wp-json\/wp\/v2\/module\/1864","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpmastertoolkit.com\/en\/wp-json\/wp\/v2\/module"}],"about":[{"href":"https:\/\/wpmastertoolkit.com\/en\/wp-json\/wp\/v2\/types\/module"}],"wp:attachment":[{"href":"https:\/\/wpmastertoolkit.com\/en\/wp-json\/wp\/v2\/media?parent=1864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}