<?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: 1 Incredibly Wicked Trick To Speeding Up Your Blog&#8217;s Load Time</title>
	<atom:link href="http://wpbloghost.com/blog/gzip-compression/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpbloghost.com/blog/gzip-compression/</link>
	<description></description>
	<lastBuildDate>Wed, 01 Sep 2010 06:12:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: John Hoff</title>
		<link>http://wpbloghost.com/blog/gzip-compression/comment-page-2/#comment-1704</link>
		<dc:creator>John Hoff</dc:creator>
		<pubDate>Sat, 26 Jun 2010 22:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=2293#comment-1704</guid>
		<description>Hi Aaron, yeah I&#039;ve heard of that plugin as well and I tested once a while back but I think it conflicted with another plugin or something else that I was doing, so I stuck with the WP Super Cache.

The W3TC plugin looks to work really well. Thanks for the input.</description>
		<content:encoded><![CDATA[<p>Hi Aaron, yeah I&#8217;ve heard of that plugin as well and I tested once a while back but I think it conflicted with another plugin or something else that I was doing, so I stuck with the WP Super Cache.</p>
<p>The W3TC plugin looks to work really well. Thanks for the input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://wpbloghost.com/blog/gzip-compression/comment-page-1/#comment-1701</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sat, 26 Jun 2010 22:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=2293#comment-1701</guid>
		<description>Hey John.. I&#039;ve found a plugin called W3 Total Cache that has helped me MASSIVELY increase loading times by using compression, page caching, and database caching. I had never heard of it before I tried it.. always heard of WP Super Cache, but i find W3TC to work much better, it has memcached and CDN support, and just an overall great plugin. It might be worth mentioning in a future update to this blog post and compare the caching/compression plugins that exist out there.</description>
		<content:encoded><![CDATA[<p>Hey John.. I&#8217;ve found a plugin called W3 Total Cache that has helped me MASSIVELY increase loading times by using compression, page caching, and database caching. I had never heard of it before I tried it.. always heard of WP Super Cache, but i find W3TC to work much better, it has memcached and CDN support, and just an overall great plugin. It might be worth mentioning in a future update to this blog post and compare the caching/compression plugins that exist out there.<br />
<span class="cluv">Aaron&#180;s last blog ..<a href="http://blog.blogreaction.com/free-blogs,62">Free Blogs</a><span class="heart_tip_box"><img class="heart_tip 17431" alt="My ComLuv Profile" border="0" width="16" height="14" src="https://wpbloghost.com/blog/wp-files-greenblog/wp-content/plugins/commentluv/images/littleheartplus.gif"/></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hoff</title>
		<link>http://wpbloghost.com/blog/gzip-compression/comment-page-1/#comment-1635</link>
		<dc:creator>John Hoff</dc:creator>
		<pubDate>Mon, 24 May 2010 17:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=2293#comment-1635</guid>
		<description>Good question and that&#039;s a full post on its own. 

1. Put your javascript codes down at the bottom (just above the ending /body tag). This means your content and other images will load and be displayed first &lt;em&gt;and then&lt;/em&gt; the slower javascript will load.

2. Usually not necessary, but if you&#039;re looking to squeeze every bit of speed out of your site, you can compress any of your external css files. What that does is remove all spacing between lines and effectively makes your css file one line of code. Google css compressor or something and you&#039;ll find an online tool for that. Just remember though, when you do that your css file will not be well written for editing. Make sure to keep a copy of the uncompressed version and use that to make changes. When your changes are done, create a compressed version and upload it to your site.

3. You can use .htaccess to compress statics sites. Check out this tutorial here.
http://www.hunlock.com/blogs/Compressed_HTML_makes_your_pages_zippy

4. Make sure your images are compressed. For example, image.gif could be twice as big as image.jpg is. Be sure to convert and optimize images (something I need to be better about).</description>
		<content:encoded><![CDATA[<p>Good question and that&#8217;s a full post on its own. </p>
<p>1. Put your javascript codes down at the bottom (just above the ending /body tag). This means your content and other images will load and be displayed first <em>and then</em> the slower javascript will load.</p>
<p>2. Usually not necessary, but if you&#8217;re looking to squeeze every bit of speed out of your site, you can compress any of your external css files. What that does is remove all spacing between lines and effectively makes your css file one line of code. Google css compressor or something and you&#8217;ll find an online tool for that. Just remember though, when you do that your css file will not be well written for editing. Make sure to keep a copy of the uncompressed version and use that to make changes. When your changes are done, create a compressed version and upload it to your site.</p>
<p>3. You can use .htaccess to compress statics sites. Check out this tutorial here.<br />
<a href="http://www.hunlock.com/blogs/Compressed_HTML_makes_your_pages_zippy">http://www.hunlock.com/blogs/Compressed_HTML_makes_your_pages_zippy</a></p>
<p>4. Make sure your images are compressed. For example, image.gif could be twice as big as image.jpg is. Be sure to convert and optimize images (something I need to be better about).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yash</title>
		<link>http://wpbloghost.com/blog/gzip-compression/comment-page-1/#comment-1632</link>
		<dc:creator>Yash</dc:creator>
		<pubDate>Fri, 21 May 2010 06:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=2293#comment-1632</guid>
		<description>What should i do, if i am running .html</description>
		<content:encoded><![CDATA[<p>What should i do, if i am running .html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Davis</title>
		<link>http://wpbloghost.com/blog/gzip-compression/comment-page-1/#comment-1611</link>
		<dc:creator>Keith Davis</dc:creator>
		<pubDate>Mon, 10 May 2010 18:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=2293#comment-1611</guid>
		<description>I had noticed your absence.
Good to have you back.
.-= Keith Davis&#180;s last blog ..&lt;a href=&quot;http://easypublicspeaking.co.uk/fear-of-public-speaking/&quot;&gt;Flying in formation&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>I had noticed your absence.<br />
Good to have you back.<br />
<span class="cluv"> Keith Davis&#180;s last blog ..<a href="http://easypublicspeaking.co.uk/fear-of-public-speaking/">Flying in formation</a> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="https://wpbloghost.com/blog/wp-files-greenblog/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hoff</title>
		<link>http://wpbloghost.com/blog/gzip-compression/comment-page-1/#comment-1610</link>
		<dc:creator>John Hoff</dc:creator>
		<pubDate>Mon, 10 May 2010 17:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=2293#comment-1610</guid>
		<description>Hey Keith. Thanks for the link and I&#039;ll check that out now.

I&#039;ll put the WP-Super Cache video on my to-do list. I think that would be a good one.

By the way, nice to hear from you again. I&#039;ve been on a little break (as I&#039;m sure you&#039;ve noticed) from blogging, but I&#039;m back (been on Twitter and email, though). Hope all has been well with you.</description>
		<content:encoded><![CDATA[<p>Hey Keith. Thanks for the link and I&#8217;ll check that out now.</p>
<p>I&#8217;ll put the WP-Super Cache video on my to-do list. I think that would be a good one.</p>
<p>By the way, nice to hear from you again. I&#8217;ve been on a little break (as I&#8217;m sure you&#8217;ve noticed) from blogging, but I&#8217;m back (been on Twitter and email, though). Hope all has been well with you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Davis</title>
		<link>http://wpbloghost.com/blog/gzip-compression/comment-page-1/#comment-1609</link>
		<dc:creator>Keith Davis</dc:creator>
		<pubDate>Mon, 10 May 2010 17:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=2293#comment-1609</guid>
		<description>Hi John
Came across an article post which talked about speeding up Wordpress sites and it reminded me of this article.

Article is located at:
http://www.howtospoter.com/web-20/wordpress/improve-wordpress-site-speed-to-improve-web-search-ranking

The WP-Super-Cache plugin is mentioned plus it points out that a future version of this plugin will allow Googlebot to record a faster load speed for a site.

I don&#039;t know how busy you are these days John... you being an Ebook millionaire and all LOL... but if you are looking for a video topic, how about installing and configuring WP-Super-Cache plugin.

Yours in hope.
.-= Keith Davis&#180;s last blog ..&lt;a href=&quot;http://easypublicspeaking.co.uk/fear-of-public-speaking/&quot;&gt;Flying in formation&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Hi John<br />
Came across an article post which talked about speeding up WordPress sites and it reminded me of this article.</p>
<p>Article is located at:<br />
<a href="http://www.howtospoter.com/web-20/wordpress/improve-wordpress-site-speed-to-improve-web-search-ranking">http://www.howtospoter.com/web-20/wordpress/improve-wordpress-site-speed-to-improve-web-search-ranking</a></p>
<p>The WP-Super-Cache plugin is mentioned plus it points out that a future version of this plugin will allow Googlebot to record a faster load speed for a site.</p>
<p>I don&#8217;t know how busy you are these days John&#8230; you being an Ebook millionaire and all LOL&#8230; but if you are looking for a video topic, how about installing and configuring WP-Super-Cache plugin.</p>
<p>Yours in hope.<br />
<span class="cluv"> Keith Davis&#180;s last blog ..<a href="http://easypublicspeaking.co.uk/fear-of-public-speaking/">Flying in formation</a> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="https://wpbloghost.com/blog/wp-files-greenblog/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silicon</title>
		<link>http://wpbloghost.com/blog/gzip-compression/comment-page-1/#comment-1580</link>
		<dc:creator>silicon</dc:creator>
		<pubDate>Sun, 11 Apr 2010 20:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=2293#comment-1580</guid>
		<description>I had to edit php.ini to zlib.output_compression = On before this would work.  My webhost had it off by default.  Thanks!</description>
		<content:encoded><![CDATA[<p>I had to edit php.ini to zlib.output_compression = On before this would work.  My webhost had it off by default.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hoff</title>
		<link>http://wpbloghost.com/blog/gzip-compression/comment-page-1/#comment-1519</link>
		<dc:creator>John Hoff</dc:creator>
		<pubDate>Sun, 14 Mar 2010 15:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=2293#comment-1519</guid>
		<description>No, I don&#039;t think you can use this technique for a free hosted blog on Blogger, but try &lt;a href=&quot;http://www.google.com/search?hl=en&amp;source=hp&amp;q=how+to+compress+blogger+blogs&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&quot; target=&quot;_blank&quot;&gt;this search here&lt;/a&gt; for some tips on doing something like it.</description>
		<content:encoded><![CDATA[<p>No, I don&#8217;t think you can use this technique for a free hosted blog on Blogger, but try <a href="http://www.google.com/search?hl=en&#038;source=hp&#038;q=how+to+compress+blogger+blogs&#038;aq=f&#038;aqi=&#038;aql=&#038;oq=" target="_blank">this search here</a> for some tips on doing something like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SchoolPaper Addict</title>
		<link>http://wpbloghost.com/blog/gzip-compression/comment-page-1/#comment-1517</link>
		<dc:creator>SchoolPaper Addict</dc:creator>
		<pubDate>Sun, 14 Mar 2010 09:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=2293#comment-1517</guid>
		<description>Hello, do you know how I can apply this to my new blog? I opened up an account in blogspot.com. Thank you John.
.-= SchoolPaper Addict&#180;s last blog ..&lt;a href=&quot;http://school-paper.blogspot.com/2010/03/somebody-hates-schoolwork-school-papers.html&quot;&gt;Somebody Hates Schoolwork – School Papers Suck&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Hello, do you know how I can apply this to my new blog? I opened up an account in blogspot.com. Thank you John.<br />
<span class="cluv"> SchoolPaper Addict&#180;s last blog ..<a href="http://school-paper.blogspot.com/2010/03/somebody-hates-schoolwork-school-papers.html">Somebody Hates Schoolwork – School Papers Suck</a> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="https://wpbloghost.com/blog/wp-files-greenblog/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
]]></content:encoded>
	</item>
</channel>
</rss>
