gzip and how to use it
seems a few sites i have read have differing options on how this is used. this is just a general "how do i make use of it" type question.
this is a very "for dummies" kind of question, so any pointers a开发者_JS百科re greatly appreciated.
the source of this information was using YSlow to analyze site load time.
mod_default is a burden on the server's cpu. Save your generated content into gzipped files and then serve them with mod_rewrite. I do so on my home page.
There was a great tutorial on how to do that, but it seems it has been deleted. Google cache still has it, though.
http://webcache.googleusercontent.com/search?q=cache:tMvXiijTLgAJ:blog.astrumfutura.com/2009/01/zend-framework-page-caching-part-1-building-a-better-page-cache/+Zend+Framework+Page+Caching+part+1
http://webcache.googleusercontent.com/search?q=cache:j2q5eVEBdzEJ:blog.astrumfutura.com/2009/01/zend-framework-page-caching-part-2b-controller-based-cache-management/+Zend+Framework+Page+Caching+part+1
http://webcache.googleusercontent.com/search?q=cache:Zf1e1cIcdhgJ:blog.astrumfutura.com/2009/01/zend-framework-page-caching-part-2-controller-based-cache-management/+Zend+Framework+Page+Caching:+Part+2
Have a look. Maybe it will suit you.
精彩评论