Browser caches are an instance of the optimization mechanism known as a cache. There is an HTML5 specification for a browser cache mechanism called Appcache.

learn more… | top users | synonyms

143
votes
6answers
19k views

Do browsers parse javascript on every page load?

Do browsers (IE and Firefox) parse linked javascript files every time the page refreshes? They can cache the files, so I'm guessing they won't try to download them each time, but as each page is ...
65
votes
13answers
43k views

Prevent caching of AJAX call

It looks like that if I load dynamic content using $.get(), the result is cached in browser. Adding some random string in QueryString seem to solve this issue (I use new Date().toString()), but this ...
34
votes
4answers
10k views

What does appending “?v=1” to CSS and Javascript URLs in link and script tags do?

I have been looking at a HTML 5 boilerplate template (from http://html5boilerplate.com/) and noticed the use of "?v=1" in URLs when referring to CSS and Javascript files. What does appending "?v=1" ...
14
votes
6answers
37k views

How to set HTTP headers (for cache-control)?

very simple question. I want to enable browser caching for my site. How do I do that? I can't find a good beginner tutorial on the subject. Do I just put cache-control:public somewhere up in my ...
13
votes
1answer
938 views

Determining a page is outdated on github pages

Github pages sets very aggressive cache headers (Cache-Control: max-age=86400 1 day, Expires 1 month ahead) on all served content. If you update your pages and push to github, people revisiting the ...
12
votes
1answer
2k views

Expire cache on require.js data-main

I'm using require.js and r.js to package my AMD modules. I'm using jquery & requirejs via the following syntax: <script data-main="/js/client" ...
12
votes
3answers
7k views

Make IE to cache resources but always revalidate

The cache control header "no-cache, must-revalidate, private" allows browsers to cache the resource but forces a revalidate with conditional requests. This works as expected in FF, Safari, and Chrome. ...
12
votes
4answers
2k views

How does SO's form remember previous input values?

I've noticed that the Title or Body part is remembered if I come back to the Ask Question page by pressing Back button of my browser. This feature is available in all browsers I tested, but doesn't ...
11
votes
2answers
10k views

Make page to tell browser not to cache/preserve input values

Most browser cache form input values. So when user refreshes page, the inputs have same values. Here's my problem. When user clicks Save, server validates POSTed data (e.g. checked products), and if ...
9
votes
3answers
1k views

After logout, if I push back button I can see the last page which requires login

I have devise configured in my web application. I have problem with the following workflow: For accessing admin panel I need to login. After that I navigate to admin panel of my web app normally. ...
9
votes
3answers
2k views

Is My Page Being Loaded from the Browser Cache?

I have a "new items" badge on a page that I want to update immediately the page is loaded from the cache (i.e. when hitting "Back" or "Forward" to return to this page). What is the best way to ...
8
votes
2answers
4k views

Browsers won't read updated CSS

EDIT: My sincere apologies! This wasn't an issue with anything but myself - I had a global.css file with correct stuff in it, but below that I included another file with the old CSS in it, in the ...
8
votes
4answers
438 views

How to tell if an XMLHTTPRequest hit the browser cache

If it possible to tell (within javascript execution) if a GET XMLHTTPRequest hit the browser cache instead of getting its response from the server?
8
votes
1answer
3k views

Browser caching - Why does IE9 always show http 304 when actually it did not hit the network?

I am trying to set up caching correctly and have set Expires headers to 365 days in the future which is working correctly but not showing correctly in IE9. Does anyone know why? When you visit any ...
8
votes
1answer
4k views

Proper way to handle 304 not modified in jQuery ajax

As of jQuery 1.5, the ajax methods now correctly handle 304 Not Modified responses by calling the success() handler, as per the W3C spec for XMLHTTPRequest. This allows your application to treat the ...
8
votes
3answers
1k views

URL cache-busting parameters with RequireJS?

I'm using RequireJS (the jQuery version) and I want to append GET parameters to my scripts to prevent unwanted caching. I'm using the urlArgs parameter, as suggested in the docs. This is my ...
8
votes
2answers
749 views

Rails ( set_no_cache method) Cannot disable browser caching in Safari and Opera

After using Devise for my authentication, I found that there was a security hole in that, after the user logs out, the session variables are preserved. This allows anyone to press the back button and ...
7
votes
5answers
7k views

Prevent IE caching

I am developing a Java EE web application using Struts. The problem is with Internet Explorer caching. If an user logs out he can access some pages because they are cached and no request is made. If I ...
7
votes
4answers
5k views

Turn off Application Cache with manifest

I'm writing a HTML5 application that uses "Application Cache with manifest". However, while I'm developing I want to turn it off. I tried removing the manifest attribute from the tag and switching ...
7
votes
5answers
7k views

Problems with Page Cache in iOS 5 Safari when navigating back / unload event not fired

tl;dr - Safari on iOS 5 is caching so hard, it is breaking my site. I am struggling with the way the Safari browser in iOS 5 deals with back forward cache, which they call "Page Cache". The way it ...
7
votes
2answers
1k views

HTTP Headers: Controlling Cache and History Mechanism

I'm trying to figure out the best HTTP headers to send for four use cases. I'm hoping to come up with headers that do not depend on user agent / protocol version sniffing but I'll accept that if ...
7
votes
3answers
1k views

How to clear browser cache after user logout to prevent access to private info via 'Back' button

After a user logs out, if they hit the back button, they can go back to the last page they were on before logging out. The app I am working on will often be used on a public computer (library or ...
7
votes
2answers
671 views

Balancing browser caching of images and time expiration of links to avoid bandwidth theft

We host our images on Amazon S3, and serve them through Amazon Cloudfront. We'd like to reduce our bandwidth expenses. We believe that we have quite a bit of bandwidth theft, and want to start using ...
6
votes
1answer
703 views

if javascript interpreter does “JIT compilation”, does it cache results of it for use on the same script next time I load the website?

to make it more specific, I mostly care about SpiderMonkey interpreter in Firefox. So suppose I want to speed up the loading of a particular website in my browser or else speed up loading of all ...
6
votes
3answers
3k views

How to force re-download of Silverlight XAP file

I'm trying to figure out how to force the browser to re-download a .xap file if the new version is available and yet the old one is still cached in the browser. I've seen the other thread: How do you ...
6
votes
1answer
73 views

Error in vaadin 6

I created a project in Vaadin 6 and ran it. It renders the text 'Hello Vaadin user' in browser perfectly. Then I changed the label message. public void init() { Window mainWindow = new ...
6
votes
2answers
6k views

Google Chrome Cache

I have an html page that embeds a flash (flex) application. I have the following headers: <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> <META HTTP-EQUIV="CACHE-CONTROL" ...
6
votes
6answers
247 views

Browser doesn't distinguish a partial HTML got via AJAX and a full page

I've got a page that can be accessed at URL /products. When I visit it in a browser it responds with a full page within a layout. Here is a simplified example of request headers and response body: ...
5
votes
10answers
22k views

How to resize Facebook Canvas app (iFrame) correctly?

I need to adjust canvas size after updating content of a page. I can do it explicitly by FB.Canvas.setSize({ width: 760, height: 1480 }); however, it doesn't work without parameters, i.e. ...
5
votes
5answers
6k views

How do you cache an image in Javascript

My friends and I are working on a website where we would like to cache certain images in order to display them faster in the future. I have two main questions: How do you cache an image? How do you ...
5
votes
2answers
3k views

GWT Caching Concept

Can someone explain to me in simple term the concept of caching in GWT. I have read this in many places but may be due to my limited knowledge, i'm not being able to understand it. Such as ...
5
votes
1answer
3k views

What is Cache-Control: private?

When I visit chesseng.herokuapp.com I get a response header that looks like Cache-Control:private Connection:keep-alive Content-Encoding:gzip Content-Type:text/css Date:Tue, 16 Oct 2012 06:37:53 GMT ...
5
votes
2answers
998 views

How do I prevent browser caching with Play?

Part of my app provides a file to be downloaded using the redirect() method. I have found that Chrome (and not Firefox or IE, weirdly) is caching this file so that the same version gets downloaded ...
5
votes
2answers
3k views

Refreshing GWT application on client's side

I have written application using GWT. It works perfectly for the client. But when I'm changing something in my application, recompiling and then deploying to the server and client access my ...
5
votes
2answers
807 views

Do browsers cache inline Javascript, and if so, how to force a reload?

We recently moved to jQuery 1.6 and ran into the attr() versus prop() back-compat issue. During the first few hours after the change was deployed everything was fine, then it started breaking for ...
5
votes
4answers
1k views

SSL handshake problem? (was: Web page hangs, only clearing browser cache helps)

Please see at the end, as I constantly update with latest investigation data. Currently, I need help with server-side WireShark log. I experience strange issues with ASP.NET MVC web application. Few ...
5
votes
3answers
66 views

Tell Browsers to update the cache if cache date is over a certain date

Is there a meta tag or something I can use that tells the browser to not use a cache from before a certain date. e.g. <meta "only use cache if cache is AFTER 4/4/2013"> If the cache is old it ...
5
votes
1answer
59 views

Should I expect stale results after redirect on local environment?

After I post a new entity to the datastore, I redirect the page to a new URL that lists all of the entities in that group. When I redirect, the page shows stale results and I have to reload to see the ...
5
votes
1answer
334 views

Enabling browser side caching for rails 3.1 app on heroku

I have a quite a big jpg image file and few css files, and these are not going to change for every reload but every time it is loading the full imgae instead of caching in the browser, I tried ...
5
votes
1answer
834 views

How can I implement CSS Cache Busting with JSF outputStylesheet?

In JSF page templates I use this code to include a CSS resource: <h:outputStylesheet library="css" name="mystyles.css" /> The usual way to implement CSS cache busting would be to add a ...
5
votes
3answers
747 views

How to preload JavaScript and CSS files in the background, to have them ready in the browser cache when the user goes to the main page?

I want to preload a JS file and a CSS file from the landing page to optimize the main site load, after the conversion in the landing. I was looking for information about this and finally tried to get ...
5
votes
1answer
385 views

Prevent form fields from repopulating after clicking the back button

I have a form. After it is successfully submitted, there is a server side redirect to view the new entry. Problem: All the inputs are still populated with the last values after the back button is ...
5
votes
3answers
4k views

Force a reload of page in Chrome using Javascript [no cache]

I need to reload a page using JavaScript and ensure that it does not pull from the browser cache but instead reloads the page from the server. [As elements of the page will have changed in the ...
5
votes
1answer
565 views

Why does Google Chrome NOT use cached pages when I define the HTTP “Expires” header

I am sending validly formatted HTTP response "Expired" headers (e.g. "Wed, 04 May 2011 09:29:09 GMT") with a page served through https://localhost:{port}/ from a J2EE application, using ...
5
votes
0answers
1k views

HTML5 swipe.js css3 transitions; offscreen rendering and caching of page elements

I am building a HTML5 magazine for tablets and desktops with use of swipe.js (http://swipejs.com). Everything seems to work fine; In one HTML page I have set next to each other fullscreen list ...
5
votes
1answer
364 views

mod_expires sending Cache-Control headers for 3## status codes

Apache is sending Cache-Control headers for 3## status codes, like 302 redirects. This is causing Firefox (possibly starting with Firefox 5) to cache the 302 redirects--which results in an infinite ...
4
votes
7answers
956 views

How can I request that browsers always update (a.k.a. never cache) certain page elements, such as CSS sheets?

I've noticed an issue while developing my pages that's always bothered me: while Firefox (my general "dev" browser) always updates CSS and images when they change on the server, Internet Explorer does ...
4
votes
3answers
747 views

How long does browser cache (.js files) exist

ASP.NET 4.0 If I updated my .js file in a page, however it seems client's browser doesn't download the new .js file (due to browser cache?). What factors could affect the old .js file remain on ...
4
votes
2answers
4k views

Asking browsers to cache our images (ASP.NET/IIS)

I just ran Google's Page Speed application against our site and one of the recommendations was to Leverage browser caching. Expanding this revealed the following: The following cacheable resources ...
4
votes
3answers
963 views

Preventing Caching of CSS Files

I am developing a simple website using PHP. Development Configuration : WAMP Production Configuration : LAMP While testing, I changed my CSS file, but when I reload the page my browser(not sure) ...

1 2 3 4 5 16