When editing products in WooCommerce or pages in WordPress, you may occasionally encounter the frustrating error: “Connection Lost. Saving has been disabled until you’re reconnected.”
While it’s natural to assume your internet connection is to blame, this error is actually caused by a lost connection between your web browser and the server — not your internet itself.
How to Resolve It
Step 1: Verify your internet connection Start by confirming your internet is working normally. If it is, move on to the next step.
Step 2: Inspect network requests in your browser Open a new tab in Chrome or Firefox and press F12 to open Developer Tools. Navigate to the Network tab and select All / Fetch/XHR. Then type your website URL in the address bar and press Enter.
Carefully review each request, paying close attention to how long each one takes to complete. Slow or failing requests are a strong indicator of what’s causing the issue.
Step 3: Identify and address problematic plugins
Plugins are among the most common culprits behind a sluggish or unresponsive WordPress admin area. Key ones to investigate include:
- WooCommerce Settings — Certain settings can be safely disabled to reduce server load. (Click here for detailed WooCommerce settings you can turn off)
- SEO Plugins (e.g. Rank Math) — Plugins that process data in real time can significantly slow down the editor.
- Multiple caching plugins — Running more than one caching plugin simultaneously can cause conflicts.
- Unnecessary tracking or telemetry plugins — These run quietly in the background and can add unexpected overhead to every page load.
