<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ada的博客 – 点滴分享，用心品味生活 &#187; gzip</title>
	<atom:link href="http://www.jianghuimin.com/tag/gzip/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jianghuimin.com</link>
	<description>喜欢产品设计，移动开发，捣鼓网站相关东东</description>
	<lastBuildDate>Sun, 29 Jan 2012 01:28:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>php开启gzip压缩，为你的网站提速</title>
		<link>http://www.jianghuimin.com/site/1026.html</link>
		<comments>http://www.jianghuimin.com/site/1026.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 15:04:25 +0000</pubDate>
		<dc:creator>mood</dc:creator>
				<category><![CDATA[网站]]></category>
		<category><![CDATA[gzip]]></category>

		<guid isPermaLink="false">http://www.jianghuimin.com/?p=1026</guid>
		<description><![CDATA[如何你的服务器支持gzip，那么给php开启gzip是很容易的 在.htaccess文件中添加： php_flag zlib.output_compression on php_value zlib.output_compression_level 9 即可以完成。 附加一个检测gzip压缩比的网站http://www.port80software.com/products/httpzip/]]></description>
			<content:encoded><![CDATA[<p>如何你的服务器支持gzip，那么给php开启gzip是很容易的</p>
<p>在.htaccess文件中添加：</p>
<p>php_flag zlib.output_compression on<br />
php_value zlib.output_compression_level 9</p>
<p>即可以完成。</p>
<p>附加一个检测gzip压缩比的网站http://www.port80software.com/products/httpzip/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jianghuimin.com/site/1026.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

