The browser-cache tag has no wiki summary.
18
votes
4answers
3k 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" ...
10
votes
5answers
1k 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 ...
7
votes
3answers
436 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 ...
6
votes
3answers
427 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
4answers
2k 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 ...
5
votes
0answers
115 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 ...
5
votes
1answer
682 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" ...
5
votes
2answers
692 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 ...
5
votes
2answers
770 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 ...
5
votes
4answers
870 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 ...
4
votes
2answers
147 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 ...
4
votes
3answers
117 views
How to cache scripts and images from my site?
Hello Guys!
Question ::::::
I have been trying to create a site (Hosted on x10hosting). So I have been searching how to build a fast site. And I got a page to improve Jquery codes. Below is the ...
4
votes
3answers
831 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.
...
4
votes
2answers
2k 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 ...
4
votes
7answers
634 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 ...
3
votes
1answer
49 views
Chrome makes multiple request for same asset if capitalization differs
I'm working on a large asp.net web project that has had a number of different developers/consultants making changes to it over the last few years. I've noticed that depending on the developer, paths ...
3
votes
1answer
73 views
Basic HTML5 caching
I am a little slow to the HTML5 caching, I have just some simple questions though.
1) How long is data in a caching manifest cached?
2) If I update the data, how can I make sure the client checks ...
3
votes
2answers
193 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 ...
3
votes
2answers
927 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 ...
3
votes
1answer
195 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 ...
3
votes
3answers
400 views
Using jQuery remove() with cached pages (Rails backend)
I'm using jQuery with a Rails 3 backend and I have the following scenario:
User see's a comment on their post and wants to delete it
User clicks the delete button and deletes the comment from the ...
3
votes
1answer
237 views
Does MS SQL Server 2008 cache binary data fields? Ie VARBINARY
Does MS SQL Server 2008 cache binary data fields? Ie VARBINARY
We have MS SQL Server 2008 R2 using 12gb of ram constantly caching data. Our database includes over 200gb of VARBINARY. Would this be ...
3
votes
1answer
963 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 ...
3
votes
1answer
622 views
caching font-face fonts
I'm using @font-face to embed a font hosted on TypeFront, but my font is not cached by the browser (Firefox 3.6.13 and Epiphany 2.30.2). This is causing a FOUC (Flash of Unstyled Content) on Firefox ...
3
votes
1answer
76 views
Remove loading artifact with PHP generated CSS
I'm using PHP to create maintainable stylesheets, as described in the following article:
http://www.barelyfitz.com/projects/csscolor/
However, as PHP takes a tiny bit of time to generate this file ...
3
votes
7answers
12k 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. ...
3
votes
3answers
207 views
caching headers from PHP
In PHP, by default no cache related headers are sent.
HTTP/1.1 200 OK
Date: Fri, 19 Nov 2010 11:02:16 GMT
Server: Apache/2.2.15 (Win32) PHP/5.2.9-2
X-Powered-By: PHP/5.2.9-2
Vary: Accept-Encoding
...
3
votes
5answers
131 views
Is it possible to know if a file is inside the user's browser cache?
I am doing something like this: if an image is cached on user's computer and its timestamp is the same as the one on the server, then display the cached version; otherwise, do NOT load the image from ...
3
votes
4answers
866 views
How to clear browser cache when re-uploading image with same filename, in php?
I have a listing of items, that also contains an image thumbnail. Sometimes I need to change the thumbnail image, but keep the filename the same. Is there a way to force the browser to download the ...
2
votes
1answer
70 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 ...
2
votes
0answers
15 views
Can Web Worker `importScripts` method access scripts cached by the main thread?
Multiple questions actually:
Will importScripts always load the scripts with a GET request or can it cache scripts?
Can importScripts access scripts cached in the main thread or browser context?
Can ...
2
votes
2answers
60 views
using HTTP headers for cache control in PHP
How can I use HTTP headers to control when my cache should be updated?
At the moment I am using cURL to grab a live XML feed and then save it into an xml file.
The feed also sends HTTP headers ...
2
votes
1answer
122 views
long time in loading web page on blackberry
I am using a browser field to display a web page, however it takes about four times as long to load a page, as compared to the default browser on BlackBerry. I want to speed up this load time.
I ...
2
votes
1answer
99 views
ASP.NET MVC2 Browser caching with HTTP304 Status Code
In the company I work for, we have a web application developed with ASP.NET MVC2 and hosted on IIS7.
In a specific action, we return a JsonResult object holding an array. This array is updated ...
2
votes
3answers
145 views
How can I prevent the browser back button from reshowing my user notification?
I've built a notification system for an ASP.NET MVC3 site I've been working on that lets the user know that various actions they performed happened successfully (a "pat on the back" message). The ...
2
votes
1answer
55 views
Ideas for how to alter file-names of static assets to prevent out-dated browser cached versions of asset files
I have a website that I host with PHPFog. PHPFog, for those who don't know, makes it very easy to deploy an app to multiple application servers with a simple git-push. I would love it if there was ...
2
votes
2answers
149 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 ...
2
votes
1answer
305 views
HTML5 Caching Javascipt files for online and offline use
I posted a question about why my $.getJSON had stopped but I think the question is a bit wider now.
I have a mobile HTML5 app that does Ajax requests to a php web app (on the same domain). When ...
2
votes
1answer
223 views
PHP session lost under Google Chrome OS X build
I hope you won't treat this as a bug report about Google Chrome :)
My session handler is working fine under all browsers except Google Chrome OS X (build: 12.0.742.122). At random times Chrome lost ...
2
votes
1answer
58 views
Is it possible to ask your users to clear their HTTP Strict Transport Security (HSTS) for your site?
If you turn on HSTS for your website with a large lifetime but later decide to turn it off (due to issues with third party software for instance) is it possible to warn users to clear their 'HSTS ...
2
votes
1answer
603 views
How to Leverage browser caching at ASP.net IIS 7.5
The following cacheable resources have a short freshness lifetime. Specify an expiry of at least one week in the future for the following resources:
http://pagespeed.googlelabs.com suggest me this ...
2
votes
3answers
148 views
How do I create a “clear cache” button for my site?
I'd like to create a button on my site that COMPLETELY clears my cache. As neither Safari's nor Chrome's features work at all it seems. Is this possible?
2
votes
5answers
137 views
Force JavaScript reload just once a day
If the JavaScript's ?random would be the current date - would it then loaded just once a day?
<script type="text/javascript" ...
2
votes
2answers
190 views
HTML5 cache manifest and prefetching
One thing I'm not fully grasping is if the cache manifest is also acting as a prefetch when it is online for all the files listed.
For example, lets say I'm visiting:
/page1.html
Each of the ...
2
votes
1answer
118 views
ASP.NET MVC 1 Page Caching Problem
On my site there is a page where a user can see a list of all the payments they need to make, select a file, and make that payment. The problem I am having is if the user makes a payment on a file ...
2
votes
2answers
336 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 ...
2
votes
0answers
73 views
How do I modify browser cache after page DOM is updated?
So far, I know that I can seperate static and dynamic content using AJAX, so if a blog post has a comment update, the article does not have to be redownloaded (it'd be 304), only the comments. Now, ...
2
votes
2answers
251 views
Under what conditions will the browser cache <video> files?
Under what conditions will the browser cache files? Sometimes it does, sometimes it doesn't. If no one here knows, my next step will be to test the various file format, file size, and htaccess ...
2
votes
4answers
1k 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 ...
2
votes
2answers
471 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 ...