<?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>All My Brain &#187; performance</title>
	<atom:link href="http://allmybrain.com/tag/performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Sun, 15 Apr 2012 23:46:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Using YUI components in a templated environment</title>
		<link>http://allmybrain.com/2008/04/11/using-yui-components-in-a-templated-environment/</link>
		<comments>http://allmybrain.com/2008/04/11/using-yui-components-in-a-templated-environment/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 21:40:56 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=90</guid>
		<description><![CDATA[If you develop sites anything like I do, you'll end up setting up a site wide layout and theme before you start coding any individual pages. I like to add YUI components where they are useful, but I've come across a couple little quirks that were annoying me. Here are my observations and what I [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/04/11/using-yui-components-in-a-templated-environment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Serving JavaScript Fast</title>
		<link>http://allmybrain.com/2008/04/02/serving-javascript-fast/</link>
		<comments>http://allmybrain.com/2008/04/02/serving-javascript-fast/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 20:55:42 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2008/04/02/serving-javascript-fast/</guid>
		<description><![CDATA[I found this excellent writeup on serving JavaScript files posted on Digg.com. I think I'll convert some of those ideas to Python but I thought it worth posting here in the mean time with the link to the story. The next generation of web apps make heavy use of JavaScript and CSS. We’ll show you [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/04/02/serving-javascript-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making WP-Super-Cache gzip compression work</title>
		<link>http://allmybrain.com/2007/11/08/making-wp-super-cache-gzip-compression-work/</link>
		<comments>http://allmybrain.com/2007/11/08/making-wp-super-cache-gzip-compression-work/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 17:41:42 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-cache]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/11/08/making-wp-super-cache-gzip-compression-work/</guid>
		<description><![CDATA[I was pretty excited to see an update to WP-Cache. The first thing I noticed is that when I enabled the new super cache compression option, I started getting a file save as dialog instead of my pages. As of the current version of WP-Super-Cache, the readme.txt file states that if you get this, you [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/11/08/making-wp-super-cache-gzip-compression-work/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>WP Super Cache &#8211; The Ultimate WordPress Caching Plugin</title>
		<link>http://allmybrain.com/2007/11/06/wp-super-cache-the-ultimate-wordpress-caching-plugin/</link>
		<comments>http://allmybrain.com/2007/11/06/wp-super-cache-the-ultimate-wordpress-caching-plugin/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 21:45:07 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[digg effect]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-cache]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/11/06/wp-super-cache-the-ultimate-wordpress-caching-plugin/</guid>
		<description><![CDATA[I've upgraded my old WP-Cache plugin to this one that I found on Digg.com today. From the Digg.com Post: Tired of clicking a link off the Digg front page only to find a crashed or mortally lagged site on the other side? Finally, Donncha (one of the main WordPress developers) has solved the problem once [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/11/06/wp-super-cache-the-ultimate-wordpress-caching-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fixing Slow Resizing of Windows with Compiz and Emerald</title>
		<link>http://allmybrain.com/2007/10/26/fixing-slow-resizing-of-windows-with-compiz-and-emerald/</link>
		<comments>http://allmybrain.com/2007/10/26/fixing-slow-resizing-of-windows-with-compiz-and-emerald/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 16:16:50 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[aiglx]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/26/fixing-slow-resizing-of-windows-with-compiz-and-emerald/</guid>
		<description><![CDATA[One of the 1st things I noticed after upgrading to AIGLX with the new ATI drivers was that window resizing was incredibly slow. A quick search on Google yielded a LOT of results for the same problem. The first thing I noticed however, was that they were OLD forum threads. They did mention however, that [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/26/fixing-slow-resizing-of-windows-with-compiz-and-emerald/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Customize your laptop speed for temperature and performance</title>
		<link>http://allmybrain.com/2007/10/13/customize-your-laptop-speed-for-temperature-and-performance/</link>
		<comments>http://allmybrain.com/2007/10/13/customize-your-laptop-speed-for-temperature-and-performance/#comments</comments>
		<pubDate>Sat, 13 Oct 2007 21:11:09 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[SpeedStep]]></category>
		<category><![CDATA[temperature]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/13/customize-your-laptop-speed-for-temperature-and-performance/</guid>
		<description><![CDATA[I while ago, I found a great article on Slashdot that shows how Windows XP manages variable speed CPUs. Well, at least it applies to Intel Speedstep technology. If you have an Intel processor (like the Core 2 Duo T7200 in my laptop), you can take full advantage of the different CPU frequency algorithms to [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/13/customize-your-laptop-speed-for-temperature-and-performance/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

