<?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: Speed Tips: Use Multiple SubDomains</title>
	<atom:link href="http://www.askapache.com/htaccess/apache-speed-subdomains.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/apache-speed-subdomains.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: non</title>
		<link>http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-93441</link>
		<dc:creator>non</dc:creator>
		<pubDate>Fri, 07 Aug 2009 15:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-93441</guid>
		<description>I&#039;d like to use godaddy subdomain host on dreamhost, too.</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to use godaddy subdomain host on dreamhost, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin</title>
		<link>http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-90549</link>
		<dc:creator>Marcin</dc:creator>
		<pubDate>Sat, 25 Jul 2009 18:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-90549</guid>
		<description>&lt;strong&gt;@Ajay&lt;/strong&gt;: 

Yes, it would be, but thanks to this solution, browser can download files asynchronously, what will result in faster page load time.</description>
		<content:encoded><![CDATA[<p><strong>@Ajay</strong>: </p>
<p>Yes, it would be, but thanks to this solution, browser can download files asynchronously, what will result in faster page load time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-72716</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 03 May 2009 15:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-72716</guid>
		<description>Afaik the concurrent connection limit for IE / Mozilla is 2, which alone makes the benefit of this technique moot. 

But even the browser could connect to 10 hosts at once, what&#039;s to stop it connecting to the same host 10 times? It will do this automatically if it decides it&#039;ll help performance.

Also remember that Apache and other servers will do Keep-alive on those connections, which eliminates the TCP/IP overhead of additional requests to the same host. You lose this benefit if you spread the requests. This cost gets higher the worse latency gets.</description>
		<content:encoded><![CDATA[<p>Afaik the concurrent connection limit for IE / Mozilla is 2, which alone makes the benefit of this technique moot. </p>
<p>But even the browser could connect to 10 hosts at once, what&#8217;s to stop it connecting to the same host 10 times? It will do this automatically if it decides it&#8217;ll help performance.</p>
<p>Also remember that Apache and other servers will do Keep-alive on those connections, which eliminates the TCP/IP overhead of additional requests to the same host. You lose this benefit if you spread the requests. This cost gets higher the worse latency gets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-56339</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 14 Jan 2009 09:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-56339</guid>
		<description>Thatx a lot for article!

Some words about comments:
don`t forget about *.domain.com A fields in name servers which describes a lot of subdomains.
that can be very impressive and fury if you want to create them with just 1!(or 2 if you not use www.) dns query(ies).
also you can use special subdomain to describe a group of subdomains...
4example:
subdomains z.s.askapache.com, f.s.askapache.com
- and just one A record *.s.askapache.com
... two dns queries. and a lot of subdomains available now. )

amazing)...</description>
		<content:encoded><![CDATA[<p>Thatx a lot for article!</p>
<p>Some words about comments:<br />
don`t forget about *.domain.com A fields in name servers which describes a lot of subdomains.<br />
that can be very impressive and fury if you want to create them with just 1!(or 2 if you not use www.) dns query(ies).<br />
also you can use special subdomain to describe a group of subdomains&#8230;<br />
4example:<br />
subdomains z.s.askapache.com, f.s.askapache.com<br />
- and just one A record *.s.askapache.com<br />
&#8230; two dns queries. and a lot of subdomains available now. )</p>
<p>amazing)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zuborg</title>
		<link>http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-46115</link>
		<dc:creator>zuborg</dc:creator>
		<pubDate>Thu, 16 Oct 2008 08:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-46115</guid>
		<description>More domains mean more additional delays to resolve these domains. Anyway 3-6 such additional domains for images can strongly speedup your site loading speed if there is a lot of images to load.
You can also do tests using tools like http://Site-Perf.com/ or YSlow to see what exactly cause your site to load so long time.</description>
		<content:encoded><![CDATA[<p>More domains mean more additional delays to resolve these domains. Anyway 3-6 such additional domains for images can strongly speedup your site loading speed if there is a lot of images to load.<br />
You can also do tests using tools like http://Site-Perf.com/ or YSlow to see what exactly cause your site to load so long time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mirang</title>
		<link>http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-45850</link>
		<dc:creator>Mirang</dc:creator>
		<pubDate>Fri, 03 Oct 2008 06:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-45850</guid>
		<description>Do the subdomains need to have unique ip addresses?
On a hosted account,you would normally have a shared ip,and the subdomain would also have the same ip as the domain.would the benfits be the same in that case too?</description>
		<content:encoded><![CDATA[<p>Do the subdomains need to have unique ip addresses?<br />
On a hosted account,you would normally have a shared ip,and the subdomain would also have the same ip as the domain.would the benfits be the same in that case too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julien</title>
		<link>http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-45251</link>
		<dc:creator>julien</dc:creator>
		<pubDate>Mon, 15 Sep 2008 03:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-45251</guid>
		<description>Well...well...

What is the conclusion then? we have people saying it&#039;s good and others bad. And from the same host in one case (dreamhost).

Maybe benchmark would be needed, no? or maybe explain that this technique might be good for DV or VPS but not for shared servers.

Or maybe it&#039;s good for low traffic site and not heavy traffic or vice versa

Are there any guru out there that can share their knowledge and not just their experience as it&#039;s seem to vary from one site to another.

i dunno, i am just trying to figure out what&#039;s best.

cheers</description>
		<content:encoded><![CDATA[<p>Well&#8230;well&#8230;</p>
<p>What is the conclusion then? we have people saying it&#8217;s good and others bad. And from the same host in one case (dreamhost).</p>
<p>Maybe benchmark would be needed, no? or maybe explain that this technique might be good for DV or VPS but not for shared servers.</p>
<p>Or maybe it&#8217;s good for low traffic site and not heavy traffic or vice versa</p>
<p>Are there any guru out there that can share their knowledge and not just their experience as it&#8217;s seem to vary from one site to another.</p>
<p>i dunno, i am just trying to figure out what&#8217;s best.</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tandys</title>
		<link>http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-45031</link>
		<dc:creator>tandys</dc:creator>
		<pubDate>Wed, 10 Sep 2008 02:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-45031</guid>
		<description>I have been trying to do this with my Joomla site, but alas, Joomla doesn&#039;t allows such trickery. I am now getting quotes from component developers to try to bring such features to Joomla.</description>
		<content:encoded><![CDATA[<p>I have been trying to do this with my Joomla site, but alas, Joomla doesn&#8217;t allows such trickery. I am now getting quotes from component developers to try to bring such features to Joomla.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard X. Thripp</title>
		<link>http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-44531</link>
		<dc:creator>Richard X. Thripp</dc:creator>
		<pubDate>Sun, 24 Aug 2008 20:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-44531</guid>
		<description>This is not a good idea. Each subdomain requires a separate DNS request, which makes the site slower. This is exactly the opposite of what you should do for a faster website.

Real speed benefits come from things like cached gzipping, merging CSS and JavaScript files, CSS sprites, moving JavaScript to the bottom of the page, and far-future HTTP expires headers, not this.</description>
		<content:encoded><![CDATA[<p>This is not a good idea. Each subdomain requires a separate DNS request, which makes the site slower. This is exactly the opposite of what you should do for a faster website.</p>
<p>Real speed benefits come from things like cached gzipping, merging CSS and JavaScript files, CSS sprites, moving JavaScript to the bottom of the page, and far-future HTTP expires headers, not this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juylien</title>
		<link>http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-44149</link>
		<dc:creator>juylien</dc:creator>
		<pubDate>Thu, 14 Aug 2008 02:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-subdomains.html#comment-44149</guid>
		<description>Thanks Kevin for pointing this. Good post. It&#039;s always good to know the limitation of each technique.

Pardon my question, cause i am just a novice who just love to learn more about all this; but you are more talking about a large site with high traffic, right?</description>
		<content:encoded><![CDATA[<p>Thanks Kevin for pointing this. Good post. It&#8217;s always good to know the limitation of each technique.</p>
<p>Pardon my question, cause i am just a novice who just love to learn more about all this; but you are more talking about a large site with high traffic, right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
