会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
拿一份干净工资,过一个简单生活
c#——最优雅的语言
博客园
首页
新随笔
联系
管理
订阅
2008年11月17日
web效率14條規則(轉)
摘要: Make fewer HTTP requests(尽量减少http的请求次数) Use a CDN(镜像,并行下载) Add an Expires header(使用browser cache) Gzip components(压缩下载内容) Put CSS at the top(避免重复页面渲染) Move JS to the bottom(优先加载page) Avoid CSS express...
阅读全文
posted @ 2008-11-17 08:15 老头
阅读(358)
评论(0)
推荐(0)
编辑