Browser.cache.memory.capacity -

Decrease or zero out the memory cache to force Firefox to use the disk cache or network exclusively, freeing precious RAM for the operating system. Profile 3: The Developer or Tester Scenario: You are testing a progressive web app (PWA) or a single-page application (SPA). You need to ensure that a specific JavaScript file is always re-fetched from the network, not from a stale memory cache.

Now go forth, open about:config , and tweak with confidence. Browser.cache.memory.capacity

However, for the power user with 32 GB of RAM, setting this to 262144 (256 MB) can shave milliseconds off every tab switch. For the developer, setting it to 0 can be a lifesaving debugging tool. Decrease or zero out the memory cache to