Web Cache Tutorial
一直想看一些关于web性能的东西,又在周六cesser的建议下开始正式阅读,本来想Google一些东西,结果web, cache, perfomance这类过于宽泛的keyword实在不能快速找到好东西,于是英名神武的换了delicious搜tag:web, cache,果然有效!
- Cache Tutorial for Web Authors and Webmasters
- Use Server Cache Control to Improve Performance
- Web Caching
- Serving Javascript Fast (中文版)
Caching Tutorial, 一个教程,如果时间允许的话很想把它翻译一下。完整的看了一下,从原理,Server端,Script端都讲了,主要介绍的方式就是如何设置HTTP Header;
Use Server Cache Control to Improve Performance,应该也是参考了上一篇文章,对Cache的几种技术提供了实际的实现方案
Web Caching ,一个介绍Web Cache和CDN的网站,内容比较多,没仔细看
Serving Javascript Fast,Flickr创始人的文章,写了很多hack技巧
最重要的应该是要读读HTTP1.1 spec
Tags: cache, http, perfomance, web
August 9th, 2006 at 7:43 pm
原来你是说这个, 不错…