<?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>John Congdon &#187; Cache</title>
	<atom:link href="http://www.johncongdon.com/tag/cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johncongdon.com</link>
	<description>My life as an IT &#34;Professional&#34;</description>
	<lastBuildDate>Wed, 04 Jan 2012 13:26:19 +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>I Need More Cache</title>
		<link>http://www.johncongdon.com/i-need-more-cache/</link>
		<comments>http://www.johncongdon.com/i-need-more-cache/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 13:59:38 +0000</pubDate>
		<dc:creator>John Congdon</dc:creator>
				<category><![CDATA[Programmer's Mindset]]></category>
		<category><![CDATA[Cache]]></category>

		<guid isPermaLink="false">http://www.johncongdon.com/i-need-more-cache/</guid>
		<description><![CDATA[I hate knowing the answer to a problem, but taking for ever to implement it.&#160; Cacheing is probably one of the most important things I can do to improve a website, and yet it is one of my worst nightmares.&#160; It shouldn&#8217;t be at all.&#160; I have a fear of using outdated data because of [...]]]></description>
			<content:encoded><![CDATA[<p>I hate knowing the answer to a problem, but taking for ever to implement it.&nbsp; Cacheing is probably one of the most important things I can do to improve a website, and yet it is one of my worst nightmares.&nbsp; It shouldn&#8217;t be at all.&nbsp; I have a fear of using outdated data because of my spaghetti code. <img src='http://www.johncongdon.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I am working on this and coming to solutions slowly.&nbsp; It really was apparent on the last update I made.&nbsp; I had a script that was running probably a thousand plus queries.&nbsp; During testing by myself, of course I didn&#8217;t notice it.&nbsp; Launch it live to thousands of users running thousands of queries and you quickly learn about the mistake.&nbsp; To the tune of taking the server to its &#8216;knees&#8217;, which is kinda neat because they don&#8217;t have knees.&nbsp; Throw some quick cacheing into the mix and you have a happy system, and a happy system administrator (ME).</p>
<p>Check out the new feature that caused my little nightmare on <a href="http://www.bowlingball.com/">bowlingball.com top sellers</a> and <a href="http://www.bowlingball.com/">bowlingball.com popular searches</a>.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=e52afe40-21c5-8835-8829-c506dcb3545f" /></div>]]></content:encoded>
			<wfw:commentRss>http://www.johncongdon.com/i-need-more-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

