<?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: Increase Your Web Site Speed With .htaccess</title>
	<atom:link href="http://technicallyeasy.net/2008/10/increase-you-web-site-speed-with-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://technicallyeasy.net/2008/10/increase-you-web-site-speed-with-htaccess/</link>
	<description>The blog for Technically Easy.</description>
	<lastBuildDate>Sun, 14 Mar 2010 17:59:50 -0400</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://technicallyeasy.net/2008/10/increase-you-web-site-speed-with-htaccess/comment-page-2/#comment-4513</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 24 Jun 2009 11:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://technicallyeasy.net/?p=359#comment-4513</guid>
		<description>Excellent article. I am planning to implement some of these suggestions on my site to improve my load speed. Thanks for these great suggestions.</description>
		<content:encoded><![CDATA[<p>Excellent article. I am planning to implement some of these suggestions on my site to improve my load speed. Thanks for these great suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://technicallyeasy.net/2008/10/increase-you-web-site-speed-with-htaccess/comment-page-1/#comment-2610</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 04 Apr 2009 02:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://technicallyeasy.net/?p=359#comment-2610</guid>
		<description>The caching used by .htaccess is mostly useful for visitors that visit on a regular basis. By setting a time limit of say a week, if they visit any number of times in that week, then they won&#039;t redownload the content, provided they don&#039;t delete their cache.

WP-Super Cache affects the download speed for all visitors as the PHP files were compiled into HTML files, so there is less overhead. I use both the .htaccess and WP-Super Cache together, as .htaccess affects all content and then sets a cache timeout for the HTML files created by the plugin. I set the WP-Super Cache plugin cache timeout to 600 seconds and the same for .htaccess cache timeout.</description>
		<content:encoded><![CDATA[<p>The caching used by .htaccess is mostly useful for visitors that visit on a regular basis. By setting a time limit of say a week, if they visit any number of times in that week, then they won&#8217;t redownload the content, provided they don&#8217;t delete their cache.</p>
<p>WP-Super Cache affects the download speed for all visitors as the PHP files were compiled into HTML files, so there is less overhead. I use both the .htaccess and WP-Super Cache together, as .htaccess affects all content and then sets a cache timeout for the HTML files created by the plugin. I set the WP-Super Cache plugin cache timeout to 600 seconds and the same for .htaccess cache timeout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beth</title>
		<link>http://technicallyeasy.net/2008/10/increase-you-web-site-speed-with-htaccess/comment-page-1/#comment-2609</link>
		<dc:creator>Beth</dc:creator>
		<pubDate>Sat, 04 Apr 2009 02:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://technicallyeasy.net/?p=359#comment-2609</guid>
		<description>Excellent post and I&#039;m glad I visited when I did. My blog is large-mainly due to the images I use in a lot of my posts. WP-Super Cache, for some reason, does not like my blog at all. I&#039;m going through a clean-up, theme redesign-so what is the best method- to use .htaccess and then enable WP-Cache, which will hopefully work, or, do it the other way around?</description>
		<content:encoded><![CDATA[<p>Excellent post and I&#8217;m glad I visited when I did. My blog is large-mainly due to the images I use in a lot of my posts. WP-Super Cache, for some reason, does not like my blog at all. I&#8217;m going through a clean-up, theme redesign-so what is the best method- to use .htaccess and then enable WP-Cache, which will hopefully work, or, do it the other way around?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Friday Night Links Party - 14 November 2008 &#124; Nihar's World</title>
		<link>http://technicallyeasy.net/2008/10/increase-you-web-site-speed-with-htaccess/comment-page-1/#comment-1193</link>
		<dc:creator>Friday Night Links Party - 14 November 2008 &#124; Nihar's World</dc:creator>
		<pubDate>Fri, 14 Nov 2008 11:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://technicallyeasy.net/?p=359#comment-1193</guid>
		<description>[...] Paul from Technically Easy is sharing a post to Increase Your Web Site Speed With .htaccess. [...]</description>
		<content:encoded><![CDATA[<p>[...] Paul from Technically Easy is sharing a post to Increase Your Web Site Speed With .htaccess. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://technicallyeasy.net/2008/10/increase-you-web-site-speed-with-htaccess/comment-page-1/#comment-930</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 30 Oct 2008 12:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://technicallyeasy.net/?p=359#comment-930</guid>
		<description>@Icon: If you change it before it expires, the browser will probably use the older cached version. One way around it is to include a version number in your files, and then reference the new version.  This will cause the visitor&#039;s browser to download the new version. Another option is to change the location of the CSS file, and depending on the theme change, it may be in another directory.</description>
		<content:encoded><![CDATA[<p>@Icon: If you change it before it expires, the browser will probably use the older cached version. One way around it is to include a version number in your files, and then reference the new version.  This will cause the visitor&#8217;s browser to download the new version. Another option is to change the location of the CSS file, and depending on the theme change, it may be in another directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Icon</title>
		<link>http://technicallyeasy.net/2008/10/increase-you-web-site-speed-with-htaccess/comment-page-1/#comment-928</link>
		<dc:creator>Icon</dc:creator>
		<pubDate>Thu, 30 Oct 2008 04:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://technicallyeasy.net/?p=359#comment-928</guid>
		<description>Great tips! I&#039;ll try to implement this technique.
What will happen if I set CSS expiration date for a week and then within that time I change the theme? Thanks.</description>
		<content:encoded><![CDATA[<p>Great tips! I&#8217;ll try to implement this technique.<br />
What will happen if I set CSS expiration date for a week and then within that time I change the theme? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://technicallyeasy.net/2008/10/increase-you-web-site-speed-with-htaccess/comment-page-1/#comment-926</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 29 Oct 2008 23:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://technicallyeasy.net/?p=359#comment-926</guid>
		<description>@Willem: Chances are your HTML pages are cached only for a few minutes so they won&#039;t usually be retrieved from the cache, unless your visitors visit the same page within a few minutes. This means that you will see the request in your server logs.</description>
		<content:encoded><![CDATA[<p>@Willem: Chances are your HTML pages are cached only for a few minutes so they won&#8217;t usually be retrieved from the cache, unless your visitors visit the same page within a few minutes. This means that you will see the request in your server logs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willem Kossen</title>
		<link>http://technicallyeasy.net/2008/10/increase-you-web-site-speed-with-htaccess/comment-page-1/#comment-919</link>
		<dc:creator>Willem Kossen</dc:creator>
		<pubDate>Wed, 29 Oct 2008 13:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://technicallyeasy.net/?p=359#comment-919</guid>
		<description>Thanks for this great tip. I&#039;ll be trying it on all my blogs/sites right away. There is however one thing I&#039;ld like you to reply to (if you have time)...

If people access the site from their cache, I don&#039;t see them in my log. How accurate is my traffic analysis then? (Depending on expiry times of course...)

Cheers

Willem Kossen
http://willemkossen.nl/b</description>
		<content:encoded><![CDATA[<p>Thanks for this great tip. I&#8217;ll be trying it on all my blogs/sites right away. There is however one thing I&#8217;ld like you to reply to (if you have time)&#8230;</p>
<p>If people access the site from their cache, I don&#8217;t see them in my log. How accurate is my traffic analysis then? (Depending on expiry times of course&#8230;)</p>
<p>Cheers</p>
<p>Willem Kossen<br />
<a href="http://willemkossen.nl/b" rel="nofollow">http://willemkossen.nl/b</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyndi</title>
		<link>http://technicallyeasy.net/2008/10/increase-you-web-site-speed-with-htaccess/comment-page-1/#comment-910</link>
		<dc:creator>Lyndi</dc:creator>
		<pubDate>Mon, 27 Oct 2008 17:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://technicallyeasy.net/?p=359#comment-910</guid>
		<description>Quite some time ago I came across something similar to this. I took notice at the time but then promptly forgot about it. Thanks for the reminder. When I have some time I will experiment with the suggestions made here. Thanks.</description>
		<content:encoded><![CDATA[<p>Quite some time ago I came across something similar to this. I took notice at the time but then promptly forgot about it. Thanks for the reminder. When I have some time I will experiment with the suggestions made here. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nihar</title>
		<link>http://technicallyeasy.net/2008/10/increase-you-web-site-speed-with-htaccess/comment-page-1/#comment-908</link>
		<dc:creator>Nihar</dc:creator>
		<pubDate>Mon, 27 Oct 2008 03:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://technicallyeasy.net/?p=359#comment-908</guid>
		<description>Great post!!!

I will implement this directives in .htaccess. 

Thanks again for the great post.</description>
		<content:encoded><![CDATA[<p>Great post!!!</p>
<p>I will implement this directives in .htaccess. </p>
<p>Thanks again for the great post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
