<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="http://www.greengnn.org/index.php/feed/rss/category/performance/"><title><![CDATA[GreenGnn.ORG - Performance]]></title>
<link>http://www.greengnn.org/index.php/feed/rss/category/performance/</link>
<description/>
<items>
<rdf:Seq>
<rdf:li resource="http://www.greengnn.org/index.php/2009/08/06/4.html"/>
<rdf:li resource="http://www.greengnn.org/index.php/2009/08/06/3.html"/>
</rdf:Seq>
</items>
</channel>
<item rdf:about="http://www.greengnn.org/index.php/2009/08/06/4.html">
<title><![CDATA[应用google gears提高打开速度]]></title>
<link>http://www.greengnn.org/index.php/2009/08/06/4.html</link>
<dc:date>2009-08-06</dc:date>
<description><![CDATA[google gears是提供离线存储的一个平台，NB的应用gmail的离线版，google日历的离线版等，他的本地存储对不经常变动的静态文件进行存储，降低请求数挺爽的，qzone已经采用了，不过今天...]]></description>
</item>
<item rdf:about="http://www.greengnn.org/index.php/2009/08/06/3.html">
<title><![CDATA[js和css文件的延迟加载]]></title>
<link>http://www.greengnn.org/index.php/2009/08/06/3.html</link>
<dc:date>2009-08-06</dc:date>
<description><![CDATA[正常情况下，文件会被写到head区域，不管本页面用得到用不到就要加载，这种方式会造成一次性请求数过多加大block的时间，也容易造成文件字节过大。

延迟加载的方案是通过js在dom需要的位置load...]]></description>
</item>
</rdf:RDF>