<?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: Y Be Slow?</title>
	<atom:link href="http://www.commonmediainc.com/2008/03/27/y-be-slow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.commonmediainc.com/2008/03/27/y-be-slow/</link>
	<description>Online Communities and Web Development</description>
	<lastBuildDate>Fri, 02 Dec 2011 07:47:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: eRage webdesign</title>
		<link>http://www.commonmediainc.com/2008/03/27/y-be-slow/comment-page-1/#comment-588</link>
		<dc:creator>eRage webdesign</dc:creator>
		<pubDate>Thu, 27 May 2010 13:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/2008/03/27/y-be-slow/#comment-588</guid>
		<description>These sound like pretty good tips. I&#039;m developing a &quot;general&quot; .htaccess for most websites we&#039;re developing here.

Here&#039;s my take on the whole optimization story:

# Deflate on
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml text/javascript text/css application/x-javascript application/xhtml+xml application/javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent env=!dont-vary

# ETag off
Header unset ETag
FileETag None

#Expires on
ExpiresActive On
ExpiresDefault A0
ExpiresByType application/x-javascript &quot;access plus 1 weeks&quot;
ExpiresByType text/css &quot;access plus 1 weeks&quot;
ExpiresByType image/gif &quot;access plus 1 weeks&quot;
ExpiresByType image/png &quot;access plus 1 weeks&quot;
ExpiresByType image/x-icon &quot;access plus 1 weeks&quot;
ExpiresByType image/ico &quot;access plus 1 weeks&quot;
ExpiresByType image/jpeg &quot;access plus 1 weeks&quot;
ExpiresByType application/x-shockwave-flash &quot;access plus 1 weeks&quot;
ExpiresByType video/x-flv &quot;access plus 1 weeks&quot;

