vote up 1 vote down star

In Firefox a Reload seems to reload everything while on IE the Refresh reloads just the HTML part of the current page. In IE you need to press Ctrl-F5 for a complete reload.

Why this difference and is it somewhere an article explaining this difference more thoroughly?

flag

2 Answers

vote up 3 vote down check

Firefox employs a cache like all modern browsers, so it doesn't load everything on refresh. Different browser engines handle caching somewhat differently, but it mostly depends on the headers you are sending.

You should check the w3 page on caching in http and also this caching tutorial for more details on how web caches work. Also this article on the differences between firefox and IE caching should be relevant.

link|flag
Ctrl-F5 is the hotkey in almost any modern browser to make them reload the document ignoring local caches and sending a "Cache-Contol: no-cache" header – mkoeller Dec 8 '08 at 13:28
vote up 0 vote down

Ctrl-F5 is reload without cache, in IE.
F5 should reload images too, as long as the browser detects that they're changed.

link|flag
You can also hold the the shift key while clicking the refresh button. – Joel Coehoorn Dec 7 '08 at 13:35

Your Answer

Get an OpenID
or

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