我知道您可以在自己的网络服务器上设置缓存,但是如何利用 CDN 的静态资产缓存。例如
FAILED - (No max-age or expires) - http://fonts.googleapis.com/css?family=Bree+Serif
FAILED - (No max-age or expires) - http://fonts.googleapis.com/css?family=Open+Sans
并且托管在我的 Amazon S3 上的文件也没有缓存
我的 HTML 看起来像
<link href="http://fonts.googleapis.com/css?family=Bree+Serif" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">