<?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>WpFunc &#187; output</title>
	<atom:link href="http://wpfunc.com/tag/output/feed" rel="self" type="application/rss+xml" />
	<link>http://wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Thu, 01 Dec 2011 01:17:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Compress WordPress output and speed your blog!</title>
		<link>http://wpfunc.com/wordpress/compress-wordpress-output-and-speed-your-blog.html</link>
		<comments>http://wpfunc.com/wordpress/compress-wordpress-output-and-speed-your-blog.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 12:03:07 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[spped up your blog]]></category>
		<category><![CDATA[zlib library]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=317</guid>
		<description><![CDATA[You can compress your output and make your blog speed faster. But this function needs zlib. If your server has no zlib plugin this function can&#8217;t work. Let&#8217;s Begin&#8230;
Here is the code;
Add this code  to your header.php above the DOCTYPE area;
For check zlib&#8230;
Create a test.php file with this code ;
After that you can check your [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">You can compress your output and make your blog speed faster. But this function needs <a href="http://en.wikipedia.org/wiki/Zlib" target="_blank"><strong><em><span style="text-decoration: underline;">zlib</span></em></strong></a>. If your server has no zlib plugin this function can&#8217;t work. Let&#8217;s Begin&#8230;<span id="more-317"></span></p>
<h3>Here is the code;</h3>
<p style="text-align: justify;">Add this code  to your <strong><span style="color: #ff0000;">header.php</span></strong> above the <strong><em><span style="color: #ff0000;">DOCTYPE</span></em></strong> area;</p>
<pre class="brush: php; title: ; notranslate">&lt;?php
ini_set('zlib.output_compression', 'On');
ini_set('zlib.output_compression_level', '1');
?&gt;</pre>
<h3>For check zlib&#8230;</h3>
<p>Create a <span style="color: #ff0000;"><strong><em>test.php</em></strong></span> file with this code ;</p>
<pre class="brush: php; title: ; notranslate">&lt;?php phpinfo(); ?&gt;</pre>
<p>After that you can check your phpinfo with this file. <em><strong>(http://www.yourdomain.com/test.php)</strong></em></p>
<p>That&#8217;s All. Have a nice day.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/compress-wordpress-output-and-speed-your-blog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

