<?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: 10 Ways to Instantly Speed Up Your Website</title>
	<atom:link href="http://devmoose.com/coding/10-ways-to-instantly-speed-up-your-website/feed" rel="self" type="application/rss+xml" />
	<link>http://devmoose.com/coding/10-ways-to-instantly-speed-up-your-website</link>
	<description>DevMoose is a blog dedicated to Web Development and Design that provides articles about new techniques, trends and more to help you grow as a web developer and designer.</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:35:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: webstar</title>
		<link>http://devmoose.com/coding/10-ways-to-instantly-speed-up-your-website/comment-page-1#comment-1586</link>
		<dc:creator>webstar</dc:creator>
		<pubDate>Sat, 21 Jan 2012 14:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://devmoose.com/?p=101#comment-1586</guid>
		<description>all these steps are important for speed up your website. here are some tips &lt;a href=&quot;http://www.freewindowstips.com/2012/01/11/6-ways-to-speed-up-your-site/&quot; rel=&quot;nofollow&quot;&gt;&lt;b&gt;speed up your website&lt;/b&gt;&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>all these steps are important for speed up your website. here are some tips <a href="http://www.freewindowstips.com/2012/01/11/6-ways-to-speed-up-your-site/" rel="nofollow"><b>speed up your website</b></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpdotmd</title>
		<link>http://devmoose.com/coding/10-ways-to-instantly-speed-up-your-website/comment-page-1#comment-945</link>
		<dc:creator>wpdotmd</dc:creator>
		<pubDate>Sat, 13 Aug 2011 07:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://devmoose.com/?p=101#comment-945</guid>
		<description>kilas mentioned the most effective way to speed-up the website. Using Gzip is a best way.

