<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Top 10 ways to speed up a website</title>
	<atom:link href="http://theblogjoint.com/2006/06/27/top-10-ways-to-speed-up-a-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://theblogjoint.com/2006/06/27/top-10-ways-to-speed-up-a-website/</link>
	<description>Tech News/Reviews/How To's</description>
	<pubDate>Fri, 30 Jul 2010 04:09:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kabon</title>
		<link>http://theblogjoint.com/2006/06/27/top-10-ways-to-speed-up-a-website/comment-page-1/#comment-148575</link>
		<dc:creator>Kabon</dc:creator>
		<pubDate>Fri, 22 Aug 2008 21:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://theblogjoint.com/?p=144#comment-148575</guid>
		<description>Thanks for this article. I didn't knew about 4, 5 and 9. Great tips.</description>
		<content:encoded><![CDATA[<p>Thanks for this article. I didn&#8217;t knew about 4, 5 and 9. Great tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad</title>
		<link>http://theblogjoint.com/2006/06/27/top-10-ways-to-speed-up-a-website/comment-page-1/#comment-77</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Thu, 29 Jun 2006 03:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://theblogjoint.com/?p=144#comment-77</guid>
		<description>Great tip, caching is very useful, and does save load time in the future.</description>
		<content:encoded><![CDATA[<p>Great tip, caching is very useful, and does save load time in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gubatron</title>
		<link>http://theblogjoint.com/2006/06/27/top-10-ways-to-speed-up-a-website/comment-page-1/#comment-76</link>
		<dc:creator>Gubatron</dc:creator>
		<pubDate>Thu, 29 Jun 2006 03:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://theblogjoint.com/?p=144#comment-76</guid>
		<description>If you're using a dynamic programming language, or if you have certain configuration permitions, look into using Caching, to allow your page to scale if the number of connections increases.

Caching is basically, saving the final output of your dinamically generated pages (.php, .jsp, .aspx) in shared memory or files on disk, thus eliminating the need to use CPU cycles, or database connections (queries), to output something that's been precalculated and you know there's no need to recalculate for a certain amount of time.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using a dynamic programming language, or if you have certain configuration permitions, look into using Caching, to allow your page to scale if the number of connections increases.</p>
<p>Caching is basically, saving the final output of your dinamically generated pages (.php, .jsp, .aspx) in shared memory or files on disk, thus eliminating the need to use CPU cycles, or database connections (queries), to output something that&#8217;s been precalculated and you know there&#8217;s no need to recalculate for a certain amount of time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
