<?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>《升级到 WordPress 2.5 RC1》的评论</title>
	<atom:link href="http://www.voidman.com/2008/03/upgraded-to-wordpress-25-rc1.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.voidman.com/2008/03/upgraded-to-wordpress-25-rc1.html</link>
	<description>个人博客，记录与分享，仅此而已。</description>
	<lastBuildDate>Fri, 19 Mar 2010 08:37:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>正月初一</title>
		<link>http://www.voidman.com/2008/03/upgraded-to-wordpress-25-rc1.html#comment-110</link>
		<dc:creator>正月初一</dc:creator>
		<pubDate>Fri, 11 Apr 2008 04:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.voidman.com/?p=151#comment-110</guid>
		<description>:mrgreen: 恩,效率问题真的是出现在不断的数据查询之中,估计没办法真正从根本上解决了.</description>
		<content:encoded><![CDATA[<p> <img src='http://www.voidman.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' />  恩,效率问题真的是出现在不断的数据查询之中,估计没办法真正从根本上解决了.</p>
]]></content:encoded>
	</item>
	<item>
		<title>我的blog提速 - G - 理想和现实本来易于冲突,理想时已经含了悲哀,现实起来当然就会绝望</title>
		<link>http://www.voidman.com/2008/03/upgraded-to-wordpress-25-rc1.html#comment-93</link>
		<dc:creator>我的blog提速 - G - 理想和现实本来易于冲突,理想时已经含了悲哀,现实起来当然就会绝望</dc:creator>
		<pubDate>Fri, 04 Apr 2008 10:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.voidman.com/?p=151#comment-93</guid>
		<description>[...] 最开始，要学习阅微堂的blog提速系列文章，看完他写的东西和给的链接，学到不少东西 1.合并和压缩css，js并放在合适的地方加载，合并用的是合并css和js文件，加快浏览速度的方法，简单压缩css用的是tweak，简单压缩js用的是JsMinGUI.exe 2.使用压缩传输和强制cookie：这个时候css和js已经确认修改好，不轻易动了，这里会给他们价格expire，用的阅微堂里压缩传输你的文件的方法，不过最好在redir.php里加个判断，不要把压缩传输的静态html类型也设置expire，要不然客户端不随页面更新 3.能不用的插件尽量不用，现在基本上没用什么插件，有也几乎都是后台的 4.css sprite，经过以上设置基本上，打开页面80%以上的时间几乎都用在了请求这个主题的图片上了，但由于css里的图片都用了background-position里的关键字，不能混合使用了放弃了。 5.使用cos-html-cache静态化网站，使用的时候需要注意除了按readme里说的，用2.5的还要按这里的方法，把cos-html-cache.php里的wordpressuser_改为wordpress_，否则登录状态也触发缓存。 6.分析wordpress，并优化代码。算了，没能力。 在阅微堂给的一个链接里推荐一本书，High Performance Web Sites，对提高网站性能有一个很好的认识，在emule里搜索可以吓到这本书。 由于主要是个人自娱的，除了这个有点重的主题，还有对javascript一窍不通，php仅能读简单的代码，没能力自由hack，对网站的捣鼓就到此了。虽然学到了不少，但其间也方法不当做了不少无用功。  This entry was posted on Friday, April 4th, 2008 at 6:58 pm and is filed under 杂. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.    Filed under » 杂 [...]</description>
		<content:encoded><![CDATA[<p>[...] 最开始，要学习阅微堂的blog提速系列文章，看完他写的东西和给的链接，学到不少东西 1.合并和压缩css，js并放在合适的地方加载，合并用的是合并css和js文件，加快浏览速度的方法，简单压缩css用的是tweak，简单压缩js用的是JsMinGUI.exe 2.使用压缩传输和强制cookie：这个时候css和js已经确认修改好，不轻易动了，这里会给他们价格expire，用的阅微堂里压缩传输你的文件的方法，不过最好在redir.php里加个判断，不要把压缩传输的静态html类型也设置expire，要不然客户端不随页面更新 3.能不用的插件尽量不用，现在基本上没用什么插件，有也几乎都是后台的 4.css sprite，经过以上设置基本上，打开页面80%以上的时间几乎都用在了请求这个主题的图片上了，但由于css里的图片都用了background-position里的关键字，不能混合使用了放弃了。 5.使用cos-html-cache静态化网站，使用的时候需要注意除了按readme里说的，用2.5的还要按这里的方法，把cos-html-cache.php里的wordpressuser_改为wordpress_，否则登录状态也触发缓存。 6.分析wordpress，并优化代码。算了，没能力。 在阅微堂给的一个链接里推荐一本书，High Performance Web Sites，对提高网站性能有一个很好的认识，在emule里搜索可以吓到这本书。 由于主要是个人自娱的，除了这个有点重的主题，还有对javascript一窍不通，php仅能读简单的代码，没能力自由hack，对网站的捣鼓就到此了。虽然学到了不少，但其间也方法不当做了不少无用功。  This entry was posted on Friday, April 4th, 2008 at 6:58 pm and is filed under 杂. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.    Filed under » 杂 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>littlewing</title>
		<link>http://www.voidman.com/2008/03/upgraded-to-wordpress-25-rc1.html#comment-92</link>
		<dc:creator>littlewing</dc:creator>
		<pubDate>Fri, 04 Apr 2008 05:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.voidman.com/?p=151#comment-92</guid>
		<description>谢谢了，解决了</description>
		<content:encoded><![CDATA[<p>谢谢了，解决了</p>
]]></content:encoded>
	</item>
	<item>
		<title>David</title>
		<link>http://www.voidman.com/2008/03/upgraded-to-wordpress-25-rc1.html#comment-91</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 04 Apr 2008 04:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.voidman.com/?p=151#comment-91</guid>
		<description>@littlewing: 将 wordpressuser_ 改成 wordpress_ 就行了</description>
		<content:encoded><![CDATA[<p>@littlewing: 将 wordpressuser_ 改成 wordpress_ 就行了</p>
]]></content:encoded>
	</item>
	<item>
		<title>littlewing</title>
		<link>http://www.voidman.com/2008/03/upgraded-to-wordpress-25-rc1.html#comment-90</link>
		<dc:creator>littlewing</dc:creator>
		<pubDate>Fri, 04 Apr 2008 02:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.voidman.com/?p=151#comment-90</guid>
		<description>我用2.5，cos-html-cache无论是否登陆都产生cache，cos-html-cache.php里都具体改那几个cookie啊，谢谢</description>
		<content:encoded><![CDATA[<p>我用2.5，cos-html-cache无论是否登陆都产生cache，cos-html-cache.php里都具体改那几个cookie啊，谢谢</p>
]]></content:encoded>
	</item>
</channel>
</rss>
