Tagged Questions
0
votes
0answers
18 views
how to force page not to load from cache if there are changes in page
I have a site with advertisements and so the user is able to change his advertisement. But if the user goes to his own advertisement the page is the same, because the page loads from the browser ...
1
vote
0answers
22 views
Why Google Chrome does not cache this resource
In ASP .NET application I have a CompositeScript that combines a few scripts. However Google Chrome constantly gets this resource, and does not cache it. Here's a response generated by the server:
...
1
vote
2answers
120 views
How do browsers handle non-cacheable resources that are referenced more than once?
This Yahoo Developer Network article says that browsers handle non-cacheable resources that are referenced more than once in a single HTML differently. I didn't find any rule about this in the ...
1
vote
0answers
31 views
Gravatar default image cache issue on localhost
i have a very strange problem with gravatar.
i have a public default image on example.com/image.jpg
i have changed this image on the public website quite a while ago (more than a week ago).
since ...
5
votes
3answers
64 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 ...
0
votes
1answer
186 views
RequireJS Caching
We are having some trouble with RequireJS not grabbing a fresh copy each time it is requested. We have used the following without success:
require.config({
urlArgs: "bust=" + (new ...
0
votes
5answers
63 views
how do I reset the browser cache when reloading a page
I have a page that I'm changing however, the changes can only be seen when I reset my browser cache. Is there something I could add to my html which would do this?
0
votes
0answers
76 views
Browser doesnt cache image. It requests again same image if it has different alt
Here is the situation
In the same page, for the first pageview:
<img src="default_image.jpg" alt="john">
<img src="default_image.jpg" alt="george">
.
.
.
.
<img ...
0
votes
1answer
47 views
Best way to implement file name version in apache
I was reading that it is better to name my file "test.v01.css" instead of "test.css?v=01" because of some proxies that ignore the CGI-param part.
The question is:
What is the easiest way to do that?
...
1
vote
1answer
53 views
How to force a browser to download page content resources?
Too frequently I see issues where customers/clients have to refresh the webpage, typically after clearing their history/cache, only to find out that the webpage is perfectly fine.
Is there any way to ...
5
votes
1answer
381 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 ...
0
votes
2answers
35 views
Failure to select item to change background remains after switching off the current page
I have a website on which I insert an select with option for the user to choose and each of the options picked will result in a change in the page background's color.
Also I have a navigator to move ...
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
2answers
126 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 ...
0
votes
1answer
82 views
Application Cache or Browser Cache
I'm heavily relying on Application Cache for a web application I'm building. I noticed that some of the items that I haven't explicitly mentioned in the app cache (like a few image files) are being ...
1
vote
2answers
397 views
no-cache doesn't work with require.js
I have below in my <head>
The .css is not cached and new one loaded in each refresh. But since I use Backbone.js and Require.js, the modules are still cached. I don't use optimizer ...
0
votes
1answer
224 views
How can i reset hidden input value after refreshing page without client side scripting?
I have a hidden input in my page which has a default value of 0. I am changing the value of this input in my Javascript code.
when i try to refresh the page with ctrl + r, f5 and ctrl + f5, when i use ...
1
vote
2answers
216 views
Do browsers cache images?
I have a PHP page with some Javascript that changes the SRC attribute on a IMG tag after a fixed interval of time (5 seconds). There is a fixed number of images that I cycle through. The PHP builds ...
1
vote
2answers
60 views
importing javascript library once
I'm building a website which imports a javascript library (located inside <head>):
<script type="text/javascript" src="@routes.Assets.at("nicedit/nicEdit.js")"></script>
...
2
votes
2answers
82 views
Cacheable authenticated response
I was told to have this
<meta http-equiv='pragma' content='no-cache'>
<meta http-equiv='cache-control' content='no-store'>
I am not sure whether this is required or not. I used .net 4, ...
0
votes
0answers
90 views
Getting a bug only on page refresh
Right now I have a javascript bug on one of my pages that only occurs after I refresh the page. If I click on a link to go to the page, the bug never appears. I thought the issue had something to do ...
0
votes
1answer
129 views
tracking pixel image src multiple times on one page
I have an opt in service and every time there is a new opt-in this tracking pixel needs to be executed. Right now there is a cron job running every minute checking for new opt-ins and how ever many ...
1
vote
1answer
154 views
Cache, browser caching, how to add it?
I have made a html file, but when I upload and test it, I notice that It has 0 "Leverage browser caching".
I google-ed a few time how to fix it and found that misses something in browsers request.
...
0
votes
2answers
2k views
Pevent google chrome cache html page
I have a page with another html page in iframe. In this iframe, i put this header tag
<META http-equiv="Pragma" content="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<meta ...
1
vote
1answer
307 views
Web application available offline from cache
I need to create a web application with offline support. When the client's computer goes offline, Javascript must redirect to another page with important information from the application.
Redirect to ...
1
vote
1answer
602 views
Avoid back page rendering after sign out in
i've seen:
Making sure a web page is not cached, across all browsers
enter link description here
I've used in JSF 1.2 pages:
<meta http-equiv="Cache-control" content="no-store, no-cache, ...
3
votes
3answers
1k views
Do I have to set cache expiration every time on HTML?
I want to set cache expiration for my html page after may be 10days
<META HTTP-EQUIV="expires" CONTENT="Thu, 12 Apr 2012 08:21:57 GMT">
So my question is
What happens after 10days? yes the ...
0
votes
1answer
45 views
Current filetypes which are cached by current browsers
I am developing a website which is extensively using jquery dom javascript ajax etc. I am dividing the javascript files to be cached and it saves me around 0.2 seconds, also, I have templates on the ...
1
vote
5answers
2k views
Stop Javascript and HTML from Loading From Cache
I am building a single page javascript app and when the application starts I use a single javascript file to load every other file I need on the fly. When I hit refresh, according to firebug, my HTML ...
1
vote
2answers
150 views
Reduce HTTP requests - HTML cache
I'm trying to reduce the HTTP requests. I have a web page with a lot of unique visitors each day, and every visitor enters the page 35 times a day.
This page is only a script in JS that once in 24 ...
1
vote
2answers
179 views
How to tell the browser to revalidate the cache
I have a problem here.
I am using ETag to validate the browser cache. But the problem is that when I do window.location.pathname it tends to get the page from the cache. But when I do a F5 on the ...
0
votes
1answer
180 views
How to cache images sent in server response without adding caching headers?
I'm a complete noob to caching and to top it off, for reasons beyond my control, I cannot add/modify my response header sent from my servlet (ridiculous I know). Is there any other way I can tell the ...
2
votes
2answers
2k views
How to prevent browser from caching form fields?
I have a textbox in a form field that gets populated by the user. However currently (in Firefox 10) the user can navigate away from the page, then come back, and the input will be populated with its ...
0
votes
1answer
172 views
Prevent caching of select List selected items on Mozilla 10.0.2
I have a functionality on one of my web pages where a select box is pre-selected when the user goes on the page and accordingly the page is populated i.e dependent on the select box selected item ...
1
vote
2answers
96 views
Can I cache my header file?
My header.php file gets included in all my scripts and includes a toolbar based on twitters bootstrap style sheet. Every time a page loads it flashes as the page loads. I assumed the header was ...
0
votes
3answers
262 views
Client Side Html Cache
i have an ASP.net/C# applicatin in which i have Header / Footer / Main Menu / Side panel
in master page. i want these items to be loaded only first time and be cached in client side,
and on later ...
0
votes
2answers
683 views
Cache for images, php, js, and html
I want to cache all of my files but I can't figure out how to get it to work so that the tests approve. I have currently
<meta http-equiv="Cache-Control" content="private" />
<meta ...
0
votes
1answer
334 views
Opera neglects the caching directives in the header
Having already read this question I haven't managed to figure out what the problem is with my web page http://opentox.ntua.gr/vlab/pid/ being cached by Opera. This is how to reproduce the problem:
...
1
vote
2answers
213 views
Why does old content show up on my webpage?
So I've got content at some site (example.com/stuff.html), and I upload a new stuff.html file. But when a user goes and looks at the page, they see the old content instead of the new content. If ...
0
votes
2answers
320 views
Forcing users to grab new site content, not use cache
We just rolled out a completely new website, with a lot of the old images gone. We have been swamped by called from clients this morning because they can't get access to the sites content because ...
0
votes
1answer
40 views
css/js are cached when accessed from outside network
This is a sort of curious case to me.
We have a tomcat server running in-house in our organization. We have a deployed an application on the same tomcat server. When I accessed the website the tomcat ...
0
votes
4answers
247 views
CSS browser caching
Is there a possibilty of caching when a css file is added like this:-
<link rel='stylesheet' type='text/css' href='rstyle_sheet.css'>
as changes done in that file are not getting reflected ...
1
vote
2answers
202 views
ETag or hash in resources URL eg. js, css, image
I want to make sure resources in web application (css, js, and images) will be refreshed every time I change them leaving the same name of the resource (so that I dont need to change references in ...
2
votes
3answers
427 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 ...
3
votes
3answers
1k 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 ...
0
votes
1answer
41 views
What happens to a an offline cached page when an error page is returned?
I'm running a web app hosted on heroku, and b/c of an outage at amazon it's been out all day long.
If I make a cache manifest to specify that a page should be cached, the page would be served from ...
0
votes
1answer
73 views
What is the proper way of utilizing browser cache without using expiration?
I don't want to use expiration, because I don't know how often my resources (css, js, etc) will change. A case might be where I push something to production, but soon find out I have some bugs in the ...
2
votes
2answers
2k views
Leverage browser caching
According to: http://code.google.com/speed/page-speed/docs/caching.html#LeverageBrowserCaching I should be using browser caching. However, I don't know how.
Do I simply add certain tags into the ...
0
votes
1answer
231 views
How do I configure optimal cache policy for index.html page in my site?
I have a web site with an index.html homepage that is updated from time to time. We sometimes add offers for our clients, special messages and so on, which have to be visible by next day for ...
1
vote
3answers
240 views
How to get the browser to stop caching server responses?
I developed my own custom web server for a robot I built (video), without really knowing the intricacies of HTTP. One issue I am running into is I send a request from a browser, say, ...


