<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Why are scripts slow to load in Firefox when using Visual Studio’s built-in development Web server (a.k.a. Cassini)?</title><link>http://weblogs.asp.net/bleroy/archive/2008/12/29/why-are-scripts-slow-to-load-in-firefox-when-using-visual-studio-s-built-in-development-web-server-a-k-a-cassini.aspx</link><description>If you’ve been doing some script development in Visual Studio and Firebug, you may have experienced something like this: Notice how all resources take more than a second to load? Loading of scripts being sequential doesn’t help either. And of course,</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Why are scripts slow to load in Firefox when using Visual Studio’s built-in development Web server (a.k.a. Cassini)?</title><link>http://weblogs.asp.net/bleroy/archive/2008/12/29/why-are-scripts-slow-to-load-in-firefox-when-using-visual-studio-s-built-in-development-web-server-a-k-a-cassini.aspx#6861448</link><pubDate>Tue, 27 Jan 2009 11:52:24 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6861448</guid><dc:creator>Ran Davidovitz</dc:creator><author>Ran Davidovitz</author><description>&lt;p&gt;this issue made me crazy!, thanks for sharing.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6861448" width="1" height="1"&gt;</description></item><item><title>re: Why are scripts slow to load in Firefox when using Visual Studio’s built-in development Web server (a.k.a. Cassini)?</title><link>http://weblogs.asp.net/bleroy/archive/2008/12/29/why-are-scripts-slow-to-load-in-firefox-when-using-visual-studio-s-built-in-development-web-server-a-k-a-cassini.aspx#6808863</link><pubDate>Tue, 30 Dec 2008 01:56:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6808863</guid><dc:creator>takepara</dc:creator><author>takepara</author><description>&lt;p&gt;edit your hosts file.&lt;/p&gt;
&lt;p&gt;%SystemRoot%\system32\drivers\hosts&lt;/p&gt;
&lt;p&gt;127.0.0.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; localhost&lt;/p&gt;
&lt;p&gt;#::1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; localhost &amp;lt;- comment out here&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6808863" width="1" height="1"&gt;</description></item><item><title>re: Why are scripts slow to load in Firefox when using Visual Studio’s built-in development Web server (a.k.a. Cassini)?</title><link>http://weblogs.asp.net/bleroy/archive/2008/12/29/why-are-scripts-slow-to-load-in-firefox-when-using-visual-studio-s-built-in-development-web-server-a-k-a-cassini.aspx#6808775</link><pubDate>Mon, 29 Dec 2008 21:14:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6808775</guid><dc:creator>MarcLaFleur</dc:creator><author>MarcLaFleur</author><description>&lt;p&gt;This is caused by an IPv6 DNS problem. By using the 127.0.0.1 address you&amp;#39;re getting around this problem by a) using an IPv4 address and b) skipping DNS entirely.&lt;/p&gt;
&lt;p&gt;You can also fix this by disabling IPv6 support in Firefox. &amp;nbsp;Simply navigate to about:config and change the property “network.dns.disableIPv6” to true.&lt;/p&gt;
&lt;p&gt;Credit to Dan Wahlin for finding this (&lt;a rel="nofollow" target="_new" href="http://weblogs.asp.net/dwahlin"&gt;http://weblogs.asp.net/dwahlin&lt;/a&gt;)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6808775" width="1" height="1"&gt;</description></item></channel></rss>