<?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: Basic and Sometimes Forgotten Tips on How to Speed Things Up</title>
	<atom:link href="http://www.swedishfika.com/2009/01/24/basic-and-sometimes-forgotten-tips-on-how-to-speed-things-up/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.swedishfika.com/2009/01/24/basic-and-sometimes-forgotten-tips-on-how-to-speed-things-up/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 23 Jul 2010 19:58:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ida</title>
		<link>http://www.swedishfika.com/2009/01/24/basic-and-sometimes-forgotten-tips-on-how-to-speed-things-up/comment-page-1/#comment-2171</link>
		<dc:creator>Ida</dc:creator>
		<pubDate>Wed, 28 Jan 2009 23:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=140#comment-2171</guid>
		<description>@Fredrik W: 
Thanks for your input! I really appreciate your opinions. And again you are right about gzipping. My mistake for saying it&#039;s not readable. It&#039;s perfectly readable.</description>
		<content:encoded><![CDATA[<p>@Fredrik W:<br />
Thanks for your input! I really appreciate your opinions. And again you are right about gzipping. My mistake for saying it&#8217;s not readable. It&#8217;s perfectly readable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik W</title>
		<link>http://www.swedishfika.com/2009/01/24/basic-and-sometimes-forgotten-tips-on-how-to-speed-things-up/comment-page-1/#comment-2169</link>
		<dc:creator>Fredrik W</dc:creator>
		<pubDate>Mon, 26 Jan 2009 22:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=140#comment-2169</guid>
		<description>Bah, I forgot a &quot;works&quot;. It should read &quot;Kinda like how WinZip works, but automagical&quot;. Silly me.</description>
		<content:encoded><![CDATA[<p>Bah, I forgot a &#8220;works&#8221;. It should read &#8220;Kinda like how WinZip works, but automagical&#8221;. Silly me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik W</title>
		<link>http://www.swedishfika.com/2009/01/24/basic-and-sometimes-forgotten-tips-on-how-to-speed-things-up/comment-page-1/#comment-2168</link>
		<dc:creator>Fredrik W</dc:creator>
		<pubDate>Mon, 26 Jan 2009 22:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=140#comment-2168</guid>
		<description>Gzipping shouldn&#039;t provide a problem with code readability though! It pretty much constructs a hoffman-table to minimize the code (byte-size, that is) before sending it. When the browser recieves it in unpacks in, so the process should be transparent to the end user. 
Kinda like how WinZip, but automagical :)

Just keep in mind that it adds some processing overhead server-side, so you may want to cache the result (if it&#039;s possible, but if I recall correctly it is :)).

Sorry if I came off as negative, the post was a good summary of useful techniques!</description>
		<content:encoded><![CDATA[<p>Gzipping shouldn&#8217;t provide a problem with code readability though! It pretty much constructs a hoffman-table to minimize the code (byte-size, that is) before sending it. When the browser recieves it in unpacks in, so the process should be transparent to the end user.<br />
Kinda like how WinZip, but automagical <img src='http://www.swedishfika.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Just keep in mind that it adds some processing overhead server-side, so you may want to cache the result (if it&#8217;s possible, but if I recall correctly it is <img src='http://www.swedishfika.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p>
<p>Sorry if I came off as negative, the post was a good summary of useful techniques!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ida</title>
		<link>http://www.swedishfika.com/2009/01/24/basic-and-sometimes-forgotten-tips-on-how-to-speed-things-up/comment-page-1/#comment-2167</link>
		<dc:creator>Ida</dc:creator>
		<pubDate>Mon, 26 Jan 2009 22:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=140#comment-2167</guid>
		<description>@cssProdigy: 
Thank you for thinking it&#039;s a great post. Made me happy!  In case anyone was wondering about the yahoo-stuff: http://developer.yahoo.com/performance/rules.html 
I could have been following these rules and making reviews and comments and argue about what&#039;s good and what&#039;s bad but that would have been a totally different post (and probably extremely long..) 

@Ethan Gardner:
Thanks for pointing it out. Typos can be very embarrassing..

@Fredrik W:
Feel free to do something more on the topic. Like screaming and waving your arms in agony! 
You are totally right. Obfuscating is ugly and gzipping is really cool stuff. We should make a big post on the subject and dig deeper!

I do understand that by following my links people can end up obfuscating things. Gaaaah! I never thought about that.
Please, people do NOT obfuscate! It&#039;s a sinful behaviour!
To be honest I&#039;m not a big fan of either compressing or gzipping and definately not obfuscating cause I kind of want to be able to easily read other peoples code.</description>
		<content:encoded><![CDATA[<p>@cssProdigy:<br />
Thank you for thinking it&#8217;s a great post. Made me happy!  In case anyone was wondering about the yahoo-stuff: <a href="http://developer.yahoo.com/performance/rules.html" rel="nofollow">http://developer.yahoo.com/performance/rules.html</a><br />
I could have been following these rules and making reviews and comments and argue about what&#8217;s good and what&#8217;s bad but that would have been a totally different post (and probably extremely long..) </p>
<p>@Ethan Gardner:<br />
Thanks for pointing it out. Typos can be very embarrassing..</p>
<p>@Fredrik W:<br />
Feel free to do something more on the topic. Like screaming and waving your arms in agony!<br />
You are totally right. Obfuscating is ugly and gzipping is really cool stuff. We should make a big post on the subject and dig deeper!</p>
<p>I do understand that by following my links people can end up obfuscating things. Gaaaah! I never thought about that.<br />
Please, people do NOT obfuscate! It&#8217;s a sinful behaviour!<br />
To be honest I&#8217;m not a big fan of either compressing or gzipping and definately not obfuscating cause I kind of want to be able to easily read other peoples code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik W</title>
		<link>http://www.swedishfika.com/2009/01/24/basic-and-sometimes-forgotten-tips-on-how-to-speed-things-up/comment-page-1/#comment-2164</link>
		<dc:creator>Fredrik W</dc:creator>
		<pubDate>Mon, 26 Jan 2009 19:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=140#comment-2164</guid>
		<description>&quot;4. Compress your css and your ‘beloved’ JavaScript&quot;

I&#039;m kinda &quot;meh&quot; on this topic. If you&#039;re just compressing your Javascript then fine, but if you&#039;re obfuscating it (sometimes known as packing) the browser will need to re-evaluate the Javascript before it can be executed, adding unnecessary overhead in your page&#039;s responsiveness.

Gzipping javascript and css is probably a better choice.</description>
		<content:encoded><![CDATA[<p>&#8220;4. Compress your css and your ‘beloved’ JavaScript&#8221;</p>
<p>I&#8217;m kinda &#8220;meh&#8221; on this topic. If you&#8217;re just compressing your Javascript then fine, but if you&#8217;re obfuscating it (sometimes known as packing) the browser will need to re-evaluate the Javascript before it can be executed, adding unnecessary overhead in your page&#8217;s responsiveness.</p>
<p>Gzipping javascript and css is probably a better choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ethan Gardner</title>
		<link>http://www.swedishfika.com/2009/01/24/basic-and-sometimes-forgotten-tips-on-how-to-speed-things-up/comment-page-1/#comment-2162</link>
		<dc:creator>Ethan Gardner</dc:creator>
		<pubDate>Mon, 26 Jan 2009 16:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=140#comment-2162</guid>
		<description>There is a typo in your JS example. The &quot;if&quot; statement should have a lowercase &quot;i.&quot;</description>
		<content:encoded><![CDATA[<p>There is a typo in your JS example. The &#8220;if&#8221; statement should have a lowercase &#8220;i.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cssProdigy</title>
		<link>http://www.swedishfika.com/2009/01/24/basic-and-sometimes-forgotten-tips-on-how-to-speed-things-up/comment-page-1/#comment-2161</link>
		<dc:creator>cssProdigy</dc:creator>
		<pubDate>Mon, 26 Jan 2009 15:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=140#comment-2161</guid>
		<description>Great post. You could take this even further by following the Yahoo best practices.</description>
		<content:encoded><![CDATA[<p>Great post. You could take this even further by following the Yahoo best practices.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
