<?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: Speeding Up Page Loading for JavaScript Heavy Sites</title>
	<atom:link href="http://www.devirtuoso.com/2009/08/speeding-up-page-loading-for-javascript-heavy-sites/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devirtuoso.com/2009/08/speeding-up-page-loading-for-javascript-heavy-sites/</link>
	<description>Web Development Wickedness</description>
	<lastBuildDate>Fri, 11 Dec 2009 12:28:24 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shawn</title>
		<link>http://www.devirtuoso.com/2009/08/speeding-up-page-loading-for-javascript-heavy-sites/comment-page-1/#comment-435</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Mon, 31 Aug 2009 23:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=972#comment-435</guid>
		<description>Thanks for the tip HB.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip HB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HB</title>
		<link>http://www.devirtuoso.com/2009/08/speeding-up-page-loading-for-javascript-heavy-sites/comment-page-1/#comment-432</link>
		<dc:creator>HB</dc:creator>
		<pubDate>Mon, 31 Aug 2009 19:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=972#comment-432</guid>
		<description>Great explanation with clear figures! I do have one suggestion though for the last example:

// setTimeout(&quot;loadFiles();&quot;, 5000);
setTimeout(loadFiles, 5000);

Passing a string causes setTimeout and setInterval to use eval() instead of just executing the code, which is less efficient and can lead to scope issues. The scope part doesn&#039;t matter in this particular case but it&#039;s never an issue when you pass a function, so it&#039;s best to get into that habit anyway.</description>
		<content:encoded><![CDATA[<p>Great explanation with clear figures! I do have one suggestion though for the last example:</p>
<p>// setTimeout(&#8221;loadFiles();&#8221;, 5000);<br />
setTimeout(loadFiles, 5000);</p>
<p>Passing a string causes setTimeout and setInterval to use eval() instead of just executing the code, which is less efficient and can lead to scope issues. The scope part doesn&#8217;t matter in this particular case but it&#8217;s never an issue when you pass a function, so it&#8217;s best to get into that habit anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bqlr</title>
		<link>http://www.devirtuoso.com/2009/08/speeding-up-page-loading-for-javascript-heavy-sites/comment-page-1/#comment-404</link>
		<dc:creator>bqlr</dc:creator>
		<pubDate>Fri, 28 Aug 2009 04:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=972#comment-404</guid>
		<description>just a idea, IE&#039;s running javascript thread is not controlled by you when use &quot;importFile(&#039;javascriptFile.js&#039;);&quot;</description>
		<content:encoded><![CDATA[<p>just a idea, IE&#8217;s running javascript thread is not controlled by you when use &#8220;importFile(&#8217;javascriptFile.js&#8217;);&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: You are now listed on FAQPAL</title>
		<link>http://www.devirtuoso.com/2009/08/speeding-up-page-loading-for-javascript-heavy-sites/comment-page-1/#comment-402</link>
		<dc:creator>You are now listed on FAQPAL</dc:creator>
		<pubDate>Thu, 27 Aug 2009 14:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=972#comment-402</guid>
		<description>&lt;strong&gt;Speeding Up Page Loading for JavaScript Heavy Sites...&lt;/strong&gt;

JavaScript libraries help enhance our websites.  Unfortunately they also slow down the page loading process. Here is a little tip to help speed up your page loads, while keeping those fantastic libraries you love so much....</description>
		<content:encoded><![CDATA[<p><strong>Speeding Up Page Loading for JavaScript Heavy Sites&#8230;</strong></p>
<p>JavaScript libraries help enhance our websites.  Unfortunately they also slow down the page loading process. Here is a little tip to help speed up your page loads, while keeping those fantastic libraries you love so much&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
