Skip to main content
Troubleshooting SuperchargePerformance

STOP Chrome from Reloading Your Framer and Figma Tabs (2026)

Chrome reloading Framer or Figma costs 30-60 seconds and wipes canvas state. 4 methods to protect design tabs from discard while freeing RAM from idle ones.

5 min read Verified Chrome 146

Key takeaways

  • Figma and Framer tabs get discarded when memory tightens. Chrome has no idea they take 45 seconds to reload.
  • Add figma.com and framer.com to “Always keep active” at chrome://settings/performance. Takes 30 seconds.
  • Suspending other idle tabs removes the memory pressure that triggers discards in the first place.

You switch back to your Figma tab after working in another app for an hour and watch it reload from scratch. Thirty seconds of spinner, then you are back to an empty canvas that has to reload your file. Any undo history is gone. Chrome’s Memory Saver discarded the tab while you were away — it has no idea that Figma takes 45 seconds to reinitialize and that you had unsaved state. To Chrome, it is just another background tab using a lot of RAM.

Quick Diagnosis

What you seeLikely causeWhere to start
Tab shows “Reloading…” when you click itTab was fully discardedAdd domain to Chrome’s active sites list
Only happens when many other tabs are openMemory pressure triggering discardSuspend other tabs to reduce pressure
Design tool is slow after the reloadWebGL context rebuild taking timeNo fix — reduce reload frequency instead
Happens even with just a few tabsChrome memory heuristics are aggressiveTry disabling Memory Saver for these domains

Fix 1: Add Design Tools to Chrome’s Active Sites List

Chrome’s Memory Saver has a native exception list. This is the quickest fix and requires no extensions:

  1. Navigate to chrome://settings/performance
  2. Under Memory Saver, click Add next to “Always keep these sites active”
  3. Enter framer.com
  4. Repeat for figma.com and any other design tools (e.g., miro.com, www.canva.com)

Expected result: Chrome will not discard these tabs when freeing memory. Note this does not prevent Chrome from discarding your other tabs — only these specific ones are protected.

Fix 2: Reduce Memory Pressure by Suspending Other Tabs

Chrome discards tabs because of memory pressure — too many tabs consuming RAM. Reducing the total memory footprint makes discarding less likely.

  1. Press Shift+Esc to open Chrome Task Manager
  2. Sort by Memory and identify tabs consuming over 200 MB that you are not actively using
  3. Right-click those tabs and select Discard — or simply close them
  4. Tabs to look for: YouTube, social media feeds, news sites, dashboards with live data

Fix 3: Save Work Manually Before Switching Away

For critical work sessions, save manually before switching to other applications:

  • Figma: Press Ctrl+S — Figma saves to cloud immediately
  • Framer: Changes auto-save, but manually publish or duplicate the page before long breaks

This is a safety net, not a fix. The reload is still disruptive even if no work is lost.

Fix 4: Disable Hardware Acceleration as a Diagnostic Step

WebGL contexts consume GPU memory (VRAM). If VRAM is exhausted, Chrome may terminate the GPU process affecting design tool tabs.

  1. Navigate to chrome://settings/system
  2. Toggle Use hardware acceleration when available off
  3. Relaunch and test — if reloads stop, GPU memory was contributing to the problem

Note: Disabling hardware acceleration makes the Figma and Framer canvas noticeably slower. Only keep it off if you confirm it is helping.

Preventing Tab Discard for Specific Domains

Fix 1 solves this for most people. If you find Chrome still occasionally reloads your design tabs under heavy memory pressure, the extension-level approach is more reliable — Chrome can override its own native list at the OS level, but extension-level whitelists are not subject to the same override.

SuperchargePerformance ships with a built-in protection list of 14 web apps — Figma and Notion are included by default. For Framer, you can add it via the popup:

  1. Open the SuperchargePerformance popup while on the Framer tab
  2. Click the whitelist toggle — the site is excluded from suspension
  3. The extension suspends your other inactive tabs, reducing total Chrome RAM and making system-level discards less likely

The net effect: your design tools stay active, while background tabs (social feeds, reference pages, news sites) have their RAM freed. But start with Fix 1 — it is free and handles the common case.

Technical Background

Framer and Figma are WebGL-based design applications with large JavaScript heaps. A single Figma file can consume 500 MB to over 1 GB of RAM depending on file complexity. Chrome monitors process memory and, under OS memory pressure, uses heuristics to decide which tabs to discard.

When Chrome discards a tab, it terminates the renderer process and records that the tab needs to be reloaded. The next focus triggers a full navigation — the SPA reinitializes, re-downloads assets, and reconstructs the WebGL canvas from scratch. For heavy design tools, this is a 30-60 second operation.

Chrome’s native “Always keep these sites active” list tells the Memory Saver not to target those domains. However, under extreme memory pressure, this protection can be overridden by the OS. The best defense is reducing total Chrome memory usage so that pressure never reaches the threshold where discards kick in.

Frequently Asked Questions

Why does Chrome keep reloading my Framer and Figma tabs?
Chrome discards inactive tabs when system memory is low, then reloads them when you return. For Framer and Figma, this means losing unsaved canvas state and waiting for the heavy app to reinitialize.
How do I stop Chrome from reloading design tool tabs?
Add framer.com and figma.com to Chrome's 'Always keep these sites active' list in Settings > Performance. For more reliable protection, whitelist them in SuperchargePerformance while suspending your other inactive tabs to reduce memory pressure.
Will I lose my work when Chrome reloads a Figma tab?
Figma auto-saves frequently to the cloud, so most work is recoverable. Framer also saves to the cloud. However, the reload itself takes 30-60 seconds for these heavy apps, and any unsaved local state (undo history, viewport position) is lost.

SuperchargePerformance

Tab suspension, ad blocking, and script control. Free.

Add to Chrome — Free

Don't miss the next release

Be first to know when we ship something new.

Related Articles