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.
0
votes
1answer
157 views
Minify CSS on the fly: leveraging browser caching
I'm writing a script that will combine and minify requested CSS files and then echo them out. I have most of the work done, however I'm stuck on one small, yet very important piece: Leveraging browser ...
2
votes
2answers
506 views
Browser caching issues in flask
I have built a website using flask (www.csppdb.com). Sometimes when I log in as one user, log out, then login as another user I still see pages from the first user I logged in as. This problem is ...
0
votes
1answer
63 views
HTTP caching headers ignored when user refreshes page
I'm tying to understand some odd browser behavior that I have noticed. I have a number of pages which (for the sake of experimentation) I serve up with headers which I think should cause the page to ...
0
votes
0answers
46 views
I updated the .htaccess file with the code below but am unable to improve browser caching in joomla
Firstly, thanks for the help. I have a site in which I updated the htaccess file with the code below however when I test my site on pingdom it scores an 6-8 on leverage browser caching. I thought I ...
0
votes
0answers
53 views
Using an image element to prefetch a script?
Live demo here
After someone mentioned on a github thread that support for the type="notJS" prefetch-triggering hack is to become prohibited in a new specification draft, I started thinking about ...
0
votes
0answers
214 views
Firefox will not cache PDF documents
I'm serving dynamically-created GIFs and PDFs on my website using Perl. For example:
<img src="file.pl?f=image.gif" />
<a href="file.pl?f=doc.pdf">Document</a>
The content is to ...
1
vote
2answers
70 views
Clear cookies and cache from site
Every time i update my website system UI/Jquery,
users complain that things are not working for them and that they have bugs.
Users are internet/computer dummies so they don't know how to clear the ...
0
votes
0answers
17 views
Browser max cache time
I working on a project with heavy use of JS, the problem is it's that the server set the cache header for 2037.
I wonder: what the max time a browser caches a file?, I guess it's not until 2037.
3
votes
1answer
108 views
How caches system works for website
I have searched cache topics and i ended up in the following
<meta http-equiv="Cache-control" content="description">
description
Public - may be cached in public shared caches
Private - ...
1
vote
1answer
487 views
How to prevent Browser cache for php site
I have a php site running in cloud server.When ever i add new files css, js or images the browser is loading the same old js, css and image files stored in cache.
My site has a doctype and meta tag ...
1
vote
0answers
67 views
Does iOS 6 devices request old pages again
It is commonly known that iOS 6 often caches more than it should, especially POST requests. This breaks webbapps that depend on requests reaching the server.
I have found a reverse problem with iOS 6 ...
1
vote
1answer
44 views
Browser keeps losing javascript file
I'm having a very strange problem. I just bought a new computer running Windows 8, downloaded xampp, installed an apache server, everything's fine, blah blah. I made a basic HTML page that links to a ...
0
votes
1answer
30 views
No-Cache Results in 406?
Our client uses IE8, and its caching-hungry ways makes things difficult. To fix this I added a bean to prevent caching
<bean ...
1
vote
1answer
966 views
using HTML5 cache manifest with phonegap
since some time, I try to make my HTML5 cache manifest work with phonegap on iOS devices,
but I can't have it working (it work with the pur web version of the app)
does anyone have used it with ...
1
vote
1answer
66 views
Cache file until next page load
Is there a way to cache a file until next page load?
I see "expires" and "max-age", but they require a time delta, which I don't know.
1
vote
1answer
150 views
how to catch cache clear event using javascript?
I am working on a socket based chat project. I am storing all online users' name in database so that it can be checked for duplicate user name. My application makes user offline easily if we are ...
0
votes
1answer
202 views
Browser Cache Control System in Php
i'm trying to build a browser cache control system written in PHP.
More in the deep, i'd like to serve every browser request with Php, to generate the right HTTP Response Header an to generate an ...
0
votes
1answer
345 views
Setting expiration of files in SharePoint in a document library
I got a SharePoint-Site that has images in a special asset-sitecollection. These images have a max-age of "0" by SharePoint default, so won't be cached.
Cache-Control:private,max-age=0
Date:Fri, 23 ...
0
votes
0answers
58 views
re-cached static content when I reupload files with htaccess htaccess mod_expires
With reference to the post at .htaccess cache static content (unless modified)?,
I would like to ask whether coding below will let it re-cached when I re-upload those files? I ask that because I may ...
0
votes
1answer
41 views
F12 Developer Tools \ Network : duplicate js files with '?_=1353604295011' behind
I am working on caching data on my Visual Studio 2012 MVC4 website. I analyse network traffic from F12 Developer Tools. I can see that data is cached but I didn't understand the red surrounded part ...
3
votes
2answers
65 views
Is jQuery cache disabling trick needed if a server returns cache prevention headers?
I need to fully prevent caching of Ajax calls results. Jquery ajax() function has acache: false option for this. The option appends timestamp to each requested resource (?_=1353592676117). This should ...
0
votes
0answers
65 views
How to force browser reload CAPTCHA image, even if visit the page via 'back' button, and available in all browers?
I have already tried to set HTTP Headers of the image:
self.set_header('Cache-Control','no-store, no-cache, must-revalidate')
self.set_header('Pragma', 'no-cache')
...
4
votes
1answer
426 views
How to avoid caching in browser when replacing contents of page with document.write()
I'm bit struggling with browser caching.
I have a static HTML page (lets call it index.html) which includes javascripts which do the magic (embedding interactive service). Those scripts have AJAX ...
0
votes
2answers
133 views
Don't want to clear browser cache on every time for css/js updates
I have python-django site which contains css and js files. For every time of updating/adding css or js have to clear the cache of the browser then only its reflect in browser.
Is the any specific way ...
0
votes
0answers
14 views
Weird Behavior of web page
I am working on a template or Ezimerchant e-commerce. Everything is okay with my side. I or other people can see my works on the site but my client. My client sees the webpages but problem is with ...
3
votes
2answers
114 views
Can you force a browser to always fetch the cached files and not do a round trip for a 304?
As I understand, this is how browser caching works. Assuming, a far future header has been set to let's say a year and foo.js is set to be cached. Here are some scenarios:
First visit to the page, ...
1
vote
1answer
72 views
browser stuck when using HTTP request or jqurey post
Thanks in advance...I am using http requests in my website,which is most needed through out.But ,during the request time (0 sec-70 sec),the browser gets stuck and ,no typing or selection is not ...
4
votes
1answer
1k views
How to set cache false for getJSON in JQuery?
I am using getJSON to fetch the results from server side but facing browser cache problems. I want the cache to be false. I tried using this just before my getJSON call.
$.ajaxSetup({
...
0
votes
1answer
219 views
More Odd Firefox Cache Manifest Behavior: Redirect to Outside Domain Results in 404 Failure
I have an HTML5/Javascript (PHP/MySQL on the server) app with a cache manifest and it runs fine on almost all mobile and desktop browsers except for Firefox.
When I remove the cache manifest, it ...
1
vote
2answers
321 views
How to ensure broswer does not cache my JS/CSS [duplicate]
Possible Duplicate:
Css file caching
I want to ensure users always get the latest version of my code.
However setting it up so that browsers do not cache the files is bad as it would need ...
1
vote
1answer
82 views
How to clean cache after leaving a webpage ? php or any script?
The issue is, every browser used to store cache of webpages, and whenever I update my webpage from the server, I can not see the updating until I perform refreshing of that page or clear the cache.
...
1
vote
1answer
133 views
Cache only the latest version of javascript file
I am having trouble with javascript files being cached by the browser, even though I use
FileETag MTime Size
in htaccess to check the modified time and size to see if it is the latest version. I ...
0
votes
1answer
55 views
wrong content loaded due to browser cache
I used Ruby on Rails for my website. In one web page, it will load a poll information based on the poll id, which set in url like "http://mywebsite/polls/1". The poll information includes the poll ...
1
vote
1answer
437 views
How can I clear the appcache on the Google Chrome iPad app?
I've written a little HTML5 based web app that I am trying to debug on the iPad using the Chrome for iPad app.
I have added a cache.manifest file to my app which has some heavy caching in it of most ...
0
votes
1answer
178 views
Leverage Browser Cache asp.net
I tried to check the speed of my website using
https://developers.google.com/speed/
It says to Leverage Browser Cache.
I tried doing this by placing the following code in web.config file
...
0
votes
2answers
658 views
How to clear cache in Controller CakePHP 2.x?
I am working a properties website where user creates the listing and later to save it, we ask him to connect via Facebook. Currently it is working nice but, when I create another property (say a User ...
0
votes
0answers
60 views
Stopping a rogue Java applet [closed]
To help improve performance, internet browsers store web pages in local cache on a client's machine. I know that a rogue Java applet could potentially exploit this information and gain more privileges ...
0
votes
0answers
30 views
how to cache only HTML contents in Rails?
I tried to use before_filter and set no-cache but it disables assets cache too.
I wanted to keep my assets cache and disable only HTML caching by browser. Is there any way of caching only HTML ...
0
votes
1answer
553 views
Android browser ignores cache manifest on mobile device (Galaxy S3)
I have a web application in which I am using a cache manifest.
In short, when I modify the cache manifest, all browsers EXCEPT Android (Galaxy S3) will fetch the new files and update the cache.
It ...
2
votes
0answers
194 views
How to handle ready and pageshow events across all browsers, to help when back button pressed
I'm new to jquery, and only just realised that code in the .ready function does not always get run when you return to a page using the browser's BACK button. From reading two-year-old posts on ...
0
votes
1answer
42 views
Is there a way to suppress history in browser without showing Page Expired?
I'm currently building a website .net/c#.
I'm looking to see if there is a solution to stop browsers caching postbacks.
Most of my forms are encapsulated within updatepanels, so when javascript is ...
0
votes
1answer
76 views
Three Column Fixed-Width Web Layout and Quirky Refresh Behavior
So I've been working on a basic site design for a client this evening (for reference:http://thomaswinchester.com/schaeferhvac/index.php) and I'm getting some odd results. The area of concern is a ...
0
votes
0answers
123 views
Browser Caching for javascript files
I wanted to clarify my concept on browser caching.So,I did a small test of caching a javascript file.
I have used IIS 7.5 ASP.Net and Firefox.
Following are my findings.I need some clarification on ...
2
votes
1answer
68 views
Disable Mozilla Firefox to store javascripts [closed]
right now if you open view page source in Mozilla,
you'll see an external javascript link.
if you click on that link the browser will show javascript function from browser cache.
but if you select ...
0
votes
0answers
24 views
browser resource cache
suppose I request a webpage which contains some images. Those images are downloaded and stored in browser while making the request. you can see those images via resource tab in chrome develop tool. ...
0
votes
1answer
139 views
How to get fresh copy if OutputCache(Location = OutputCacheLocation.Downstream is used
Mono MVC2 application uses controller below to cache order page in browser.
If F5 is pressed in browser, old page is still returned to browser.
How to return fresh page if F5 is pressed ?
It looks ...
0
votes
1answer
198 views
use same page from browser cache if query string is different
ASP.NET MVC2 page is used to show order in browser as described in
How to fill document header from jqgrid data
at page load javascript retrieves correct document from browser and bind it to page ...
1
vote
2answers
127 views
Stopping visitors browser from loading website from cache [closed]
I updated the images and stylesheets on my website, but I am getting phone calls from clients saying my layout looks weird. When they refresh the page, it looks normal.
How do I stop their browsers ...
2
votes
0answers
38 views
cachebusting for all static resources in Turbogears 1.0b1
Having a problem with stale css and js files being cached in the browser.
I am using the cache-buster technique of appending a query parameter with a datestamp
to static resource url's named ...
1
vote
0answers
68 views
Cross Tab Browser Caching, Forcing Refresh
I have a JSON resource, let's call it /game/1, which is being publicly cached with a long duration. Based on some client-side logic, I want to occasionally want to refresh this resource (for instance, ...


