I have been pressing Ctrl or Shift while clicking refresh for so long out of habit that I am not even sure it has any effect in modern browsers.

In the past it was used to do a 'hard refresh' - i.e. not reloading anything from the cache.

Does this still apply? If so, is the effect it has still the same?

link|improve this question
You haven't been using CTRL? – random May 3 '11 at 14:26
hmm.. depends which version of which browser no? Updated my question anyway – Dve May 3 '11 at 14:30
feedback

2 Answers

up vote 13 down vote accepted

It does still work and helps bypass the cache - here's a break down of the shortcuts for the common browsers:

Internet Explorer

  • Ctrl + F5
  • Ctrl + click refresh button

Google Chrome

  • Ctrl + F5
  • Ctrl + click refresh button

Safari

  • Version 4 or newer: Shift + click refresh button
  • Version 3 or older: + R

Firefox

  • Ctrl + Shift + R
  • Ctrl + F5 / + F5
  • Shift + click refresh button

Opera

  • Shift + click refresh button
  • Shift + R
link|improve this answer
1  
There's no Shift + R shortcut in the Opera, at least in the latest versions and I doubt about Shift + click refresh button either. – Malcolm May 3 '11 at 16:46
Thanks @Malcolm - I'm not an Opera user so I couldn't confirm for sure. Please feel free to edit my answer if you know what the shortcut is on Opera. – Gareth May 4 '11 at 1:58
feedback

Under Firefox 4, a normal refresh will generally reload basic content such as HTML as well as CSS and JavaScript. If you force a full refresh, the browser will reload all content, including images and all other objects, from the server.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.