<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wagner Danda Weblog &#187; Chrome</title>
	<atom:link href="http://www.wagnerdanda.me/tag/chrome/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wagnerdanda.me</link>
	<description>.NET, OpenSource, Web 2.0 and other projects</description>
	<lastBuildDate>Fri, 06 Aug 2010 04:28:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to fix Google Chrome problems with SSD &#8211; move cache to ramdisk</title>
		<link>http://www.wagnerdanda.me/2010/08/how-to-fix-google-chrome-problems-with-ssd-move-cache-to-ramdisk/</link>
		<comments>http://www.wagnerdanda.me/2010/08/how-to-fix-google-chrome-problems-with-ssd-move-cache-to-ramdisk/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 00:47:30 +0000</pubDate>
		<dc:creator>Wagner Danda</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[ssd problems]]></category>
		<category><![CDATA[stuttering]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://www.wagnerdanda.me/?p=193</guid>
		<description><![CDATA[If you've experienced SSD stuttering while using Google Chrome, you're not alone. Here is the quick solution: change Chrome's cache directory to another location using the following startup parameters: "...chrome.exe" --disk-cache-dir=<CACHE_DIR> --disk-cache-size=<SIZE_IN_BYTES>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve experienced <strong>SSD stuttering</strong> while using Google Chrome, you&#8217;re not alone. Here is the quick solution: change Chrome&#8217;s cache directory to another location (i.e. non-ssd harddrive, <a href="http://www.mydigitallife.info/2007/05/27/free-ramdisk-for-windows-vista-xp-2000-and-2003-server/">ramdisk</a>)!</p>
<p>So, how can I do this? <strong>It&#8217;s simple, you can </strong><strong>tweak Chrome with the following startup parameters:</strong></p>
<ul>
<li><strong><span style="font-weight: normal;">&#8220;&#8230;chrome.exe&#8221; </span><strong>&#8211;disk-cache-dir=<em><span style="font-weight: normal;">&lt;CACHE_DIR&gt;</span></em> &#8211;disk-cache-size=<em><span style="font-weight: normal;">&lt;SIZE_IN_BYTES&gt;</span></em></strong></strong></li>
</ul>
<p>Here is an example, pointing to a ramdisk drive (T:) and allocating a max of 500MB to it (which is nice to be able to control when you&#8217;re using ramdisk):</p>
<ul>
<li>chrome.exe<strong> &#8211;disk-cache-dir=</strong>T:\ChromeCache<strong> &#8211;disk-cache-size=</strong>524288000</li>
</ul>
<p>Here is a discussion post about these new parameters for more info:</p>
<ul>
<li><a href="http://www.google.com/support/forum/p/Chrome/thread?tid=098d42a41aacdc6d&amp;hl=en">Needed Feature: Cache Size/Location</a></li>
</ul>
<p>So far this has worked great for me, much better than reallocating the whole home dir using symlinks, junctions and the <strong>&#8211;user-data-dir</strong> parameter . If you still want to do this, follow these examples:</p>
<ul>
<li><a href="http://www.youtube.com/watch?v=RDVbdU9rbTY">How To Relocate Google Chrome Cache Folder To Data Disk Partition?</a></li>
<li><a href="http://www.google.com/support/forum/p/Chrome/thread?tid=311f28c02423b1af&amp;hl=en">Google Chrome Locks up slightly with SSD Drives &#8211; Google Chrome Help</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wagnerdanda.me/2010/08/how-to-fix-google-chrome-problems-with-ssd-move-cache-to-ramdisk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ASP.NET Development server slow on Windows Vista/7 with Firefox or Chrome</title>
		<link>http://www.wagnerdanda.me/2009/12/asp-net-development-server-slow-on-windows-vista7-with-firefox-or-chrome/</link>
		<comments>http://www.wagnerdanda.me/2009/12/asp-net-development-server-slow-on-windows-vista7-with-firefox-or-chrome/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 00:19:52 +0000</pubDate>
		<dc:creator>Wagner Danda</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Disable IPv6]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[IPV6]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[Visual Studio ASP.NET development server]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.wagnerdanda.me/?p=101</guid>
		<description><![CDATA[While developing an ASP.NET website running it on the Visual Studio ASP.NET development server I was noticing that page loads exceedingly slowly in Firefox and Google Chrome after upgrading to Windows 7 (same issue occurs with Windows Vista). 
A page refresh would usually take up to 3 seconds (localhost) even without changing the source code [...]]]></description>
			<content:encoded><![CDATA[<p><strong>While developing an ASP.NET website running it on the Visual Studio ASP.NET development server I was noticing that page loads exceedingly slowly in Firefox and Google Chrome after upgrading to Windows 7 (same issue occurs with Windows Vista). </strong></p>
<p>A page refresh would usually take up to 3 seconds (localhost) even without changing the source code (so it should be instantaneously, especially now that I&#8217;m using a SSD).</p>
<p>It appears that there is some kind of <a href="http://weblogs.asp.net/dwahlin/archive/2007/06/17/fixing-firefox-slowness-with-localhost-on-vista.aspx">bug on Vista/Windows 7 with DSN and IPv6</a>, but that can be easily fixed. Here are some of the solutions I have found:</p>
<p><strong>1. </strong><strong>Recommended Solution &#8211; machine wide</strong>: uncomment the localhost address in the hosts file (%WINDIR%\System32\drivers\etc\hosts): (<a href="http://stackoverflow.com/questions/1628793/setting-up-iis7-5-for-local-asp-net-development">source</a>)</p>
<blockquote><p># localhost name resolution is handled within DNS itself.</p>
<p><span style="white-space: pre;"> </span>127.0.0.1       localhost</p>
<p>#<span style="white-space: pre;"> </span>::1             localhost</p></blockquote>
<blockquote>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 153px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"># localhost name resolution is handled within DNS itself.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 153px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>127.0.0.1       localhost</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 153px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">#<span style="white-space: pre;"> </span>::1             localhost</div>
</blockquote>
<p><strong>2. </strong>Firefox-only solution: <a href="http://accidentaltechnologist.com/asp-net/aspnet-development-server-problems-under-vista/">disable IPv6</a></p>
<blockquote><p>1. Type about:config in the address bar and press Enter.</p>
<p>2. Scroll down until you find network.dns.disableIPv6.</p>
<p>3. Double-click on it to change its value to true.</p>
<p>4. Restart Firefox.</p></blockquote>
<p><strong>3. </strong>System wide-configuration (option 1):<strong> </strong><a href="http://www.windowsreference.com/networking/disable-ipv6-random-identifier-in-windows-7-server-2008-vista/">Disable IPv6 Random identifier</a></p>
<blockquote><p>netsh interface tcp set global autotuninglevel=disabled</p></blockquote>
<p><strong>4.<span style="font-weight: normal;"><strong> </strong>System wide-configuration (option 2): <a href="http://www.tech-faq.com/how-do-i-remove-ipv6-in-vista.shtml">Disable IPv6 from Your LAN Interfaces and Connections</a></span></strong></p>
<blockquote><p>1. Launch Vista, click on Start, and then click on Run. Once the Run window appears, type regedit.</p>
<p>2. Once you have accessed the registry, you will add a registry value as follows: (DWORD type) Set to OxFF.</p>
<p>3. The registry is as follows: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\DisabledComponents</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wagnerdanda.me/2009/12/asp-net-development-server-slow-on-windows-vista7-with-firefox-or-chrome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
