Back Button Refresh: Issues & Solutions on PF

  • Thread starter Thread starter TurtleMeister
  • Start date Start date
AI Thread Summary
Users are experiencing issues with the back button on PF, as it now reloads pages from the server instead of retrieving them from the browser's cache, leading to slower performance and increased bandwidth usage. This change seems to have occurred after PF transitioned to a new server. The discussion highlights that the use of "no-cache headers" prevents users from accessing cached versions of pages, which was the previous behavior. Some users prefer the cached version for quicker access, while others appreciate the updates that come with reloading. The conversation suggests that the current setup limits user choice, and there may be a need for adjustments to improve the browsing experience.
TurtleMeister
Messages
897
Reaction score
90
Second try at posting this. Timed out the first time.

When I am browsing PF and I use my back button (firefox), the page that I'm going back to refreshes. It has not always been that way, and most other forums that I visit do not do that. In other words, using the back button fetches the previous page that is stored in the cache. I'm not sure about the timing, but I think it changed around the time PF moved to a new server. I'm no expert with this stuff, but it seems to me that refreshing the page this way would increase bandwidth for the server and slow things down. I would prefer to get my previous page immediately from the cache rather than wait for the page to reload. And if I need the page updated, all I have to do is manually refresh it. I've noticed others posting about the forums being slow and I was just wondering if this could be contributing to the problem.
 
Physics news on Phys.org
There is no Lazarine mechanism here... I've developed a habit of copying every so often. The other option is the site logging you... I prefer this, but you can use Lazarus (the addon) with Firefox to achieve the result you want.
 
Thanks for the reply, but I think you misunderstood my post. I'm talking about browser caching. When you click the back button on your browser it will take you back to the previous web page. If the page reloads from the web site, then it may take a few moments. But if it is retrieved from the browser's cache it will display instantly. That is the way it use to work at PF (I got the cache version when doing the back button). But at some point that changed, and now I get the page reloaded from the website each time I use the back button (takes longer and increases bandwidth usage). How it works appears to be a combination of server side scripting and what browser you're using. Here is a blog post that talks about this:

http://blog.httpwatch.com/2008/10/15/two-important-differences-between-firefox-and-ie-caching/

I tried using both Firefox and IE and got the same results at PF (page reloads on back button). I tried visiting another forum and got mixed results (page reloaded for IE but I got the cache with Firefox).

Edit:

From PF main page:

Code:
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
 
Last edited:
TurtleMeister said:
Thanks for the reply, but I think you misunderstood my post. I'm talking about browser caching. When you click the back button on your browser it will take you back to the previous web page. If the page reloads from the web site, then it may take a few moments. But if it is retrieved from the browser's cache it will display instantly. That is the way it use to work at PF (I got the cache version when doing the back button). But at some point that changed, and now I get the page reloaded from the website each time I use the back button (takes longer and increases bandwidth usage). How it works appears to be a combination of server side scripting and what browser you're using. Here is a blog post that talks about this:

http://blog.httpwatch.com/2008/10/15/two-important-differences-between-firefox-and-ie-caching/

I tried using both Firefox and IE and got the same results at PF (page reloads on back button). I tried visiting another forum and got mixed results (page reloaded for IE but I got the cache with Firefox).

Edit:

From PF main page:

Code:
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

Ahhh... personally I prefer the updates... it just prevents needless F5 mashing.
 
Well, obviously I prefer the cache version. Most of the time when I use the back button, it's because I want to quickly return to the previous page. If I wanted an updated page then I could just use the navigation links at the top of the page, or use the browser reload button. But when a page uses "no-cache headers", the user does not have an option. I've read that Opera has a way to get around this, but I haven't tried it.
 
TurtleMeister said:
Well, obviously I prefer the cache version. Most of the time when I use the back button, it's because I want to quickly return to the previous page. If I wanted an updated page then I could just use the navigation links at the top of the page, or use the browser reload button. But when a page uses "no-cache headers", the user does not have an option. I've read that Opera has a way to get around this, but I haven't tried it.

Given the lack of choice inherent in this current setup, even though it's not my preference I'd have to side with you on this one. If it's a matter of offering such a choice, I'd put it out there, but it may well be that there is no time to do it right now.
 
I want to thank those members who interacted with me a couple of years ago in two Optics Forum threads. They were @Drakkith, @hutchphd, @Gleb1964, and @KAHR-Alpha. I had something I wanted the scientific community to know and slipped a new idea in against the rules. Thank you also to @berkeman for suggesting paths to meet with academia. Anyway, I finally got a paper on the same matter as discussed in those forum threads, the fat lens model, got it peer-reviewed, and IJRAP...
This came up in my job today (UXP). Never thought to raise it here on PF till now. Hyperlinks really should be underlined at all times. PF only underlines them when they are rolled over. Colour alone (especially dark blue/purple) makes it difficult to spot a hyperlink in a large block of text (or even a small one). Not everyone can see perfectly. Even if they don't suffer from colour deficiency, not everyone has the visual acuity to distinguish two very close shades of text. Hover actions...
About 20 years ago, in my mid-30s (and with a BA in economics and a master's in business), I started taking night classes in physics hoping to eventually earn the science degree I'd always wanted but never pursued. I found physics forums and used it to ask questions I was unable to get answered from my textbooks or class lectures. Unfortunately, work and life got in the way and I never got further the freshman courses. Well, here it is 20 years later. I'm in my mid-50s now, and in a...

Similar threads

Replies
5
Views
2K
Replies
64
Views
4K
Replies
3
Views
3K
Replies
3
Views
2K
Replies
3
Views
3K
Back
Top