<?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>Xaprb &#187; Front End Optimization</title>
	<atom:link href="http://www.xaprb.com/blog/tag/front-end-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:55:47 +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>Learn front-end performance from the Web Scaling Blog</title>
		<link>http://www.xaprb.com/blog/2008/11/11/learn-front-end-performance-from-the-web-scaling-blog/</link>
		<comments>http://www.xaprb.com/blog/2008/11/11/learn-front-end-performance-from-the-web-scaling-blog/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 19:59:17 +0000</pubDate>
		<dc:creator>Xaprb</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[World Wide Web]]></category>
		<category><![CDATA[Front End Optimization]]></category>
		<category><![CDATA[High Performance Websites]]></category>
		<category><![CDATA[Nail Kashapov]]></category>
		<category><![CDATA[Steve Souders]]></category>

		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=675</guid>
		<description><![CDATA[I wanted to make readers who are web designers aware of a new resource for learning about raw performance (page load time and render time). This is the Web Scaling Blog, a blog my employer started a while ago and didn&#8217;t really update, but which is now starting to get some in-depth content thanks to [...]


<strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2007/10/18/high-performance-mysql-second-edition-replication-scaling-and-high-availability/' rel='bookmark' title='Permanent Link: High Performance MySQL, Second Edition: Replication, Scaling and High Availability'>High Performance MySQL, Second Edition: Replication, Scaling and High Availability</a></li>
<li><a href='http://www.xaprb.com/blog/2006/09/04/a-review-of-the-glom-graphical-database-front-end/' rel='bookmark' title='Permanent Link: A review of the Glom graphical database front-end'>A review of the Glom graphical database front-end</a></li>
<li><a href='http://www.xaprb.com/blog/2008/10/11/three-steps-to-stopping-blog-comment-spam/' rel='bookmark' title='Permanent Link: Three steps to stopping blog comment spam'>Three steps to stopping blog comment spam</a></li>
<li><a href='http://www.xaprb.com/blog/2006/02/08/ie-blog-is-a-great-experience/' rel='bookmark' title='Permanent Link: IE blog is a great experience'>IE blog is a great experience</a></li>
<li><a href='http://www.xaprb.com/blog/2010/02/20/learn-about-mk-query-digest-at-pgeast-2010/' rel='bookmark' title='Permanent Link: Learn about mk-query-digest at PgEast 2010'>Learn about mk-query-digest at PgEast 2010</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I wanted to make readers who are web designers aware of a new resource for learning about raw performance (page load time and render time).  This is the <a href="http://www.webscalingblog.com/">Web Scaling Blog</a>, a blog my employer started a while ago and didn&#8217;t really update, but which is now starting to get some in-depth content thanks to a very smart colleague of mine, Nail Kashapov.  There are a lot of practical, real-world examples of how you can dig deep into front-end performance and make your site really load fast.  This is all in the interaction between the server and the browser &#8212; no backend database stuff at all.</p>

<p>Essentially it&#8217;s the same kind of things <a href="http://stevesouders.com/">Steve Souders</a> talks about in his (excellent) book <a href="http://www.amazon.com/High-Performance-Web-Sites-Essential/dp/0596529309?tag=xaprb-20">High Performance Websites</a>.  Actually, if you&#8217;ll let me slip a little promotion in here, Steve himself has said some nice things about Nail&#8217;s work, which is front-end optimization (his background is as a web developer for many years &#8212; just like mine).</p>

<p>The beauty of front-end optimization is that it can <em>dramatically</em> improve user experience by making your site many times faster, and it generally doesn&#8217;t require esoteric knowledge.  Of course, there are things that an expert can find that a layman can&#8217;t, but by and large you <em>can</em> teach yourself this stuff.</p>

<p>I am aware that this post might be seen as an advert, but I really don&#8217;t mean it that way &#8212; just want to share the frontend performance content with more people!</p>

<p><strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2007/10/18/high-performance-mysql-second-edition-replication-scaling-and-high-availability/' rel='bookmark' title='Permanent Link: High Performance MySQL, Second Edition: Replication, Scaling and High Availability'>High Performance MySQL, Second Edition: Replication, Scaling and High Availability</a></li>
<li><a href='http://www.xaprb.com/blog/2006/09/04/a-review-of-the-glom-graphical-database-front-end/' rel='bookmark' title='Permanent Link: A review of the Glom graphical database front-end'>A review of the Glom graphical database front-end</a></li>
<li><a href='http://www.xaprb.com/blog/2008/10/11/three-steps-to-stopping-blog-comment-spam/' rel='bookmark' title='Permanent Link: Three steps to stopping blog comment spam'>Three steps to stopping blog comment spam</a></li>
<li><a href='http://www.xaprb.com/blog/2006/02/08/ie-blog-is-a-great-experience/' rel='bookmark' title='Permanent Link: IE blog is a great experience'>IE blog is a great experience</a></li>
<li><a href='http://www.xaprb.com/blog/2010/02/20/learn-about-mk-query-digest-at-pgeast-2010/' rel='bookmark' title='Permanent Link: Learn about mk-query-digest at PgEast 2010'>Learn about mk-query-digest at PgEast 2010</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.xaprb.com/blog/2008/11/11/learn-front-end-performance-from-the-web-scaling-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

