加速blog:设置blog的缓存和压缩_建站经验教程

编辑Tag赚U币
教程Tag:暂无Tag,欢迎添加,赚取U币!

推荐:进一步理解凤巢的广告展示方案
在质量得分的探讨中,基于当时的展示特征,我对百度凤巢如何决定采用何种展示方案进行了大概的猜测:只要把关键词预先分好类,哪些进推广,哪些进赞助商链接,哪些进右侧,至多用很简单的算法设个阀门来平衡一下不同展示方案,这样就结了!现在大部分的广告

在网站根目录下的.htaccess文件中添加以下代码

<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/png A2592000
ExpiresByType application/x-shockwave-flash A2592000
ExpiresByType text/css A2592000
ExpiresByType application/x-javascript A2592000
ExpiresByType application/javascript A2592000
ExpiresByType text/javascript A2592000
ExpiresByType text/html A600
</IfModule>

<IfModule mod_deflate.c>
<FilesMatch "\.(js|css|html|htm)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>

<ifModule mod_gzip.c>
  mod_gzip_on Yes
  mod_gzip_dechunk Yes
  mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
  mod_gzip_item_include handler ^cgi-script$
  mod_gzip_item_include mime ^text/.*
  mod_gzip_item_include mime ^application/x-javascript.*
  mod_gzip_item_exclude mime ^image/.*
  mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule>

<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css)$">
Header unset Last-Modified
</FilesMatch>

FileETag none

现在使用Firefox的YSlow插件,以Small Site or Blog标准测试的分数为99分,以YSlow2(V2)标准测试的分数为94分,被扣掉的几分主要是因为没有使用CDN。所以现在速度已经被优化到了极致。

赶快把它放到你的网站或blog根目录下的.htaccess文件里吧。

原文地址:http://zhiqiang.org/blog/it/using-htaccess-to-speed-blog.html

分享:谈特殊时期的本地信息网的经营
最近在网络行业掀起了一阵接一阵的龙卷风,其中内容,网上都有报道,大有天翻地覆的气势,很多个人站长倍受打击,心情郁闷之至。有的正在甩卖网站,有的想改行,有的去找工作,有的去做了其他生意。网络发展到了一个里程碑的阶段,是去是留,取决于自身发展

来源:模板无忧//所属分类:建站经验教程/更新时间:2012-06-06
相关建站经验教程