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 ...
0
votes
0answers
19 views
Chrome frame works only once
I am trying to render page on IE with google frame by setting the response header with
X-UA-Compatible "IE=Edge,chrome=IE8" env=gcf
in httpd.conf file in IBM Http Server.
If i load my page for ...
0
votes
1answer
6 views
Resource with cache headers still going out
On a call I want to get cached forever, I put these headers (from the response i see):
HTTP/1.1 200 OK
X-Powered-By Express
Vary Accept-Encoding
Cache-Control public, max-age=31536000
Expires ...
0
votes
2answers
42 views
Can I force a .css or .js file to be cached for a week or month with Razor/.NET?
I guess there must be some kinda HTTP-header code controlling the cache in the browser, but how do I set this "time" from c# using Razor-engine syntax?
OutputCache duration ? is that usable somehow?
...
0
votes
1answer
95 views
Why browser does not send “If-None-Match” header?
I'm trying to download (and hopefully cache) a dynamically loaded image in PHP. Here are the headers sent and received:
Request:
GET /url:resource/Pomegranate/resources/images/logo.png HTTP/1.1
...
0
votes
1answer
34 views
Should Cache-Control max-age be set if marked public?
I was trying to figure out the best cache headers for my site and couldn't find a good resource about setting both max-age and public.
In my situation I have a number of files where I am not worried ...
1
vote
0answers
55 views
css files not getting cached
We are using IBM HTTP server as our web server. Whenever a request is sent to homepage, browser is caching all static files like js or images except CSS.
Why is it caching JS files which are also ...
0
votes
1answer
81 views
How to invalidate HTTP Cache Headers on static files
I have set a CacheControl declaration in my .htaccess for browsers to cache static files.
Upon successive deployments, how can I define an instruction to invalidate the client's cache?
<Files ...
0
votes
1answer
161 views
IE9 not clearing cache in between posts
I have a page that does the following:
Click button to submit form
Page posts to itself, and an SQL query is executed to update a field in the DB.
The code then checks if there were any affected ...
2
votes
2answers
431 views
htaccess for Leverage browser caching not working
I am having issues with Leverage browser caching.
I have created this .htaccess file and am using it on my server but it doesnt appear to be working, i copied this from here ...
0
votes
2answers
47 views
What happens if the origin web server sets the expires value in response header as a time which is passed relatively long ago?
What happens if the origin web server sets the expires value in response header as a time which is passed relatively long ago.
For instance, consider current time is Fri, 25 Jan 2013 GMT, and the ...
0
votes
0answers
84 views
Browser cache control and adaptive images
I am developing a website whose main content is images, that i have put in the background as <img> tags (having them as a CSS background property managed by media-queries is not an option).
I ...
1
vote
0answers
93 views
Pragma: no-cache in server response is affecting the behaviour of browser history in HTTPS
Ok, so I get the rule that browsers should not confuse history store and web cache: Clicking back should not send a request to the server. I also get that browsers manufacturers have the poetic ...
1
vote
1answer
482 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 ...
0
votes
1answer
200 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 ...
3
votes
2answers
64 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')
...
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
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, ...
4
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
...
4
votes
1answer
234 views
If-Modified-Since overrides If-None-Match in the browser
I have a web server which provides an ETag for a particular url. When the browser performs a request for this url, it provides the http-header "If-None-Match" with the ETag-value contained in the ...
0
votes
0answers
54 views
Http Cache control headers for files with different extensions
I have issue with Cache Control headers for files with different extensions. I have a file abc.do which is a dynamically generated javascript file. I am trying to Implement cache control headers for ...
1
vote
1answer
372 views
HTTP cache headers with .htaccess
I am trying to configure my .htaccess file to set the cache time. Tryied every possible configuration but nothing works!
This is wht written in my HTML:
<meta http-equiv="Cache-Control" ...
0
votes
1answer
489 views
How to disable browser caching in Vaadin
My question is short (and hopefully simple to solve!): How can I completely disable browser-caching in my webservice realized with vaadin?
I want to completely disable caching since I'm getting ...
1
vote
1answer
117 views
IE9 javascript execution
I have 2 pages index.html and pageA.html. There is a link to pageA from index. I have placed a javascript file on my server which is to be triggered each time pageA is loaded.
Problem scenario :--
...
2
votes
1answer
389 views
Why is Firefox not sending the If-Modified-Since header?
According to Firebug, here are the response headers the first time the resource is retrieved:
Accept-Ranges bytes
Cache-Control public, max-age=86400
Content-Language en
Content-Length 232
...
0
votes
1answer
767 views
Enable browser caching in JSP
How can I define my content of a page cacheable? I am using Google Chromes Audit function and it tells me:
The following resources are explicitly non-cacheable. Consider making them cacheable if ...
0
votes
1answer
423 views
Safari 5.1.7 mixing headers from content to page?
I've a really weird problem with the following simple php page saved at the root of my webserver as test.php:
<?
if( $_GET['img'] ) {
header('HTTP/1.0 304 Not Modified');
die();
} else {
...
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:
...
4
votes
2answers
480 views
HTML5 History API back button with partial page loads
To improve the performance/responsiveness of my website I have implemented a partial page load using AJAX, replaceState, pushState, and a popstate listener.
I essentially store the central part of my ...
1
vote
1answer
882 views
IIS 7.0 - IIS adding “private” to cache-control, where is that coming from
Because we protect .PDF files from anonymous users, we have a custom handler so we have an entry
We also made a change to the http headers to add "cache-control: no-cache,no-store" via IIS 7 ...
0
votes
1answer
80 views
Unable to completely force browsers to cache resources - gsCacheBuster comes in
Proper caching is very important for us as we aim to reduce traffic.
I've configured communication for resources as so:
This is the request URL:
...
2
votes
2answers
712 views
Force the browser to send http request for an image
I have an app that loads images dynamically with JavaScript and draws them to a canvas. The images can change, but I also want to leverage caching, so I am using the last modified http header and ...
1
vote
1answer
853 views
How to cache a HTML page with must-revalidate?
When caching a HTML page with must-revalidate, this means that browser must check for any update defined by Last-Modified or Etag. However, the problem is that before max-age, browser will not make ...
4
votes
2answers
2k views
Avoid caching of the http responses
What is the definitive solution for avoid any kind of caching of http data? We can modify the client as well as the server - so I think we can split the task between client and the server.
Client can ...
1
vote
2answers
152 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
0answers
116 views
When playing an MP3 from cache, Firefox displays “File not found”
Calling my script should play audio in your browser of type audio/mpeg.
The audio plays in Firefox when force-refreshing, but upon the second call the audio does not play.
The script tries to set ...
0
votes
1answer
493 views
Checking cache control max age setting in firefox
Firefox has a cool feature which allows me to check the cache.
I simple type
about:cache
in the address bar and some useful cache information appears. This includes every file cached and its ...
2
votes
1answer
768 views
Expires HTTP header
I am checking files that are cached in my firefox browser and I note a load of them have an expires of:
"1970-01-01 00:00:00" expires header
This must be a common setting with a common meaning. ...
1
vote
1answer
158 views
Expires Headers Shows New Time Every Refresh
Please see HERE
Everytime I refresh the page, the Expires headers changes to *Current Time + 1 year"
Is it cacheing or not ?
My nginx config has the following cache settings:
location ~
...
0
votes
0answers
170 views
Browser cache does't work
i'm using some directives in the htaccess using mod_expires to set the cache of js files:
ExpiresActive On
<FilesMatch "\.(js)$">
ExpiresDefault "access plus 3 days"
Header append Cache-Control ...
2
votes
1answer
960 views
Clear IE cache when using AJAX without a cache busting querystring, but using http response header
I'm having the classic IE-caches-everything-in-Ajax issue. I have a bit of data that refreshes every minute.
Having researched the forums the solutions boil down to these options ...
1
vote
1answer
183 views
Different Cache-Control for browser and CDN
Is it possible to set different cache-control headers for CDN and browser?
Currently, I am using
header("Cache-Control: max-age=3600, public");
Since, I am using public, I believe that both browser ...
0
votes
1answer
194 views
Browser Resource Caching (Images, Javascript, CSS)
I am having trouble with caching on a website that I'm working on updating. Many of the resources I've updated (javascript, css, and image files) appear to be cached locally by browsers. What I can't ...
1
vote
1answer
355 views
Handle browser's Back and Next buttons after logout Python
After log out from my app, I have redirected the user to the log in page. At the log in page, when someone click back or next buttons of the browser, I want to redirect him to the login page as same ...
2
votes
2answers
309 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 ...
0
votes
2answers
464 views
Why do I need to use URL Fingerprinting with far-future expires headers on static assets?
Everything I read about "expires" headers (http://www.stevesouders.com/blog/2008/08/23/revving-filenames-dont-use-querystring/, eg) indicates that when taking advantage of caching in this manner, you ...
2
votes
1answer
184 views
Keep the assets fresh in browser and cancel the freshness check request of the cache [for rails 3.1 app on heroku]
I have lot of small images (of sizes ~3kb or so) and lot of css and js files. After the first request tey are getting cached on the browser, but when I reload the page the browser is trying to check ...
5
votes
2answers
997 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 ...
1
vote
1answer
437 views
Force Browser Caching Across Browser Sessions
I help maintain several Wordpress-based websites that publish news and reference information.
We have been working hard to make pages at the websites load as fast as possible.
One of the things ...
