<?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: 使用YSlow提升应用性能</title>
	<atom:link href="http://www.letrails.cn/archives/yslow-intro/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.letrails.cn/archives/yslow-intro/</link>
	<description></description>
	<lastBuildDate>Mon, 02 Jan 2012 01:59:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: skyblue</title>
		<link>http://www.letrails.cn/archives/yslow-intro/comment-page-1/#comment-289</link>
		<dc:creator>skyblue</dc:creator>
		<pubDate>Mon, 05 May 2008 08:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.letrails.cn/archives/yslow-intro#comment-289</guid>
		<description>REST里也包括GET啊</description>
		<content:encoded><![CDATA[<p>REST里也包括GET啊</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuanyi</title>
		<link>http://www.letrails.cn/archives/yslow-intro/comment-page-1/#comment-288</link>
		<dc:creator>Yuanyi</dc:creator>
		<pubDate>Mon, 05 May 2008 02:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.letrails.cn/archives/yslow-intro#comment-288</guid>
		<description>使用Get是因为浏览器发送Post请求时，会先发送header，然后发送data，而Get则将两者合一，IE支持的URL最大长度为2K，因此如果请求的数据小于2K，使用Get会节省一个数据包，参看http://developer.yahoo.com/performance/rules.html#ajax_get</description>
		<content:encoded><![CDATA[<p>使用Get是因为浏览器发送Post请求时，会先发送header，然后发送data，而Get则将两者合一，IE支持的URL最大长度为2K，因此如果请求的数据小于2K，使用Get会节省一个数据包，参看http://developer.yahoo.com/performance/rules.html#ajax_get</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 自由天堂</title>
		<link>http://www.letrails.cn/archives/yslow-intro/comment-page-1/#comment-287</link>
		<dc:creator>自由天堂</dc:creator>
		<pubDate>Sun, 04 May 2008 17:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.letrails.cn/archives/yslow-intro#comment-287</guid>
		<description>“使用GET发送AJAX请求”，这是什么道理，那样RESTful不就白玩了吗？</description>
		<content:encoded><![CDATA[<p>“使用GET发送AJAX请求”，这是什么道理，那样RESTful不就白玩了吗？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

