-
currently we send a ...
```
cache-control: max-age=604800, must-revalidate, private
```
... for most requests (`.html`, `.css`, `.js`, etc.) and we send a ...
```
cache-control: max-age=31…
-
There is a draft extension added by facebook called Cache-Control: immutable. If a response is served as immutable then that means it will never ever change no matter what. It seems like it would be u…
-
Provide a way to support `Cache-Control: no-cache` or other custom caching informations. Here's a patch:
``` diff
--- lib/node-static.js.orig 2014-03-04 14:13:43.000000000 +0900
+++ lib/node-static.j…
-
_Harvest: `Projekt - Behebung Security Issues gemäss Security-Audit 2018` - `Issue Nr. 4`_
Split off from https://github.com/4teamwork/opengever.core/issues/5185
> Cache-Control
> Some response…
-
The static assets at go.dev are served without a `cache-control` response header, and are loaded from the server on every page view.
For example,
- https://go.dev/ is 65 requests, 241kB of compres…
-
### Start from the Use-case
I am running a single page react app. I have 10 different JS files (chunks) after I build my app.
It is normal that a user request 3-5 js files while they are using a …
-
https://hacks.mozilla.org/2017/01/using-immutable-caching-to-speed-up-the-web/
https://bitsup.blogspot.dk/2016/05/cache-control-immutable.html
-
Hello. This repo is very helpful. Thank you.
I just want to tell about X-Prerender-Cachebuster. CloudFront respects Cache-Control header from Lambda@Edge functions. I set `Cache-Control: no-cache, no…
-
The current `cache-control` looks like this on a cached page:
```
cache-control: private, no-cache, no-store, max-age=0, must-revalidate
```
It probably shouldn't be private, the max-age should ma…
-
Hello,
We are using the library and like it a lot. However I don't manage to set up Cache Control when using the signUpload on Server Side. I have tried the following but doesn't seem to be working…