Top "Browser-cache" questions

Browser caches are an instance of the optimization mechanism known as a cache.

"Cache-Control: max-age=0, no-cache" but browser bypasses server query (and hits cache)?

I'm using Chrome 40 (so something nice and modern). Cache-Control: max-age=0, no-cache is set on all pages - so I expect …

google-chrome http-headers browser-cache
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 …

http caching http-headers client-server browser-cache
How to disable cache in Windows 10 on the Edge browser?

How to disable or delete browser cache in Windows 10 on the Edge browser? There are no options on preferences and …

browser-cache microsoft-edge no-cache
How to clear browser cache when re-uploading image with same filename, in php?

I have a listing of items, that also contains an image thumbnail. Sometimes I need to change the thumbnail image, …

php browser-cache
Adding Expires Headers and .htaccess

I'm trying to optimise a WordPress site of mine - Type & Music based on reports I've been getting from …

.htaccess optimization browser-cache expires-header
How long is a 302 redirect saved in browser?

Due to a misconfiguration of our webserver the main domain sent a 302 redirect to a new location. We fixed that …

redirect browser browser-cache cache-control http-status-code-302
How to Leverage browser caching at ASP.net IIS 7.5

The following cacheable resources have a short freshness lifetime. Specify an expiry of at least one week in the future …

caching browser iis-7 browser-cache lifetime
Force a reload of page in Chrome using Javascript [no cache]

I need to reload a page using JavaScript and ensure that it does not pull from the browser cache but …

javascript google-chrome safari webkit browser-cache
VueJS/browser caching production builds

I have a VueJS app. Whenever I run npm run build it creates a new set of dist/* files, however, …

html vue.js browser-cache
Do browsers parse javascript on every page load?

Do browsers (IE and Firefox) parse linked javascript files every time the page refreshes? They can cache the files, so …

javascript browser-cache javascript-engine