That&#039;s the .htaccess part. Also, I like putting Javascript files at the bottom of the page for quicker loading. Hope I helped you guys with this!</description>
		<content:encoded><![CDATA[<p>These sound like pretty good tips. I&#8217;m developing a &#8220;general&#8221; .htaccess for most websites we&#8217;re developing here.</p>
<p>Here&#8217;s my take on the whole optimization story:</p>
<p># Deflate on<br />
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml text/javascript text/css application/x-javascript application/xhtml+xml application/javascript<br />
BrowserMatch ^Mozilla/4 gzip-only-text/html<br />
BrowserMatch ^Mozilla/4\.0[678] no-gzip<br />
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html<br />
Header append Vary User-Agent env=!dont-vary</p>
<p># ETag off<br />
Header unset ETag<br />
FileETag None</p>
<p>#Expires on<br />
ExpiresActive On<br />
ExpiresDefault A0<br />
ExpiresByType application/x-javascript &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType text/css &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType image/gif &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType image/png &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType image/x-icon &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType image/ico &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType image/jpeg &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType application/x-shockwave-flash &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType video/x-flv &#8220;access plus 1 weeks&#8221;</p>
<p>That&#8217;s the .htaccess part. Also, I like putting Javascript files at the bottom of the page for quicker loading. Hope I helped you guys with this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nginx configuration tweaks for client-side speed optimization &#187; Common Media, Inc.</title>
		<link>http://www.commonmediainc.com/2008/03/27/y-be-slow/comment-page-1/#comment-545</link>
		<dc:creator>Nginx configuration tweaks for client-side speed optimization &#187; Common Media, Inc.</dc:creator>
		<pubDate>Fri, 07 May 2010 00:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/2008/03/27/y-be-slow/#comment-545</guid>
		<description>[...] we move more sites to an Nginx/Passenger server stack, we need to translate the server-side optimizations we use for browser-side performance from Apache configuration to Nginx. Here&#8217;s how that comes [...]</description>
		<content:encoded><![CDATA[<p>[...] we move more sites to an Nginx/Passenger server stack, we need to translate the server-side optimizations we use for browser-side performance from Apache configuration to Nginx. Here&#8217;s how that comes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pjmorse</title>
		<link>http://www.commonmediainc.com/2008/03/27/y-be-slow/comment-page-1/#comment-450</link>
		<dc:creator>pjmorse</dc:creator>
		<pubDate>Sat, 25 Apr 2009 18:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/2008/03/27/y-be-slow/#comment-450</guid>
		<description>Domain Flipping: What a confidence-inspiring name you have! And what relevant advice to the entry on which you commented!

I appreciate your pointing out the nofollow issue; it seems to be too blunt an instrument for its purpose, and I have in fact turned it off. &quot;Top Commenter&quot; seems too much like a contest, however; I don&#039;t care how often people comment, I care that they add useful ideas. (And, I should point out, the usefulness of their ideas is often in inverse proportion to their determination to push the URL of their business.)

To be more blunt, the steps you are suggesting sound to me like they&#039;re designed to cater to those who wish to build their page-rank by planting their own URLs in as many places as possible on the site, regardless of the relevance or utility of those URLs to the content we&#039;re attempting to provide. I think your motives and ours do not overlap terribly much.</description>
		<content:encoded><![CDATA[<p>Domain Flipping: What a confidence-inspiring name you have! And what relevant advice to the entry on which you commented!</p>
<p>I appreciate your pointing out the nofollow issue; it seems to be too blunt an instrument for its purpose, and I have in fact turned it off. &#8220;Top Commenter&#8221; seems too much like a contest, however; I don&#8217;t care how often people comment, I care that they add useful ideas. (And, I should point out, the usefulness of their ideas is often in inverse proportion to their determination to push the URL of their business.)</p>
<p>To be more blunt, the steps you are suggesting sound to me like they&#8217;re designed to cater to those who wish to build their page-rank by planting their own URLs in as many places as possible on the site, regardless of the relevance or utility of those URLs to the content we&#8217;re attempting to provide. I think your motives and ours do not overlap terribly much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domain Flipping</title>
		<link>http://www.commonmediainc.com/2008/03/27/y-be-slow/comment-page-1/#comment-449</link>
		<dc:creator>Domain Flipping</dc:creator>
		<pubDate>Sat, 25 Apr 2009 08:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/2008/03/27/y-be-slow/#comment-449</guid>
		<description>I strongly recommend that you turn the No Follow off in your comment section.

I&#039;ll watch Google Webmaster Tools, and if the links don&#039;t show up after a couple of weeks --- I won&#039;t go back to that blog again.

Another suggestion:  you should have a Top Commentator widget installed.

Do Follow and Top Commentator will ensure that you have a successful blog with lots of readers!</description>
		<content:encoded><![CDATA[<p>I strongly recommend that you turn the No Follow off in your comment section.</p>
<p>I&#8217;ll watch Google Webmaster Tools, and if the links don&#8217;t show up after a couple of weeks &#8212; I won&#8217;t go back to that blog again.</p>
<p>Another suggestion:  you should have a Top Commentator widget installed.</p>
<p>Do Follow and Top Commentator will ensure that you have a successful blog with lots of readers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pjmorse</title>
		<link>http://www.commonmediainc.com/2008/03/27/y-be-slow/comment-page-1/#comment-405</link>
		<dc:creator>pjmorse</dc:creator>
		<pubDate>Wed, 19 Nov 2008 14:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/2008/03/27/y-be-slow/#comment-405</guid>
		<description>Sreenath, if you have control over the full Apache configuration (e.g. if this is a VPS) you can add that line to the virtual host configuration block. Otherwise, you should ask your hosting provider how to enable compression on .js and .css files.</description>
		<content:encoded><![CDATA[<p>Sreenath, if you have control over the full Apache configuration (e.g. if this is a VPS) you can add that line to the virtual host configuration block. Otherwise, you should ask your hosting provider how to enable compression on .js and .css files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sreenath</title>
		<link>http://www.commonmediainc.com/2008/03/27/y-be-slow/comment-page-1/#comment-404</link>
		<dc:creator>Sreenath</dc:creator>
		<pubDate>Wed, 19 Nov 2008 14:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/2008/03/27/y-be-slow/#comment-404</guid>
		<description>Pjmorse,Thanks for ur response. i have put the code which u have suggested to place in .htaccess but it does not work for me.</description>
		<content:encoded><![CDATA[<p>Pjmorse,Thanks for ur response. i have put the code which u have suggested to place in .htaccess but it does not work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pjmorse</title>
		<link>http://www.commonmediainc.com/2008/03/27/y-be-slow/comment-page-1/#comment-403</link>
		<dc:creator>pjmorse</dc:creator>
		<pubDate>Wed, 19 Nov 2008 14:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/2008/03/27/y-be-slow/#comment-403</guid>
		<description>Sreenath, the four configuration lines above (under &quot;GZip Components&quot;, starting with AddOutputFilterByType DEFLATE) are the ones you want. Notice that for them to work in an .htaccess file, your host will need to have enabled directory-level configuration overrides; otherwise the .htaccess file will be ignored.</description>
		<content:encoded><![CDATA[<p>Sreenath, the four configuration lines above (under &#8220;GZip Components&#8221;, starting with AddOutputFilterByType DEFLATE) are the ones you want. Notice that for them to work in an .htaccess file, your host will need to have enabled directory-level configuration overrides; otherwise the .htaccess file will be ignored.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sreenath</title>
		<link>http://www.commonmediainc.com/2008/03/27/y-be-slow/comment-page-1/#comment-402</link>
		<dc:creator>Sreenath</dc:creator>
		<pubDate>Wed, 19 Nov 2008 10:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/2008/03/27/y-be-slow/#comment-402</guid>
		<description>i need to Gzip the componenets css,js files which appearing for the web page .With the tool YSlow i identified that there are the compenenets which are not Gzip. we are using apache2.2 version .please provide the code to place in .httpaccess file .

For my web page it showing Grade F for the Gzip Componenets. reply me</description>
		<content:encoded><![CDATA[<p>i need to Gzip the componenets css,js files which appearing for the web page .With the tool YSlow i identified that there are the compenenets which are not Gzip. we are using apache2.2 version .please provide the code to place in .httpaccess file .</p>
<p>For my web page it showing Grade F for the Gzip Componenets. reply me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Common Media, Inc. &#187; Blog Archive &#187; Rails asset hosts, SCM, and bundling</title>
		<link>http://www.commonmediainc.com/2008/03/27/y-be-slow/comment-page-1/#comment-193</link>
		<dc:creator>Common Media, Inc. &#187; Blog Archive &#187; Rails asset hosts, SCM, and bundling</dc:creator>
		<pubDate>Thu, 10 Apr 2008 00:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/2008/03/27/y-be-slow/#comment-193</guid>
		<description>[...] A &#8220;free&#8221; benefit of asset hosts is that by defining multiple asset hosts (a0 through an), you can fool a user&#8217;s browser into downloading your site through a dozen or more different connections, rather than just the two it limits itself two with any single server. Rails will make each asset link use a different asset host, and the browser will open two connections to each server, not caring that they all happen to be on the same box. This gets us extra YSlow points. [...]</description>
		<content:encoded><![CDATA[<p>[...] A &#8220;free&#8221; benefit of asset hosts is that by defining multiple asset hosts (a0 through an), you can fool a user&#8217;s browser into downloading your site through a dozen or more different connections, rather than just the two it limits itself two with any single server. Rails will make each asset link use a different asset host, and the browser will open two connections to each server, not caring that they all happen to be on the same box. This gets us extra YSlow points. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

