i am getting a few messages from page speed that i am wondering if you guys could help me out with
this is after using minify
"The following cacheable resources have a short freshness lifetime. Specify an expiration at least one month in the future for the following resources:
* ?b=c/css&f=logindemo.css,loginslide.css
* ?b=c/js&f=jquery-1.3.2.min.js,slide1.js,va... "
these are my two
Code:<link type="text/css" rel="stylesheet" href="min/?b=c/css&f=logindemo.css,loginslide.css" />how do i fix this ?Code:<script type="text/javascript" src="min/?b=c/js&f=jquery-1.3.2.min.js,slide1.js,val1.js,log1.js"></script>
i am also getting this
"The following resources are missing a cache expiration. Resources that do not specify an expiration may not be cached by browsers. Specify an expiration at least one month in the future for resources that should be cached, and an expiration in the past for resources that should not be cached:"
http:///c/images/bt_close.png
they are all images how do i add a cache expiration?


Reply With Quote
Bookmarks