Similar questions | caching - Stop the browser to make an HTTP request for images that should be kept in the cache - Mod_ expires
-
http - Is caching in the browser automatic?
I have a JavaScript app that sends requests to REST API, the responses from server have cache headers (like ETag, cache-control, expires). Is caching of responses in browser au...
-
caching - Is the HTTP expires header not respected by browsers?
I have a situation where my (embedded) web server is sending Expires header, but the browser does not seem to respect the header setting, i.e., if I refresh the page, the brows...
-
caching - Ask the browser to cache our images( ASP.NET/IIS )
I just ran Google's Page Speed application against our site and one of the recommendations was to Leverage browser caching. Expanding this revealed the following: The follo...
-
caching - Angularjs browser cache problem
Good morning, I have a web application in production environement. The users are using it every day, when I publish an update and a user comes back to the web application he vi...
-
apache - How to use Mod_ Headers and Mod_ Expires to cache
I want to cache images and other files on my site, so what I did is made sure mod_headers and mod_expires with :- /usr/sbin/httpd -l then edited .htaccess to be:- ExpiresAc...
-
mod expires - Caching website images with Apache
How can I get static content on Apache to be {cached by browser} and not {checked for freshness {with every request}}? I'm working on a website hosted on Apache webserver. Rec...
-
apache - htaccess / mod_ Expires - cache specific files
Ok, I checked a lot of websites about how to manage the browser's cache memory with a .htaccess file, but it is still very not clear to me. I want to cache specific files for ...
-
caching - CakePHP 2.1: browser cache and view cache
I have a question about the way view caching and browser caching work together in CakePHP 2.1. I've just upgraded my app to CakePHP 2.1, and set up HTTP caching using the new ...
-
apache - Use mod_ Expires override cache header
I want to set cache-headers using the mod_expires module from apache. My configuration looks somewhat like this: <LocationMatch ^/static > ExpiresDefault "access plus 1...
-
How to make the browser stop caching GWT nocache.js
I'm developing a web app using GWT and am seeing a crazy problem with caching of the app.nocache.js file in the browser even though the web server sent a new copy of the file! ...