以下脚本:
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=<my-key>&libraries=places"></script>
结果在一个警告,当页面被扫描从谷歌pagespeedinsights:
考虑修复:
利用浏览器缓存在HTTP头中为静态资源指令设置一个到期日期或最长时间浏览器从本地磁盘加载以前下载的资源而不是通过网络。的浏览器缓存以下可缓存资源:
(30分钟)https://maps.googleapis.com/…&libraries=places
如何利用浏览器缓存从30分钟到更高的东西?
从服务器上使用CURL将其作为php启动