<?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>kdmurray.blog &#187; optimize</title>
	<atom:link href="http://kdmurray.net/tag/optimize/feed/" rel="self" type="application/rss+xml" />
	<link>http://kdmurray.net</link>
	<description>The crossroads of life and tech</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FasterFox? Pfffftt! RAM-Fox!</title>
		<link>http://kdmurray.net/2009/03/31/fasterfox-pfffftt-ram-fox/</link>
		<comments>http://kdmurray.net/2009/03/31/fasterfox-pfffftt-ram-fox/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 02:46:06 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[ram]]></category>
		<category><![CDATA[ramdrive]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=564</guid>
		<description><![CDATA[You wanna speed up your browser? Get your browser into memory.  I posted a couple of weeks ago about creating RAM disks on your system to offer some high-speed storage on your computer.  Now the question is: what should I do with it? RAM Fox! RAMFox is an implementation of Firefox Portable which is based [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-621" style="border: 0pt none; margin: 4px 8px;" title="ramfox" src="http://kdmurray.net/wp-content/uploads/2009/03/ramfox11.png" alt="ramfox" width="191" height="119" />You wanna speed up your browser? Get your browser into memory.  I posted a couple of weeks ago about <a href="http://kdmurray.net/2009/03/21/ram-disks-storing-files-in-memory/" target="_blank">creating RAM disks</a> on your system to offer some high-speed storage on your computer.  Now the question is: what should I do with it?</p>
<p>RAM Fox!</p>
<p>RAMFox is an implementation of <a href="http://portableapps.com/apps/internet/firefox_portable" target="_blank">Firefox Portable</a> which is based out of a RAM drive. By loading the application onto the RAM drive, all of the I/O operations that write to the disk are vastly sped up.</p>
<p>The implementation itself is pretty simple: copy the contents of the portable Firefox to the RAM drive and load it from there.</p>
<p><code>@cls</p>
<p>if "%1"=="bak" goto bak<br />
xcopy c:systoolsramfox /e /s /d /y r:ramfox<br />
call r:ramfoxFF.lnk %1</p>
<p>goto end</p>
<p>:bak<br />
xcopy r:ramfox /e /s /d /y c:systoolsramfox<br />
del c:systoolsramfoxurlclassifierkey3.txt<br />
del c:systoolsramfoxurlclassifier3.sqlite<br />
goto end</p>
<p>:end</code></p>
<p>The batch file is pretty simple.  It just uses <a href="http://www.computerhope.com/xcopyhlp.htm" target="_blank">xcopy</a> to transfer the files.  The key is the second option, the &#8220;bak&#8221; option which copies the files back from the RAM disk to the permanent storage on the hard drive. What this does is copies back all of the files that were updated during the browsing sessions including passwords, cache and history.</p>
<p>Give this a shot if you&#8217;re wanting to find some ways to speed up your browsing experience or ways to make use of your RAM disk.</p>
<p>Image credit: <a href="http://www.flickr.com/photos/raeallen/85758056/" target="_blank">RaeA</a> on Flickr.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2009/03/31/fasterfox-pfffftt-ram-fox/&via=kdmurray&text=FasterFox? Pfffftt! RAM-Fox!&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2009/03/31/fasterfox-pfffftt-ram-fox/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 473/490 objects using disk: basic

Served from: kdmurray.net @ 2012-02-08 19:26:50 -->
