Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在研究减少我的页面加载时间。我使用 CDN。我想知道图像、css、js 文件是否缓存在 CDN 上,或者 CDN 是否每次都向服务器发出 HTTP 请求以获取这些文件。
谢谢,
是的,CDN 缓存一个资源并Expires为该资源设置标头,在它过期后,cdn 会再次获取该资源。
Expires
因此,如果您希望 CDN 长时间缓存资源,请将Expires标头设置为更高的值。