To see if your site is already GZipped you can use GzipDetect:
http://www.sysadmin.md:3000/</description>
		<content:encoded><![CDATA[<p>kilas mentioned the most effective way to speed-up the website. Using Gzip is a best way.</p>
<p>To see if your site is already GZipped you can use GzipDetect:<br />
<a href="http://www.sysadmin.md:3000/" rel="nofollow">http://www.sysadmin.md:3000/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://devmoose.com/coding/10-ways-to-instantly-speed-up-your-website/comment-page-1#comment-247</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Fri, 30 Apr 2010 02:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://devmoose.com/?p=101#comment-247</guid>
		<description>@Omer Greenwald: You&#039;re totally right! I forgot to about minimizing PHP Queries; this increases the server-side performance of your website.</description>
		<content:encoded><![CDATA[<p>@Omer Greenwald: You&#8217;re totally right! I forgot to about minimizing PHP Queries; this increases the server-side performance of your website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omer Greenwald</title>
		<link>http://devmoose.com/coding/10-ways-to-instantly-speed-up-your-website/comment-page-1#comment-246</link>
		<dc:creator>Omer Greenwald</dc:creator>
		<pubDate>Tue, 27 Apr 2010 21:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://devmoose.com/?p=101#comment-246</guid>
		<description>Great comprehensive article, thanks. I would also add to minimize PHP queries and db calls by turning dynamic code to static (only where it is reasonable to do so).</description>
		<content:encoded><![CDATA[<p>Great comprehensive article, thanks. I would also add to minimize PHP queries and db calls by turning dynamic code to static (only where it is reasonable to do so).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yabate</title>
		<link>http://devmoose.com/coding/10-ways-to-instantly-speed-up-your-website/comment-page-1#comment-245</link>
		<dc:creator>yabate</dc:creator>
		<pubDate>Sat, 17 Apr 2010 19:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://devmoose.com/?p=101#comment-245</guid>
		<description>Thanks friend for all those informations.

Currently i am using everything you wrote except CSS Sprites and preload components.

I already tried to make CSS sprites, but my wp theme syndicates some errors,so i left it for a near future time.
Thanks for info&#039;s...</description>
		<content:encoded><![CDATA[<p>Thanks friend for all those informations.</p>
<p>Currently i am using everything you wrote except CSS Sprites and preload components.</p>
<p>I already tried to make CSS sprites, but my wp theme syndicates some errors,so i left it for a near future time.<br />
Thanks for info&#8217;s&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon</title>
		<link>http://devmoose.com/coding/10-ways-to-instantly-speed-up-your-website/comment-page-1#comment-142</link>
		<dc:creator>Gordon</dc:creator>
		<pubDate>Mon, 01 Feb 2010 00:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://devmoose.com/?p=101#comment-142</guid>
		<description>I use YSlow and AOL Webpage test for diagnostics. We put a website accelerator software called Aptimize WAX on our sites almost a year ago and that has saved us a tonne of time as we no longer have to do &quot;manual&quot; performance tuning, WAX does the optimizations automatically and our sites are between 32-54% faster, depending on the page. Must say I always struggled with manual tuning so this has been a great find for me.</description>
		<content:encoded><![CDATA[<p>I use YSlow and AOL Webpage test for diagnostics. We put a website accelerator software called Aptimize WAX on our sites almost a year ago and that has saved us a tonne of time as we no longer have to do &#8220;manual&#8221; performance tuning, WAX does the optimizations automatically and our sites are between 32-54% faster, depending on the page. Must say I always struggled with manual tuning so this has been a great find for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://devmoose.com/coding/10-ways-to-instantly-speed-up-your-website/comment-page-1#comment-43</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Thu, 21 Jan 2010 05:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://devmoose.com/?p=101#comment-43</guid>
		<description>@Tony: apparently there are quite some web designers out there that don&#039;t use it though</description>
		<content:encoded><![CDATA[<p>@Tony: apparently there are quite some web designers out there that don&#8217;t use it though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://devmoose.com/coding/10-ways-to-instantly-speed-up-your-website/comment-page-1#comment-42</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 20 Jan 2010 01:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://devmoose.com/?p=101#comment-42</guid>
		<description>Firebug is the web designer&#039;s favorite toy.</description>
		<content:encoded><![CDATA[<p>Firebug is the web designer&#8217;s favorite toy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://devmoose.com/coding/10-ways-to-instantly-speed-up-your-website/comment-page-1#comment-36</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Thu, 14 Jan 2010 21:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://devmoose.com/?p=101#comment-36</guid>
		<description>@Arnold Dela Cruz, for this blog I&#039;m using contact form 7, which by default places WordPress&#039; jQuery and c-form 7&#039;s Css file.
I prevented c-form from doing this. I put the jQuery hosted by google @ the bottom and included the c-form 7 css manually in my main css file.

You can prevent any plugin from automatically adding css and js files in the top. I always do this to speed up the use of plugins if I have to(I try to use as little as possible to keep the blog fast).

@Aaron: thanks for the share! I didn’t know that the script did all of those things.. I thought it just minifies.</description>
		<content:encoded><![CDATA[<p>@Arnold Dela Cruz, for this blog I&#8217;m using contact form 7, which by default places WordPress&#8217; jQuery and c-form 7&#8242;s Css file.<br />
I prevented c-form from doing this. I put the jQuery hosted by google @ the bottom and included the c-form 7 css manually in my main css file.</p>
<p>You can prevent any plugin from automatically adding css and js files in the top. I always do this to speed up the use of plugins if I have to(I try to use as little as possible to keep the blog fast).</p>
<p>@Aaron: thanks for the share! I didn’t know that the script did all of those things.. I thought it just minifies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron M.</title>
		<link>http://devmoose.com/coding/10-ways-to-instantly-speed-up-your-website/comment-page-1#comment-35</link>
		<dc:creator>Aaron M.</dc:creator>
		<pubDate>Thu, 14 Jan 2010 19:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://devmoose.com/?p=101#comment-35</guid>
		<description>Good list!
I have been using Minify ( http://code.google.com/p/minify/ ) for a good portion of the optimizations listed here since 2007 with great success. It handles combining Javascript and CSS files, minifying them and gzipping them.  It also has some pretty intelligent server-side and browser caching that will boost performance even more by not regenerating the files with PHP unless something has changed and by allowing browsers to use a cached copy unless something has changed.</description>
		<content:encoded><![CDATA[<p>Good list!<br />
I have been using Minify ( <a href="http://code.google.com/p/minify/" rel="nofollow">http://code.google.com/p/minify/</a> ) for a good portion of the optimizations listed here since 2007 with great success. It handles combining Javascript and CSS files, minifying them and gzipping them.  It also has some pretty intelligent server-side and browser caching that will boost performance even more by not regenerating the files with PHP unless something has changed and by allowing browsers to use a cached copy unless something has changed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

