Top "Browser-cache" questions

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

How to tell if an XMLHTTPRequest hit the browser cache

If it possible to tell (within javascript execution) if a GET XMLHTTPRequest hit the browser cache instead of getting its …

javascript xmlhttprequest browser-cache
How to disable webpage caching in ExpressJS + NodeJS?

By default, my browser caches webpages of my ExpressJS app. This is causing a problem to my login system (users …

node.js caching express browser-cache
how to force clearing cache in chrome when release new Vue app version

I created an app with vue-cli and then I build the dist folder for production. The app is deployed on …

vue.js caching vuejs2 browser-cache cache-control
Under what conditions will the browser cache <video> files?

Under what conditions will the browser cache files? Sometimes it does, sometimes it doesn't. If no one here knows, my …

caching .htaccess html video browser-cache
What is the difference between local storage and cache in the browser?

When we open application segment in the developer console of chrome, we see many things like: Application Manifest service Workers …

web google-chrome-devtools browser-cache web-developer-toolbar
Problems with Page Cache in iOS 5 Safari when navigating back / unload event not fired

tl;dr - Safari on iOS 5 is caching so hard, it is breaking my site. I am struggling with the …

javascript ios5 mobile-safari web browser-cache
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: …

http-headers browser-cache cache-control
How to configure ETag with browser caching

I’ve setup a browser cache for a static site via the .htaccess file by setting: # BROWER CACHING - 1 Day …

.htaccess caching browser-cache etag
Expire cache on require.js data-main

I'm using require.js and r.js to package my AMD modules. I'm using jquery & requirejs via the following …

javascript caching requirejs browser-cache amd
No caching in HTML5

In HTML4 we used stuff like <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" /&…

html caching browser-cache cache-manifest