<?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: 最有效的压缩CSS样式表和js脚本</title>
	<atom:link href="http://imcat.in/the-most-effective-compression-css-style-sheets-and-scripts-js/feed/" rel="self" type="application/rss+xml" />
	<link>http://imcat.in/the-most-effective-compression-css-style-sheets-and-scripts-js/</link>
	<description>人的头脑太复杂,时间过得久,有时候连自己也被自己骗了,记下来才是最真实的……</description>
	<lastBuildDate>Fri, 23 Dec 2011 23:18:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: chancat</title>
		<link>http://imcat.in/the-most-effective-compression-css-style-sheets-and-scripts-js/comment-page-1/#comment-1338</link>
		<dc:creator>chancat</dc:creator>
		<pubDate>Tue, 26 May 2009 14:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.maoxmao.com/?p=481#comment-1338</guid>
		<description>&lt;a href=&quot;#comment-1334&quot; rel=&quot;nofollow&quot;&gt;@ゞ猫 &lt;/a&gt; 
服务器默认是不开启任何优化的。
研究了你这代码，和我的不一样，
你这代码是生成缓存到本地读取的,我的质是动态压缩 CSS JS  不一样
看到你这代码 以前曾想过，但是有两个问题要注意】
1 如果 CSS JS 有变动 更新 需要手动清除缓存
2 不适用空间下安装了多个 Wordpress，可能导致二级目录下的某些 WordPress 无法加载 CSS 样式,这个我已经预先体验过了。所以没生成缓存 直接压缩！</description>
		<content:encoded><![CDATA[<p><a href="#comment-1334" rel="nofollow">@ゞ猫 </a><br />
服务器默认是不开启任何优化的。<br />
研究了你这代码，和我的不一样，<br />
你这代码是生成缓存到本地读取的,我的质是动态压缩 CSS JS  不一样<br />
看到你这代码 以前曾想过，但是有两个问题要注意】<br />
1 如果 CSS JS 有变动 更新 需要手动清除缓存<br />
2 不适用空间下安装了多个 WordPress，可能导致二级目录下的某些 WordPress 无法加载 CSS 样式,这个我已经预先体验过了。所以没生成缓存 直接压缩！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ゞ猫</title>
		<link>http://imcat.in/the-most-effective-compression-css-style-sheets-and-scripts-js/comment-page-1/#comment-1334</link>
		<dc:creator>ゞ猫</dc:creator>
		<pubDate>Tue, 26 May 2009 08:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.maoxmao.com/?p=481#comment-1334</guid>
		<description>&lt;a href=&quot;#comment-1323&quot; rel=&quot;nofollow&quot;&gt;@chancat &lt;/a&gt;既然能压缩,证明wp-gzip.php文件已经起作用了.除非是你的服务器自己压缩css,js文件吧...</description>
		<content:encoded><![CDATA[<p><a href="#comment-1323" rel="nofollow">@chancat </a>既然能压缩,证明wp-gzip.php文件已经起作用了.除非是你的服务器自己压缩css,js文件吧...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chancat</title>
		<link>http://imcat.in/the-most-effective-compression-css-style-sheets-and-scripts-js/comment-page-1/#comment-1323</link>
		<dc:creator>chancat</dc:creator>
		<pubDate>Sun, 24 May 2009 16:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.maoxmao.com/?p=481#comment-1323</guid>
		<description>是不是必须 mod_deflate 模块才可以使用 上述方法？</description>
		<content:encoded><![CDATA[<p>是不是必须 mod_deflate 模块才可以使用 上述方法？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ゞ猫</title>
		<link>http://imcat.in/the-most-effective-compression-css-style-sheets-and-scripts-js/comment-page-1/#comment-1319</link>
		<dc:creator>ゞ猫</dc:creator>
		<pubDate>Sun, 24 May 2009 08:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.maoxmao.com/?p=481#comment-1319</guid>
		<description>&lt;a href=&quot;#comment-1317&quot; rel=&quot;nofollow&quot;&gt;@chancat &lt;/a&gt; 目录可写?还有这里$cache = true;</description>
		<content:encoded><![CDATA[<p><a href="#comment-1317" rel="nofollow">@chancat </a> 目录可写?还有这里$cache = true;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chancat</title>
		<link>http://imcat.in/the-most-effective-compression-css-style-sheets-and-scripts-js/comment-page-1/#comment-1317</link>
		<dc:creator>chancat</dc:creator>
		<pubDate>Sun, 24 May 2009 06:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.maoxmao.com/?p=481#comment-1317</guid>
		<description>我也是这样做的,但是wp-cache里并未生成任何文件,但检测gzip状态看到CSS和JS是被压缩的,,,不知怎么回事！</description>
		<content:encoded><![CDATA[<p>我也是这样做的,但是wp-cache里并未生成任何文件,但检测gzip状态看到CSS和JS是被压缩的,,,不知怎么回事！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hayaya</title>
		<link>http://imcat.in/the-most-effective-compression-css-style-sheets-and-scripts-js/comment-page-1/#comment-217</link>
		<dc:creator>Hayaya</dc:creator>
		<pubDate>Tue, 15 Jul 2008 15:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.maoxmao.com/?p=481#comment-217</guid>
		<description>学习了~~~</description>
		<content:encoded><![CDATA[<p>学习了~~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ゞ猫</title>
		<link>http://imcat.in/the-most-effective-compression-css-style-sheets-and-scripts-js/comment-page-1/#comment-182</link>
		<dc:creator>ゞ猫</dc:creator>
		<pubDate>Wed, 02 Jul 2008 09:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.maoxmao.com/?p=481#comment-182</guid>
		<description>win主机肯定不支持.htaccess,但你可以叫管理员帮你添加规则...</description>
		<content:encoded><![CDATA[<p>win主机肯定不支持.htaccess,但你可以叫管理员帮你添加规则...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小墨</title>
		<link>http://imcat.in/the-most-effective-compression-css-style-sheets-and-scripts-js/comment-page-1/#comment-181</link>
		<dc:creator>小墨</dc:creator>
		<pubDate>Wed, 02 Jul 2008 08:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.maoxmao.com/?p=481#comment-181</guid>
		<description>额，技术贴~~
我不知道win主机支不支持.htaccess
服务器方法一无所知。。@@</description>
		<content:encoded><![CDATA[<p>额，技术贴~~<br />
我不知道win主机支不支持.htaccess<br />
服务器方法一无所知。。@@</p>
]]></content:encoded>
	</item>
</channel>
</rss>

