<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Wordpress 手动提速 &#8211; 缓存优化</title>
	<atom:link href="http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html</link>
	<description>什么都略懂一点，生活会多彩一些</description>
	<lastBuildDate>Mon, 12 Jul 2010 12:57:47 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-1914</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Tue, 08 Jun 2010 04:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-1914</guid>
		<description>&lt;a href=&quot;#comment-1910&quot; rel=&quot;nofollow&quot;&gt;@五月殇 &lt;/a&gt; 
虚拟主机当然是不允许了，hoho</description>
		<content:encoded><![CDATA[<p><a href="#comment-1910" rel="nofollow">@五月殇 </a><br />
虚拟主机当然是不允许了，hoho</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 五月殇</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-1910</link>
		<dc:creator>五月殇</dc:creator>
		<pubDate>Sun, 06 Jun 2010 12:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-1910</guid>
		<description>服务器允许的话，用Memcached也许是个不错的选择。</description>
		<content:encoded><![CDATA[<p>服务器允许的话，用Memcached也许是个不错的选择。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress 手动提速 &#8211; 缓存优化 &#171; 学好</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-1820</link>
		<dc:creator>Wordpress 手动提速 &#8211; 缓存优化 &#171; 学好</dc:creator>
		<pubDate>Sat, 01 May 2010 02:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-1820</guid>
		<description>[...] 原文：Wordpress 手动提速 &#8211; 缓存优化 from 知也无涯 [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文：Wordpress 手动提速 &#8211; 缓存优化 from 知也无涯 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-639</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Sat, 01 Aug 2009 04:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-639</guid>
		<description>&lt;a href=&quot;#comment-638&quot; rel=&quot;nofollow&quot;&gt;@LiStyle  &lt;/a&gt; 
hoho  手动的方法一般都不错，就是麻烦点，不一定有人愿意使用。</description>
		<content:encoded><![CDATA[<p><a href="#comment-638" rel="nofollow">@LiStyle  </a><br />
hoho  手动的方法一般都不错，就是麻烦点，不一定有人愿意使用。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LiStyle</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-638</link>
		<dc:creator>LiStyle</dc:creator>
		<pubDate>Sat, 01 Aug 2009 02:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-638</guid>
		<description>这个方法还是蛮不错的~至少我试用了一段时间~</description>
		<content:encoded><![CDATA[<p>这个方法还是蛮不错的~至少我试用了一段时间~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bronco</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-339</link>
		<dc:creator>Bronco</dc:creator>
		<pubDate>Sat, 27 Jun 2009 14:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-339</guid>
		<description>&lt;a href=&quot;#comment-338&quot; rel=&quot;nofollow&quot;&gt;@xiaoding &lt;/a&gt; 
我服务器上缓存了啊~每个文件只生成一次，之后的请求都直接读取gzip文件内容返回了。
这种方法唯一不太好的地方就是文件更新的话需要手动删除gzip文件。现在写了个脚本，svn更新主题的时候顺便把相应文件删掉，用着还算方便。 :cool:</description>
		<content:encoded><![CDATA[<p><a href="#comment-338" rel="nofollow">@xiaoding </a><br />
我服务器上缓存了啊~每个文件只生成一次，之后的请求都直接读取gzip文件内容返回了。<br />
这种方法唯一不太好的地方就是文件更新的话需要手动删除gzip文件。现在写了个脚本，svn更新主题的时候顺便把相应文件删掉，用着还算方便。 <img src='http://blog.xiaoding.org/wordpress/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-338</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Sat, 27 Jun 2009 09:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-338</guid>
		<description>&lt;a href=&quot;#comment-334&quot; rel=&quot;nofollow&quot;&gt;@Bronco  &lt;/a&gt; 
你的主机有没有CPU限制？  gzip 容易导致 CPU超限的吧？</description>
		<content:encoded><![CDATA[<p><a href="#comment-334" rel="nofollow">@Bronco  </a><br />
你的主机有没有CPU限制？  gzip 容易导致 CPU超限的吧？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bronco</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-334</link>
		<dc:creator>Bronco</dc:creator>
		<pubDate>Tue, 23 Jun 2009 05:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-334</guid>
		<description>&lt;a href=&quot;#comment-329&quot; rel=&quot;nofollow&quot;&gt;@xiaoding &lt;/a&gt; 
js我是park+gzip，尽量压缩，CSS考虑到修改的方便性，直接gzip了。话说gzip的压缩率还是很不错的。</description>
		<content:encoded><![CDATA[<p><a href="#comment-329" rel="nofollow">@xiaoding </a><br />
js我是park+gzip，尽量压缩，CSS考虑到修改的方便性，直接gzip了。话说gzip的压缩率还是很不错的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-329</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Tue, 23 Jun 2009 03:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-329</guid>
		<description>&lt;a href=&quot;#comment-325&quot; rel=&quot;nofollow&quot;&gt;@Bronco  &lt;/a&gt; 
我的做法是直接处理 CSS 和 JavaScript，生成 pack 过的紧凑版本，减少大小还是比较管用的</description>
		<content:encoded><![CDATA[<p><a href="#comment-325" rel="nofollow">@Bronco  </a><br />
我的做法是直接处理 CSS 和 JavaScript，生成 pack 过的紧凑版本，减少大小还是比较管用的</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bronco</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-325</link>
		<dc:creator>Bronco</dc:creator>
		<pubDate>Tue, 23 Jun 2009 01:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-325</guid>
		<description>嗯~对于图片加个过期时间确实不错~
js和css我的做法是用一个php文件集中处理，缓存压缩成gzip，同时设定过期时间。</description>
		<content:encoded><![CDATA[<p>嗯~对于图片加个过期时间确实不错~<br />
js和css我的做法是用一个php文件集中处理，缓存压缩成gzip，同时设定过期时间。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wordpress页面加载速度优化之二:四种方法 &#124; 少数派视野</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-301</link>
		<dc:creator>wordpress页面加载速度优化之二:四种方法 &#124; 少数派视野</dc:creator>
		<pubDate>Sun, 14 Jun 2009 14:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-301</guid>
		<description>[...] 这种方法的详细介绍可以参考知也无涯的《Wordpress 手动提速 &#8211; 缓存优化》或者他在WPChina上的投稿《Wordpress 手动提速 &#8211; 缓存优化》。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 这种方法的详细介绍可以参考知也无涯的《Wordpress 手动提速 &#8211; 缓存优化》或者他在WPChina上的投稿《Wordpress 手动提速 &#8211; 缓存优化》。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 最近折腾的结果 &#124; 老T博客™</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-236</link>
		<dc:creator>最近折腾的结果 &#124; 老T博客™</dc:creator>
		<pubDate>Mon, 01 Jun 2009 13:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-236</guid>
		<description>[...] 为了提升访问速度，我是费劲心思做了优化，开启了Gzip，使用了Use Google Libraries插件和cos-html-cache插件，还使用了大法，强制使用本地缓存，方法见Wordpress 手动提速 - 缓存优化。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 为了提升访问速度，我是费劲心思做了优化，开启了Gzip，使用了Use Google Libraries插件和cos-html-cache插件，还使用了大法，强制使用本地缓存，方法见Wordpress 手动提速 &#8211; 缓存优化。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress 手动提速 - 缓存优化 - WordPress 非官方中文站</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-216</link>
		<dc:creator>Wordpress 手动提速 - 缓存优化 - WordPress 非官方中文站</dc:creator>
		<pubDate>Tue, 26 May 2009 01:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-216</guid>
		<description>[...] 原文：Wordpress 手动提速 - 缓存优化 from 知也无涯 [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文：Wordpress 手动提速 &#8211; 缓存优化 from 知也无涯 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-200</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Tue, 19 May 2009 18:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-200</guid>
		<description>&lt;a href=&quot;#comment-198&quot; rel=&quot;nofollow&quot;&gt;@陶陶  &lt;/a&gt; 
嗯。。 只有像我这样爱折腾的人才会去搞这玩意。  :neutral: 

&lt;a href=&quot;#comment-199&quot; rel=&quot;nofollow&quot;&gt;@simaopig  &lt;/a&gt; 
偶不太懂 PHP，改东西都是靠之前的那点 C 语言基础加上 php.net 查询函数用法……  :shock:</description>
		<content:encoded><![CDATA[<p><a href="#comment-198" rel="nofollow">@陶陶  </a><br />
嗯。。 只有像我这样爱折腾的人才会去搞这玩意。  <img src='http://blog.xiaoding.org/wordpress/wp-includes/images/smilies/icon_neutral.gif' alt=':neutral:' class='wp-smiley' />  </p>
<p><a href="#comment-199" rel="nofollow">@simaopig  </a><br />
偶不太懂 PHP，改东西都是靠之前的那点 C 语言基础加上 php.net 查询函数用法……  <img src='http://blog.xiaoding.org/wordpress/wp-includes/images/smilies/icon_eek.gif' alt=':shock:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simaopig</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-199</link>
		<dc:creator>simaopig</dc:creator>
		<pubDate>Tue, 19 May 2009 13:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-199</guid>
		<description>我们在公司是通过PHP去查一下静态文件最后被修改过的时间
mtime()，貌似是这个函数，在每个静态文件后面加上一个版本号。呵呵。</description>
		<content:encoded><![CDATA[<p>我们在公司是通过PHP去查一下静态文件最后被修改过的时间<br />
mtime()，貌似是这个函数，在每个静态文件后面加上一个版本号。呵呵。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 陶陶</title>
		<link>http://blog.xiaoding.org/post/boost-wordpress-manually-using-cache.html/comment-page-1#comment-198</link>
		<dc:creator>陶陶</dc:creator>
		<pubDate>Tue, 19 May 2009 02:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=213#comment-198</guid>
		<description>太麻烦，不干了。。。</description>
		<content:encoded><![CDATA[<p>太麻烦，不干了。。。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
