【发布时间】:2014-04-25 15:03:20
【问题描述】:
我在我的PHP 网站中添加了google map。现在,我使用Yslow 查看我的页面,并在add expired headers 中看到:
There are 17 static components without a far-future expiration date.
文件是:
(2014/4/25) http://fonts.googleapis.com/css?...
(2014/4/24) http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/16/9/%7Bcommon,map,util,marker%7D.js
(2014/4/23) http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/16/9/%7Binfowindow%7D.js
(2014/4/23) http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/16/9/%7Bonion%7D.js
(2014/4/23) http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/16/9/%7Bcontrols%7D.js
(1990/1/1) http://maps.googleapis.com/maps/api/js/ViewportInfoService.GetViewportInfo?...
(2014/4/23) http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/16/9/%7Bstats%7D.js
(1990/1/1) http://maps.googleapis.com/maps/api/js/AuthenticationService.Authenticate?...
(2014/4/25) http://maps.google.com/maps/api/js?...
(2014/4/25) http://maps.gstatic.com/intl/en_us/mapfiles/api-3/16/9/main.js
(2014/4/25) http://maps.gstatic.com/mapfiles/openhand_8_8.cur
(2014/4/25) http://maps.gstatic.com/mapfiles/api-3/images/google_white2.png
(2014/4/25) http://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png
(2014/4/25) http://maps.gstatic.com/mapfiles/api-3/images/cb_scout2.png
(2014/4/25) http://maps.gstatic.com/mapfiles/arrow-down.png
(2014/4/25) http://maps.gstatic.com/mapfiles/mv/imgs8.png
如何为谷歌地图添加过期日期?!
【问题讨论】:
标签: javascript php google-maps google-maps-api-3 yslow