哪些浏览器支持 "Cache-control: immutable"?
Which browsers support "Cache-control: immutable"?
我读到 Firefox 已经开始支持 immutable
的缓存控制扩展值,这意味着“响应主体不会随时间改变”。因此,即使用户请求页面或资源的“完全刷新”,浏览器仍然只响应本地缓存的副本,从而避免不必要的 304 或页面刷新,并使页面加载速度更快,因为使用了缓存内容,并减少了负载在服务器上,因为大量请求甚至在它们发生之前就被停止了。
我正在尝试查看它的支持程度,并找到了不同的答案,因为 this mozilla page suggests that it's only supported in Firefox, but this resolved Chrome issue 表明它自 Chrome v54 以来就可用。
哪些浏览器支持Cache-Control: immutable
,它们是什么时候开始支持的?
我第一次在这里看到它是在 this Hacker News discussion
这是一些 Google chrome 开发者的 ietf draft on it, the original mozilla post announcing this beta feature being used by Facebook and this related mozilla post, and a document discussing the different types of reloading requests,看来。
截至 2017 年 2 月,Cache-Control: immutable
得到
的支持
- 火狐 (https://bugzilla.mozilla.org/show_bug.cgi?id=1267474) since Firefox 49
Chrome (https://bugs.chromium.org/p/chromium/issues/detail?id=611416) since Chrome 54 They aren't implementing this.
- 野生动物园 (https://bugs.webkit.org/show_bug.cgi?id=167497) in Safari Technology Preview 24.
也是listed on MDN and Can I Use ... ?.
截至 2017 年 4 月,它也是 supported in "classic" Edge
我读到 Firefox 已经开始支持 immutable
的缓存控制扩展值,这意味着“响应主体不会随时间改变”。因此,即使用户请求页面或资源的“完全刷新”,浏览器仍然只响应本地缓存的副本,从而避免不必要的 304 或页面刷新,并使页面加载速度更快,因为使用了缓存内容,并减少了负载在服务器上,因为大量请求甚至在它们发生之前就被停止了。
我正在尝试查看它的支持程度,并找到了不同的答案,因为 this mozilla page suggests that it's only supported in Firefox, but this resolved Chrome issue 表明它自 Chrome v54 以来就可用。
哪些浏览器支持Cache-Control: immutable
,它们是什么时候开始支持的?
我第一次在这里看到它是在 this Hacker News discussion
这是一些 Google chrome 开发者的 ietf draft on it, the original mozilla post announcing this beta feature being used by Facebook and this related mozilla post, and a document discussing the different types of reloading requests,看来。
截至 2017 年 2 月,Cache-Control: immutable
得到
- 火狐 (https://bugzilla.mozilla.org/show_bug.cgi?id=1267474) since Firefox 49
Chrome (https://bugs.chromium.org/p/chromium/issues/detail?id=611416) since Chrome 54They aren't implementing this.- 野生动物园 (https://bugs.webkit.org/show_bug.cgi?id=167497) in Safari Technology Preview 24.
也是listed on MDN and Can I Use ... ?.
截至 2017 年 4 月,它也是 supported in "classic" Edge