Tagged Questions
0
votes
0answers
14 views
How does Amazon.com implement caching of its web pages?
I have been trying to implement caching for my mobile web app. I was trying to reference Amazon.com and tried to read its response headers but was surprised that there is no mention of 'caching' in ...
1
vote
0answers
34 views
Angular http caching - hash vs html5mode
Here's the thing, we want to be able to cache our partials(templates), using http headers.
After some thought we ended up with wanting to put our templates to the initially loaded html using the ...
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 ...
1
vote
0answers
38 views
When pressing Back button, what determines whether the browser hits the server again or re-renders what it had in memory?
I'm developing a Rails 3 app, and I noticed that when pressing Back, the browser re-shows the page it already has in memory, instead of hitting the server.
That said, I'm 99% confident that in ...
1
vote
2answers
70 views
How to cache a single resource with Express/Nodejs
The background-image I'm serving is fairly large and I'd like to have it cached permanently. I figure I should send a cache header with a max age of infinity. How can I do this in a clean and proper ...
5
votes
2answers
118 views
How to enable expires-header caching for webview
I am building an app which consists of a menu and a webview. When the user is selecting menu items, the webview should load the respecting html file. So far so good.
Now I am experiencing, that the ...
0
votes
1answer
37 views
It make sense to have max-age and s-maxage in the HTTP Header?
Considering that max-age applies to all the caches, and s-maxage only applied to shared caches (proxy cache and gateway cache)....
It make sense to use both directives in a non-expirable and public ...
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 ...
0
votes
2answers
70 views
How to force specific HTTP headers of cacheable resources served by Windows Azure Storage?
In the document "Optimize Cache - Make the Web Faster - Google Developers", Google states that
It is important to specify ONE of Expires or Cache-Control
max-age, AND ONE of Last-Modified or ...
1
vote
1answer
272 views
WebSphere 7: Modify HTTP headers for static content file serving
I'm using the <enable-file-serving value="true" /> feature of WebSphere Application Server v7.0 to serve static content (images, CSS, JavaScripts) for my Java web app.
How can I modify the HTTP ...
7
votes
2answers
86 views
Which code component in an ASP.NET (WebForms or MVC) application serves website resources such as images?
When you have an image tag in your application like so:
<img src = @Url.Content("~/foo/bar.jpg") />
or like so:
<asp:image src = "~/foo/bar.jpg" />
or like so:
<input type = ...
2
votes
1answer
63 views
Not able to cache the main_frame requests
I am working on a chrome extension which modifies the http response headers.
https://chrome.google.com/webstore/detail/super-cache/fglobbnbihckpkodmeefhagijjcjnbeh/details
I am not able to cache ...
0
votes
2answers
180 views
How to add an Expires response header to a WebAPI Action response?
I'm pretty sure that "Expires" is valid HTTP Response Header type. But when I try to set it in my code: (this is in an ActionFilter.OnActionExecuted method)
...
2
votes
1answer
150 views
Play Framework 2.1 is returning HTTP Headers instead of JavaScript
When requesting a public asset in Play Framework 2.1, I get HTTP Headers instead of JavScript/asset source.
I have this problem in Safari on iPad, it happens often and on random JavaScript files.
...
0
votes
0answers
33 views
Can I rely on If-Modified-Since always validating against the server?
I am building a javascript combo loader and minifier for an app. Essentially, this will just be a self hosted version of Yahoo's Combo Loader, which is used to load multiple javascript files in 1 ...
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 ...
1
vote
2answers
107 views
What's the most efficient ETag generation given the following possibilities?
I've been fooling around with caching http responses lately in Go and I'm trying to figure out the most efficient way possible to generate proper ETags.
Right now I have the following data available:
...
3
votes
2answers
202 views
Setting value of “expires” http header programmatically in asp.net
In an ASP.NET site, I would like to add an "Expires" header to certain static files, so I added a clientCache configuration like this for the folder where these file are:
<system.webServer>
...
0
votes
1answer
121 views
HTTP cache control: no expire date
I've found some HTTP headers related to caching:
Cache-Control: max-age=3600, must-revalidate
Expires: Fri, 30 Oct 1998 14:19:41 GMT
Last-Modified: Mon, 29 Jun 1998 02:28:12 GMT
I would like to set ...
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
1answer
70 views
Allowing caching of image.php until source has been changed
The following code is what I am using in my image.php (image.jpeg too under htaccess). I want the user to be able to access a cached copy if the source hasn't been changed (thus it is the same image). ...
0
votes
0answers
29 views
Are there any caching issues with legacy components and the vary http header
I'm considering the design of a ReST service where resources can be served with multiple representations.
My preferred method of doing this is for client to make a request with appropriate Accept ...
0
votes
2answers
168 views
Amazon Cloudfront: private content but maximise local browser caching
For JPEG image delivery in my web app, I am considering using Amazon S3 (or Amazon Cloudfront
if it turns out to be the better option) but have two, possibly opposing,
requirements:
The images are ...
0
votes
2answers
48 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
1answer
140 views
Why could a browser not caching a resource with Cache-Control HTTP headers?
I've read all the caching documentation for HTTP, and this are the headers for my file:
Edit: I am now using amazon S3 to see if it helps and still the same problem! Here go the request and the ...
1
vote
1answer
83 views
How can I tell proxy server not to cache the response
I found this to achieve this job.
Cache-Control: private The next higher directive is “cache-control:
private”. It instructs proxies in the path not to cache the page. But
it permits browsers ...
2
votes
1answer
140 views
How To Stop Caching A .js File In This PHP File
I'm trying to stop a chatrooms.js file from being cached, the chat's developers have told me I need to turn it off via js.php
This is the code of js.php:
include_once ...
0
votes
1answer
174 views
Django: Cache-Control: max-age. How to specify? What is cached?
I'm making a webpage and ideally I'd like the user's browser to cache all javascript, css, and images forever (or the max allowed 1 year). These items are either versioned or they do not change. ...
1
vote
1answer
343 views
make sure a JSF web page is not cached according to YSlow
In my Spring JSF facelets web application in Jboss6 server I need to make sure certain web pages do not get cached by the web browser for security reasons. And it should work as cross browser as well. ...
2
votes
1answer
79 views
Caching if visit same page twice: back button only shows data from second viewing
I am creating a webpage and am having some issues with how the back button works on the page. I am guessing that I need to set some headers, but don't know which ones or how. This is what I'm seeing:
...
1
vote
0answers
102 views
Nginx, how to add header if it is not set
I wanna add header (Cache-control) by nginx if only it is not set.
I need to increase cache time (use php) in some case, and "say" nginx via header.
Sorry, if it's not clear, I'm really a newbie)
1
vote
1answer
76 views
Audit says “resources are non-cacheable” but headers say they are
When I run an audit in Chrome, I get this warning saying some files such as style.css are expicitly non-cacheable:
However the response headers returned cache-control:public.
I don't understand ...
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
101 views
Google Pagespeed insights claims no expiration is set, whilst it seems present
According to google pagespeed insights the expiration is not set ('(expiration not specified)') for for example this resource. If I look at my chrome log however I see
HTTP/1.1 200 OK
Date: Thu, 15 ...
2
votes
1answer
280 views
What encoding should I use to properly generate an ETag with crypto in nodeJS?
In my nodeJS app, I'd like to generate ETags for all the content that I return to the client. I need the ETag to be based off the actual content of the file instead of the date, so that the same file ...
0
votes
2answers
318 views
clear cache inside tinymce editor
I have a page that uses tinymce editor, the editor will retrieve a template when i need it to, though the template can be changed i.e images can be modified, now the problem is that whenever i change ...
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, ...
3
votes
2answers
128 views
Why does HTTP headers doesn't get created when I use Server.Transfer()?
I'm using an .aspx page to serve an image file from the file system according to the given parameters.
Server.Transfer(imageFilePath);
When this code runs, the image is served, but no Last-Modified ...
0
votes
3answers
67 views
How I can use the HTTP headers to indicate in the Response that possibility?
Finally I accomplished to cache dynamic images, css, and javascript files using HTTP headers BUT I have a problem now:
I have specific dynamic images that are equal but has different URL's.
For ...
0
votes
0answers
121 views
Changes to Expires Headers not respected by Pagespeed and YSlow
I added the following code to an htaccess file:
<IfModule mod_expires.c>
# Enable expirations
ExpiresActive On
# Default directive
ExpiresDefault "access plus 1 month"
# Images
ExpiresByType ...
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
...
0
votes
0answers
32 views
Cache software http headers creation
what does the following http headers means? and which cache software creates them?
X-Cache: MISS from CacheMARA6
X-Cache-Lookup: MISS from CacheMARA6:64008
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" ...
1
vote
0answers
382 views
Does Cache-Control s-maxage header override Expires header for browser cache?
I want to set a far future Expires headers to reduce requests made from individual browsers.
I'd also like to set Cache-Control: s-maxage=600 so that proxy caches (and CDNs) revalidate with the ...
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 ...
0
votes
1answer
117 views
Is there a way to set Exipre headers for external JS & CSS?
I ran Page Speed Insight on my site and Leverage Browser Caching keeps coming up because of several calls to JS's from Facebook, Twitter, Google and LinkedIn. Also Firebug shows me these resources are ...
1
vote
0answers
100 views
How can I set static asset cache-control headers while using PHP on Heroku?
Is this worth trying to accomplish or should I move the assets to CloudFront (or some other CDN)?
Based on past experience, I'm hesitant to go down the CDN route with this project. I tried using a ...
0
votes
2answers
997 views
How to set nginx cache headers to never expire?
Right now I'm using this:
location ~* \.(js|css)$ { # |png|jpg|jpeg|gif|ico
expires max;
#log_not_found off; # what's this for?
}
And this is what I see in firebug:
Did it work? If I didn't ...
2
votes
1answer
1k views
What is the Pragma Header? Caching pages.. and IE
So I am sending a header in php to cache my page (this integrates into our "CDN" (contendo/akamai) as well). I always use this pragma: cache header, I've seen various examples use it as well; however, ...
