Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Stop Firefox reloading webpages when hitting back button

  • 10 antwurd
  • 13 hawwe dit probleem
  • 121 werjeftes
  • Lêste antwurd fan finitarry
  • Argivearre

Is there any way to make hitting the back button not reload pages? It's become a bit of annoyance to me within the past few days because it sorta messed with my flow.

For example, let's say I'm looking at a phpBB forum. There's a unread posts button next to each topic. I click on the one next to a topic, this topic has 3 pages. The last post I read was halfway down the first page, it takes me to it (and adds "&view=unread#unread" to the URL). I finish reading the page, and move on to page 2. Partway down page two, I decide to go back to page 1 to re-read something that got quoted, and click the back button. But because of what seems like a recent change, Firefox attempts to reload the page instead of its old functionality... and thanks to the unread bit at the end of the URL, phpBB serves up page *3*. Now instead of going back, I've gone forward.

Is there any way to make hitting the back button not reload pages? It's become a bit of annoyance to me within the past few days because it sorta messed with my flow. For example, let's say I'm looking at a phpBB forum. There's a unread posts button next to each topic. I click on the one next to a topic, this topic has 3 pages. The last post I read was halfway down the first page, it takes me to it (and adds "&view=unread#unread" to the URL). I finish reading the page, and move on to page 2. Partway down page two, I decide to go back to page 1 to re-read something that got quoted, and click the back button. But because of what seems like a recent change, Firefox attempts to reload the page instead of its old functionality... and thanks to the unread bit at the end of the URL, phpBB serves up page *3*. Now instead of going back, I've gone forward.

Alle antwurden (10)

In about:config, you can set this:

  • browser.cache.check_doc_frequency - set to 2 ( means never)

Unfortunately changing that setting didn't do... anything, as far as I can tell. Firefox still keeps reloading pages when I hit the back button.

What that setting does is make the browser reload from the cache, and never check the cache versus the online version. It works for me. The page is fetched from the cache and remains the same. I have to force a reload from the server by holding down the Shift key while clicking the reload button.

browser.cache.check_doc_frequency user set integer 2

That's literally how it looks in my about:config and it made no difference.

A way to avoid this is to open the links in a new tab with a middle-click and close the tab(s) to go back. That also avoids a large tab back history that clutter the sessionstore.js file.

Uh, no? That doesn't help at all. It doesn't matter if I open the link in a new tab or not; if I'm on a forum it doesn't matter if hitting the "unread posts" button normally or opening in a new tab; "back" still reloads and goes forward.

This is irritating. This should not be necessary. In every previous version, clicking the back arrow re-displays the page from cache; clicking the reload button reloads the page. The back button has essentially become a reload button. It's just wrong. and it fouls up my work-flow. Also, browser.cache.check_doc_frequency user set integer 2 did nothing to alleviate the issue.

Bewurke troch mberner13 op

You can try to disable automatic cache management.

  • Firefox/Tools > Options > Advanced > Network > Cached Web Content

Thanks. I already tried that to no effect. Next I'm goin g to try to set browser.cache.check_doc_frequency = 0 and see if that has any effect.

This page gives more information about the settings: