<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
	<title>Tag RSS Feed: speed</title>
	<description></description>
	<link>http://answers.oreilly.com/tag/speed</link>
	<pubDate>Tue, 29 Jun 2010 13:08:36 +0000</pubDate>
	<ttl>60</ttl>
	<item>
		<title>How SEO and site speed are related</title>
		<link>http://answers.oreilly.com/topic/1686-how-seo-and-site-speed-are-related/</link>
		<description><![CDATA[I had inklings there was a connection between search engine optimization and site speed -- Google is clearly gung-ho on all things speedy after all -- but until Velocity 2010 I didn't realize that SEO...]]></description>
		<pubDate>Tue, 29 Jun 2010 13:08:36 +0000</pubDate>
		<guid>http://answers.oreilly.com/topic/1686-how-seo-and-site-speed-are-related/</guid>
	</item>
	<item>
		<title>How to measure the speed of JavaScript execution</title>
		<link>http://answers.oreilly.com/topic/643-how-to-measure-the-speed-of-javascript-execution/</link>
		<description><![CDATA[If you're curious about the time it takes for your page to load and were wondering if there was something that could tell you what's going on besides human observation, then this excerpt from Even Fas...]]></description>
		<pubDate>Tue, 10 Nov 2009 23:08:21 +0000</pubDate>
		<guid>http://answers.oreilly.com/topic/643-how-to-measure-the-speed-of-javascript-execution/</guid>
	</item>
	<item>
		<title>Is Google Chrome faster than Firefox, Safari, Opera, and IE?</title>
		<link>http://answers.oreilly.com/topic/638-is-google-chrome-faster-than-firefox-safari-opera-and-ie/</link>
		<description><![CDATA[It depends on the testing protocol, of which there are m a n y. This article helped me to understand some, but not all, of the factors that go into a valid and robust test. 

[attachment=481:Picture 7...]]></description>
		<pubDate>Wed, 11 Nov 2009 01:30:23 +0000</pubDate>
		<guid>http://answers.oreilly.com/topic/638-is-google-chrome-faster-than-firefox-safari-opera-and-ie/</guid>
	</item>
	<item>
		<title>How to Load JavaScript Wisely to Speed Up Web Pages</title>
		<link>http://answers.oreilly.com/topic/499-how-to-load-javascript-wisely-to-speed-up-web-pages/</link>
		<description><![CDATA[Widgets and other third-party gizmos can bog down a normally zippy site. This excerpt from Andrew B. King's Website Optimization will help you alleviate some of the issues associated with delays c...]]></description>
		<pubDate>Fri, 30 Oct 2009 01:16:35 +0000</pubDate>
		<guid>http://answers.oreilly.com/topic/499-how-to-load-javascript-wisely-to-speed-up-web-pages/</guid>
	</item>
	<item>
		<title>Minimize Initial Display Time to Improve Perceived Web Page Speed</title>
		<link>http://answers.oreilly.com/topic/498-minimize-initial-display-time-to-improve-perceived-web-page-speed/</link>
		<description>You can improve the perceived speed of your web page by loading something useful fast.

For example, the Weather Underground home page displays the weather search form quickly in the top-left corner o...</description>
		<pubDate>Fri, 30 Oct 2009 01:11:39 +0000</pubDate>
		<guid>http://answers.oreilly.com/topic/498-minimize-initial-display-time-to-improve-perceived-web-page-speed/</guid>
	</item>
	<item>
		<title>Replace Inline Style with CSS Rules to Speed Up Web Pages</title>
		<link>http://answers.oreilly.com/topic/497-replace-inline-style-with-css-rules-to-speed-up-web-pages/</link>
		<description>Replacing table layout with CSS layout certainly saves you bandwidth and reduces maintenance headaches. Stripping down your markup to bare structure and replacing any inline style with CSS rules will ...</description>
		<pubDate>Fri, 30 Oct 2009 01:07:19 +0000</pubDate>
		<guid>http://answers.oreilly.com/topic/497-replace-inline-style-with-css-rules-to-speed-up-web-pages/</guid>
	</item>
	<item>
		<title>Convert Table Layouts to CSS Layouts to Speed Up Web Pages</title>
		<link>http://answers.oreilly.com/topic/496-convert-table-layouts-to-css-layouts-to-speed-up-web-pages/</link>
		<description>Using CSS to lay out your page can save you a significant amount of markup, typically 25% to 50%.1 First look at the layout to see whether you can substitute CSS lists and positioned divs to simulate ...</description>
		<pubDate>Fri, 30 Oct 2009 01:02:24 +0000</pubDate>
		<guid>http://answers.oreilly.com/topic/496-convert-table-layouts-to-css-layouts-to-speed-up-web-pages/</guid>
	</item>
	<item>
		<title>Optimize JavaScript to Speed Up Web Pages</title>
		<link>http://answers.oreilly.com/topic/495-optimize-javascript-to-speed-up-web-pages/</link>
		<description><![CDATA[After replacing as much J&#097;v&#097;script as possible with CSS and server-side techniques, optimize any remaining J&#097;v&#097;script to minimize file size. You can use abbreviated object, variabl...]]></description>
		<pubDate>Fri, 30 Oct 2009 00:58:26 +0000</pubDate>
		<guid>http://answers.oreilly.com/topic/495-optimize-javascript-to-speed-up-web-pages/</guid>
	</item>
	<item>
		<title>How to Use Server-Side Sniffing to Speed Up Web Pages</title>
		<link>http://answers.oreilly.com/topic/494-how-to-use-server-side-sniffing-to-speed-up-web-pages/</link>
		<description><![CDATA[Browser sniffing is one area where J&#097;v&#097;script is in widespread use. To minimize the J&#097;v&#097;script overhead that your users must download, you can substitute server-side or PHP and JSP...]]></description>
		<pubDate>Fri, 30 Oct 2009 00:08:57 +0000</pubDate>
		<guid>http://answers.oreilly.com/topic/494-how-to-use-server-side-sniffing-to-speed-up-web-pages/</guid>
	</item>
	<item>
		<title>Convert JavaScript Behavior to CSS to Speed Up Web Pages</title>
		<link>http://answers.oreilly.com/topic/493-convert-javascript-behavior-to-css-to-speed-up-web-pages/</link>
		<description><![CDATA[Embedded J&#097;v&#097;script is widely used on the Web, with 84.8% of pages using some J&#097;v&#097;script.

J&#097;v&#097;script is used for form validation, menus and rollovers, browser sniffing, ...]]></description>
		<pubDate>Thu, 29 Oct 2009 23:57:42 +0000</pubDate>
		<guid>http://answers.oreilly.com/topic/493-convert-javascript-behavior-to-css-to-speed-up-web-pages/</guid>
	</item>
</channel>
</rss>