Lets Make It EasyLets Make It Easy
  • Home
  • Related To PC
    • Computer Tips & Tricks
    • General Tips
    • Game Tricks And Fixes
    • Windows Tricks
  • Build a PC
  • Blogger Tips
  • WordPress Tips
  • Youtube Tips And Tricks
  • More Topics
    • Andriod Tricks
    • Mobile Tricks
    • Publisher’s Spot
    • Internet Tricks
What's Hot

How to Create Windows 11 Bootable USB Drive with Rufus Tool Easily?

July 21, 2022

How to Download & Install Windows 11 (Public Release, Release Preview,Dev,Beta Channel Builds,Cumulative Update) & Insider Preview ISO File Using UUP Dump?

July 19, 2022

How to Fix Next & Previous Pictures Were Not Showing in Photos App in Windows 10 & 11?

July 19, 2022
Lets Make It EasyLets Make It Easy
  • Home
  • Related To PC
    • Computer Tips & Tricks
    • General Tips
    • Game Tricks And Fixes
    • Windows Tricks
  • Build a PC

    Best Gaming Laptops Under 50000 in India with Super Cool Performance (60 FPS)(2K,1080p FHD)

    August 17, 2021

    Best Gaming Processor Under ₹5000 in India | List of 5 Top Performing Processors under ₹5,000

    July 12, 2021

    Best 250 GB NVMe M.2 SSD (Solid State Drive) for Gaming Under ₹5000 in India

    July 12, 2021

    Best Gaming Processor Under ₹10000 in India | List of 5 Top Performing Processors under ₹10,000

    July 12, 2021

    Best Gaming Processor Under ₹2500 in India | List of 5 Top Performing Processors under ₹2,500

    July 12, 2021
  • Blogger Tips

    How to Disavow Backlinks in Google Search Console?

    August 27, 2021

    How to Find and Remove the Bad/Toxic/Spammy Backlinks that affects your SEO Badly from Google?

    July 12, 2021

    How to Disable Right Click On Website Or Blog ?

    July 12, 2021

    How to Install/Upload a Custom Theme in Blogger?

    July 12, 2021

    How To Create a Perfect Custom Robots.txt File in Blogger 2020 ?

    July 12, 2021
  • WordPress Tips

    How to Fix “Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.”Error in WordPress Easily?

    July 14, 2022

    How to Fix “The uploaded file exceeds the upload_max_filesize directive in php.ini.” Error in WordPress?

    February 24, 2022

    How to Fix “Page isn’t working. Currently unable to handle this Request. HTTP ERROR 500” Error?

    December 26, 2021

    How to Repair a Corrupted MySQL Database Table?

    October 21, 2021

    How to Fix the “Error establishing a database connection” Error in WordPress?

    October 21, 2021
  • Youtube Tips And Tricks
  • More Topics
    • Andriod Tricks
    • Mobile Tricks
    • Publisher’s Spot
    • Internet Tricks
Lets Make It EasyLets Make It Easy
Home » How to Fix “Connection lost Saving has been disabled until you’re reconnected. We’re backing up this post in your browser, just in case.”?
Wordpress Tips

How to Fix “Connection lost Saving has been disabled until you’re reconnected. We’re backing up this post in your browser, just in case.”?

Vasantharaj R NBy Vasantharaj R NJuly 12, 2021Updated:July 12, 2021No Comments4 Mins Read

Hi Guys, Today I am Going to tell you to How to Fix “Connection lost Saving has been disabled until you’re reconnected. We’re backing up this post in your browser, just in case.”?

Check Out This: How to Fix An Automated WordPress Update has failed to Complete – Please attempt the update again now Error?

Why this Error Occurs Regularly?

1.Due to Poor Internet Connection.

2.Due to Hosting Problem.

Things To Know Before Going Through It

Trending
How to Change Language in Need For Speed Heat?

What is the Heartbeat in WordPress?

Heartbeat API is a feature that provides real-time communication between the server and the browser when you are logged into your WordPress admin panel.

It uses the file /wp-admin/admin-ajax.php to run AJAX calls from the browser.

 By default, AJAX requests are sent every 15 seconds on post edit pages, and every 60 seconds on the dashboard.

What happens when we Reduce or Disable the Heartbeat in WordPress?

1.Reducing or Disabling the Heartbeat API’s activity can help save some of your server’s resources.

2.Reducing activity will change Heartbeat frequency from one hit each minute to one hit every 2 minutes.

How to Control or Disable the Heartbeat?

By using Plugins Like Wp-Rocket ( Premium ) and Heartbeat Control ( Free Version ), These Plugins allow you to manage the frequency of the WordPress heartbeat API in a few clicks.

* First and Foremost Way to Fix this Issue *

Checking Your Internet Connection

Note – Most of the Time Bad Network can Cause this issue Regularly.

Just Restart Your Internet Connection and Check it Whether It Works or not.

If Not Worked, Follow the Other Ways Given Below.

Two Methods to Fix this Issue

1.Disabling All Plugins and Change to Default Theme.

2.Reduce/Disabling the Heartbeat API Using Plugin or Code

Steps For How to Fix “Connection lost Saving has been disabled until you’re reconnected. We’re backing up this post in your browser, just in case.”?

METHOD 1: Disabling All Plugins and Change to Default Theme

Step 1: First of all Log in to the WordPress Admin Dashboard and navigate to the Plugins menu and Select All Plugins and Click the Deactivate to Disable all the Plugins.

Step 2: Now Switch your Theme to Default Theme (Twenty Nineteen theme).

Or

