<?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>Jonathan Wijaya Loe&#039;s blog &#187; web performance</title>
	<atom:link href="http://blog.jloe.net/tag/web-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jloe.net</link>
	<description>A blog about technology blogging, tips and tricks, troubleshooting, and step by step tutorial with specialties in Microsoft .NET, C#, Zend, and PHP. Also includes wonderful and inspiring stories and jokes.</description>
	<lastBuildDate>Mon, 02 May 2011 00:05:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Matt Mullenweg speaks about Improving Web Performance</title>
		<link>http://blog.jloe.net/2009/07/03/matt-mullenweg-speaks-about-improving-web-performance/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=matt-mullenweg-speaks-about-improving-web-performance</link>
		<comments>http://blog.jloe.net/2009/07/03/matt-mullenweg-speaks-about-improving-web-performance/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 06:15:56 +0000</pubDate>
		<dc:creator>Jonathan Loe</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[web performance]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://blog.jloe.net/?p=813</guid>
		<description><![CDATA[Interesting and quite a coincidence I must say, to see another thought about web performance by Matt Mullenweg as recently I posted several posts about web performance: Web Performance Best Practices and One-Cent Tips to Increase Site Performance. For anyone who doesn&#8217;t know who is Matt Mullenweg, read more about him from Wikipedia. In short, [...]]]></description>
			<content:encoded><![CDATA[<p>Interesting and quite a coincidence I must say, to see <a title="Velocity and the Bottom line" href="http://ma.tt/2009/07/velocity-and-the-bottom-line/" target="_blank">another thought about web performance</a> by Matt Mullenweg as recently I posted several posts about web performance: <a title="Web Performance Best Practices" href="http://blog.jloe.net/2009/06/15/web-performance-best-practices/" target="_blank">Web Performance Best Practices</a> and <a title="One-Cent Tips to Increase Site Performance" href="http://blog.jloe.net/2009/05/28/one-cent-tips-to-increase-site-performance/" target="_blank">One-Cent Tips to Increase Site Performance</a>. For anyone who doesn&#8217;t know who is Matt Mullenweg, read more about him from <a title="Read more about Matt Mullenweg" href="http://en.wikipedia.org/wiki/Matt_Mullenweg" target="_blank">Wikipedia</a>. In short, he is the co-founder of a well-known software most bloggers used &#8211; <a title="Wordpress site" href="http://wordpress.org" target="_blank">WordPress</a>, and also a young entrepreneur living in San Fransisco. You may also want to check <a title="Matt Mullenweg" href="http://ma.tt/" target="_blank">his blog</a>.</p>
<p>There is a video of his recent talk in a technology conference where he spoke about how web performance is important and also shared his experience on handling these issues, mainly about his experiences in WordPress and how the need for speed is really important.</p>
<p>Matt first talked about how WordPress handles the 404 &#8211; aka Not Found page &#8211; causes a lot of performance overhead due to the fact that the 404 page generated by WordPress is apparently database driven, unlike other static 404 pages. Matt also talked about how easy for developer to create a WordPress plug-in and how these millions of plug-ins can contribute to the performance issue by introducing redundancies: multiple and identical javascript file inclusions in the HTML header. Therefore WordPress created a new function for plug-in developers as a way to eliminate these redundancies.</p>
<p><!--adsense#az-edeal-->He also spoke about how a millisecond can save time of people around the world <strong>collectively</strong>. He took a real example of his website <a title="WordPress.com" href="http://wordpress.com" target="_blank">WordPress.com</a> where millions of bloggers have been using as their blog sites and explained how a small performance efficiency or improvement can indirectly promote a more eco-friendly environment: saving servers processing time thus less power consumption.</p>
<p>Interesting issue he raised is also on his experience when WordPress made a total revamp of its user interface and apparently they faced a lot of issues when viewed on Internet Explorer which I believe most web developers have been having as a painful and frustrating task which we are forced to conform <img src='http://blog.jloe.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> .</p>
<p>He also highlighted a few times on his favourite quote by Joe Clark that reads &#8220;We&#8217;ve upped our standards, up yours&#8221; which was coined at the beginning of the adoption of web standards. Anyway, check the video below for a full coverage of his talk.</p>
<p><object style="width: 500px; height: 305px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="305" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AYGM9CCLqzQ" /><embed style="width: 500px; height: 305px;" type="application/x-shockwave-flash" width="500" height="305" src="http://blip.tv/play/AYGM9CCLqzQ"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jloe.net/2009/07/03/matt-mullenweg-speaks-about-improving-web-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Performance Best Practices</title>
		<link>http://blog.jloe.net/2009/06/15/web-performance-best-practices/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=web-performance-best-practices</link>
		<comments>http://blog.jloe.net/2009/06/15/web-performance-best-practices/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 07:29:56 +0000</pubDate>
		<dc:creator>Jonathan Loe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[firefox add-on]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[page speed]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[web performance]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.jloe.net/?p=621</guid>
		<description><![CDATA[Following-up my previous post on how to increase site performance. I received an email from my lead about a Firefox add-on named &#8220;Page Speed&#8221; that helps analyze a site performance. In brief, Page Speed is an open-source Firefox/Firebug Add-on. Webmasters and web developers can use Page Speed to evaluate the performance of their web pages [...]]]></description>
			<content:encoded><![CDATA[<p>Following-up <a href="http://blog.jloe.net/2009/05/28/one-cent-tips-to-increase-site-performance/">my previous post</a> on how to increase site performance. I received an email from my lead about a Firefox add-on named &#8220;Page Speed&#8221; that helps analyze a site performance.</p>
<p>In brief, <a href="http://code.google.com/speed/page-speed/">Page Speed</a> is an open-source Firefox/Firebug Add-on. Webmasters and web developers can use Page Speed to evaluate the performance of their web pages and to get suggestions on how to improve them.</p>
<p>Page Speed works by performing several tests on a site&#8217;s web server configuration and front-end code. These tests are based on a set of best practices known to enhance web page performance. Webmasters who run Page Speed on their pages get a set of scores for each page, as well as helpful suggestions on how to improve its performance.</p>
<p>But that&#8217;s not all, the good stuff is its article <a href="http://code.google.com/speed/page-speed/docs/rules_intro.html">&#8220;Performance Best Practices&#8221;</a> which explains in detail all aspects on what needs to be done to improve your site: from network (DNS, server settings) to browser layer (CSS, JavaScript, image, compression) which extends <a href="http://blog.jloe.net/2009/05/28/one-cent-tips-to-increase-site-performance/">my previous post</a> in greater detail.</p>
<p><!--adsense#co-1-->However these best practices may not be the complete solutions, in my opinion. If your site deals with dynamic content, there should be programming logic behind the content. This means whoever creates the logic has to utilize the best logic for highest efficiency in terms of computation. And if your site deals with a database, optimizing the queries to the designated database is also required.</p>
<p>Ultimately basic rules for programming are to avoid redundancy and to distribute computation load whenever possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jloe.net/2009/06/15/web-performance-best-practices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

