使用浏览器缓存
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
当 PageSpeed Insights 检测到以下情形时,就会触发此规则:您的服务器响应不包含缓存标头,或者某些资源被指定为只缓存一小段时间。
概览
通过网络获取资源既速度缓慢又代价高昂:下载过程可能需要在客户端和服务器之间进行多次往返,这会导致延迟处理,并可能会阻止网页内容呈现,还会致使访问者支付数据费用。所有的服务器响应都应指定一种缓存政策,以帮助客户端确定是否以及何时能够重用之前获取的响应。
建议
每项资源都应指定一种明确的缓存政策来回答下列问题:该资源是否可被缓存、可由谁缓存、可缓存多长时间,以及(如果适用)如何在缓存政策到期后对该资源进行有效的重新验证。当服务器返回响应时,它必须提供 Cache-Control
和 ETag
标头:
若想确定适用于您的网站的最佳缓存政策,请参考以下指南:
对于静态素材资源或不常变化的素材资源,我们建议至少缓存 1 周,至多缓存 1 年。如果您需要精确控制资源的失效时间,我们建议使用网址指纹或版本控制技术 - 请参阅上面的“使缓存的响应失效和更新缓存的响应”链接。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-09-03。"],[[["This information is outdated as it pertains to a deprecated version of PageSpeed Insights API (version 4) which is no longer supported."],["Slow server response times and inefficient caching negatively impact web page performance."],["Servers should utilize `Cache-Control` and `ETag` headers to establish an effective caching policy for resources."],["A minimum cache time of one week, extending up to a year, is recommended for static or infrequently changing assets."],["For resources requiring more precise invalidation, URL fingerprinting or versioning techniques are suggested."]]],[]]