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.
Key takeaways
- Figma and Framer tabs get discarded when memory tightens. Chrome has no idea they take 45 seconds to reload.
- Add
figma.comandframer.comto “Always keep active” atchrome://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 see | Likely cause | Where to start |
|---|---|---|
| Tab shows “Reloading…” when you click it | Tab was fully discarded | Add domain to Chrome’s active sites list |
| Only happens when many other tabs are open | Memory pressure triggering discard | Suspend other tabs to reduce pressure |
| Design tool is slow after the reload | WebGL context rebuild taking time | No fix — reduce reload frequency instead |
| Happens even with just a few tabs | Chrome memory heuristics are aggressive | Try 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:
- Navigate to
chrome://settings/performance - Under Memory Saver, click Add next to “Always keep these sites active”
- Enter
framer.com - Repeat for
figma.comand 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.
- Press Shift+Esc to open Chrome Task Manager
- Sort by Memory and identify tabs consuming over 200 MB that you are not actively using
- Right-click those tabs and select Discard — or simply close them
- 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.
- Navigate to
chrome://settings/system - Toggle Use hardware acceleration when available off
- 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:
- Open the SuperchargePerformance popup while on the Framer tab
- Click the whitelist toggle — the site is excluded from suspension
- 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.
Related Articles
- SuperchargePerformance vs Auto Tab Discard (2026) — compare tab suspension approaches for protecting design tools
- Fix Figma ‘Out of Memory’ Crash in Chrome (2026 Guide) — when Figma tabs crash from memory exhaustion rather than reload
- Fix Google Sheets Freezing and Calculation Lag in Chrome — related tab management issue for other heavy web apps
Frequently Asked Questions
Why does Chrome keep reloading my Framer and Figma tabs?
How do I stop Chrome from reloading design tool tabs?
Will I lose my work when Chrome reloads a Figma tab?
SuperchargePerformance
Tab suspension, ad blocking, and script control. Free.
Don't miss the next release
Be first to know when we ship something new.
Related Articles
Auto Tab Discard vs SuperchargePerformance: Compared (2026)
Auto Tab Discard suspends tabs but has no ad blocking, forcing you to run a second extension. One alternative handles both with 186K rules built in.
FIX Figma Out of Memory in Chrome: 5 Solutions (2026)
Figma out of memory crashes hit when Chrome leaves no RAM for large design files. Suspend idle tabs to free 500MB+ and stop the crash before it wipes your work.
FIX Miro Crashing in Chrome Due to Memory: 5 Fixes (2026)
Miro memory crashes in Chrome hit when WebGL runs out of headroom on large boards. Discard 10 idle tabs, free 1 GB+, stop the crash before it wipes your work.
Too Many Tabs in Chrome? 5 Fixes for RAM and Search (2026)
30 tabs eats 3-5GB RAM and you still can't find the one you need. We tested fixes that cut Chrome memory to under 1GB with every tab still open, zero closures.