google-chrome - 哪些浏览器支持“缓存控制:不可变”?

标签 google-chrome firefox cache-control

我已经读到Firefox已经开始支持immutable缓存控制扩展名,这意味着“响应主体不会随时间变化”。因此,即使用户请求页面或资源的“完全刷新”,浏览器仍然只响应本地缓存的副本,从而避免了不必要的304刷新或页面刷新,并且由于使用了缓存的内容而使页面加载速度更快,并减少了负载在服务器上,因为大量请求在发生之前就已停止。

我试图查看对此功能的支持程度,并找到不同的答案,因为this mozilla page表示它仅在Firefox中受支持,但是this resolved Chrome issue表示自Chrome v54起它已可用。

哪些浏览器支持Cache-Control: immutable,它们何时开始支持它?

我首先在this Hacker News discussion上阅读过

它是ietf draft on it,原始的mozilla post announcing this beta feature being used by Facebookthis related mozilla post,以及来自某些Google chrome开发人员的document discussing the different types of reloading requests

最佳答案

关于google-chrome - 哪些浏览器支持“缓存控制:不可变”?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41936772/

相关文章:

html - 使用 foundation 3 在 chrome 中显示 slider

ajax - "405 Method Not Allowed"仅在 Firefox 6 中调用 WCF 服务时不在 IE 9 中

php - 更改 Azure 网站上的缓存控制时间

javascript - 强制 AJAX 请求与服务器重新验证缓存,而不完全重新加载

google-chrome - 禁用缓存仍会发送 Cache-Control : no-cache in the request

Javascript - 拖动后如何获得矩形,圆形坐标?

javascript - chrome.webRequest 不工作?

javascript - 在 Chrome 控制台中检查 JS 变量的值

html - 某些绝对定位的元素导致 Firefox 超出屏幕

html - 为什么我的输入框不可编辑?