-
The default cache-control is set to max-age=604800 (one week). How can I change this? (Apart from editing file.py)
Ideally, my html pages would have a max-age=0, while images, css, and javascript wou…
-
See:
http://bitsup.blogspot.com.au/2016/05/cache-control-immutable.html
base.css, fixup.js, and the w3c logo are good candidates. This would benefit ReSpec users, as we reload a lot after we make cha…
-
Because the cache control header is set to private when I pass the query string my CDN wont cache any files. I will probably fix this myself, but I would be nice to have the options available during s…
-
### Run `next info` (available from version 12.0.8 and up)
_No response_
### What version of Next.js are you using?
12.0.8
### What version of Node.js are you using?
16.11.1
### What browser are…
SBNTT updated
6 months ago
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-…
-
It's possible to dodge GDAL's VSI caching now, but as it's been pointed out in #2181, there are rough edges. Patterns that GDAL expects may not match what a user has passed to rasterio.open and the co…
-
This is a thing now:
https://tools.ietf.org/html/rfc8246
(Cache-Control: immutable)
We should add it to blob responses and other versioned URLs.
/cc @mpl
-
Have you ever thought of adding the ability to set the cache control of a response?
This would be extremely useful for a few reasons:
1. Cloudflare would cache the response in their cdn, reducing …
-
Hello,
i tried build a Plugin which overrides the getUploadOpts() function to set some static expired / cache-control Headers by uploding images to amazon S3.
I tried to set this code into a copy f…
phiro updated
10 years ago
-
**Summary:**
Since we added a cache-control header to static assets (JS, etc) served by Grizzly, it seems like it is more problematic to redeploy mobullity without issues on the client-side where …