Step 3: You Can also Install Health Check & Troubleshooting Plugin For Health Check for your Site.

Step 4: Navigate to the Plugins menu and Click Add NEW and Search for Health Check and Install it.

Also Read: How to Download Hotstar Videos in Pc 2020? | How to Download Video from Hotstar?

Step 5: Now Click on the Troubleshoot or Navigate to Troubleshooting Tab.

Step 6: Now Click on the Enable Troubleshooting Mode on the Troubleshooting Tab.

*Important Step – Enable Plugins One by One to Find the Faulty Plugin Which Gives the Error.

Step 6: Now After Fixing Your Issue, You can revert to Normal Mode By Clicking on the Disable Troubleshooting Mode Button.

How to Fix "Connection lost.Saving has been disabled

METHOD 2: Disabling the Heartbeat API Using Plugin 

Step 1: First of all Log in to the WordPress Admin Dashboard and navigate to Wp- Rocket and Select Heartbeat Option.

Step 2: Now Turn On the Control Heartbeat Button and Choose the Reduce Activity in Heartbeat Activity Options or You Can Choose the Disable Option Also.

How to Fix "Connection lost.Saving has been disabled

Step 3: If You Don’t have Wp-Rocket, Try Heartbeat Control Plugin It’s a Completely Free Plugin.

How to Fix "Connection lost.Saving has been disabled

Step 4: After Installing Go to General Settings and Select Modify Heartbeat Option and Choose Override Heartbeat frequency Value Above 60 or More for all The Options.

Step 5: You Can Also Disable the Heartbeat.

 Disabling the Heartbeat API Using Code

You can also completely stop the heartbeat API by adding the below code in the functions.php file.

add_action('init', 'stop_heartbeat', 1);
function stop_heartbeat() {
wp_deregister_script('heartbeat');
}

 

 * Important  Note *

1.Disabling the Heartbeat API completely could affect the functionality of plugins and themes that rely on it.

2.Disabling Heartbeat entirely may break plugins and themes using this API.

@@@ Leave Comments @@@

## Stay Safe Guys And Live Happily ##

Vasantharaj R N
  • Website

Basically an Instrumentation Engineer But Very much Interested in Blogging. I'm a Passionate Blogger and an Intermediate in the Search Engine Optimization And Always Looking Forward to Learn New Things. I always try to Fix the Common Issues Which were Faced By the Users in the World.

Related Posts

How to Fix “Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.”Error in WordPress Easily?

July 14, 2022

How to Fix “The uploaded file exceeds the upload_max_filesize directive in php.ini.” Error in WordPress?

February 24, 2022

How to Fix “Page isn’t working. Currently unable to handle this Request. HTTP ERROR 500” Error?

December 26, 2021

How to Repair a Corrupted MySQL Database Table?

October 21, 2021
Add A Comment

Leave A Reply Cancel Reply

  • Trending:How to Create Windows 11 Bootable USB Drive with Rufus Tool Easily?
    by Vasantharaj R N|July 21, 2022
  • Trending:How to Download & Install Windows 11 (Public Release, Release Preview,Dev,Beta Channel Builds,Cumulative Update) & Insider Preview ISO File Using UUP Dump?
    by Vasantharaj R N|July 19, 2022
  • Trending:How to Fix Next & Previous Pictures Were Not Showing in Photos App in Windows 10 & 11?
    by Vasantharaj R N|July 19, 2022
  • Trending:How to Fix “Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.”Error in WordPress Easily?
    by Vasantharaj R N|July 14, 2022
  • Trending:How to Enable (or) Disable Check Box on Icons and Folders in Windows 7,8,10 & 11?
    by Vasantharaj R N|June 9, 2022

Top Reviews

Best Gaming Laptops Under 50000 in India with Super Cool Performance (60 FPS)(2K,1080p FHD)

By Vasantharaj R N

Best Gaming Processor Under ₹5000 in India | List of 5 Top Performing Processors under ₹5,000

By Vasantharaj R N

Best 250 GB NVMe M.2 SSD (Solid State Drive) for Gaming Under ₹5000 in India

By Vasantharaj R N
Our Picks

How to Fix “Unyson: Your website is hosted using the LiteSpeed web server. Please consult this article if you have problems backing up.”?

July 12, 2021

How to Check If an SSL Certificate is Correctly Installed or Not?

August 11, 2021

How to Remove (or) Block Broken links from Google Search Engine?

September 1, 2021

How to Fix WPBakery Visual Composer Frontend Editor not working Error?

July 12, 2021
Don't Miss
Computer Tips & Tricks

How to Create Windows 11 Bootable USB Drive with Rufus Tool Easily?

By Vasantharaj R NJuly 21, 20220

Hi Guys, Today I am Going to tell you How to Create Windows 11 Bootable…

How to Download & Install Windows 11 (Public Release, Release Preview,Dev,Beta Channel Builds,Cumulative Update) & Insider Preview ISO File Using UUP Dump?

July 19, 2022

How to Fix Next & Previous Pictures Were Not Showing in Photos App in Windows 10 & 11?

July 19, 2022

How to Fix WWE 2K22 Graphics Device Removed Error Easily?

June 15, 2022
Lets Make It Easy
  • Home
  • Privacy Policy
  • Contact Us
  • About Us
  • Sitemap
Copyright © 2021 Letsmakeiteasy LLC. All Rights Reserved. Letsmakeiteasy® is a registered trademark.WordPress hosting by Hostinger | Crafted With Love | Designed By Vasanth

Type above and press Enter to search. Press Esc to cancel.