<?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>CarbonFoot Interactive &#187; Page Load Speed</title>
	<atom:link href="http://www.carbonfootinteractive.com/tag/page-load-speed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.carbonfootinteractive.com</link>
	<description>Digital Marketing Agency: Online Marketing Results</description>
	<lastBuildDate>Wed, 18 Jan 2012 23:29:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>10 Tips for Faster Page Load Times &#8211; Improving Website Performance</title>
		<link>http://www.carbonfootinteractive.com/2009/06/10-tips-for-faster-page-load-times/</link>
		<comments>http://www.carbonfootinteractive.com/2009/06/10-tips-for-faster-page-load-times/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 14:05:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEM]]></category>
		<category><![CDATA[FED]]></category>
		<category><![CDATA[Page Load Speed]]></category>
		<category><![CDATA[Quality Score]]></category>

		<guid isPermaLink="false">http://www.carbonfootinteractive.com/?p=163</guid>
		<description><![CDATA[Let&#8217;s remember two things about faster page load times. First, your first-time visitors don&#8217;t like it when they&#8217;re waiting for a page to load, not to mention repeat visitors. A faster page load time screams efficient, while a slow page load time whispers &#8216;rookie&#8217; site and &#8216;I&#8217;m outta here, can&#8217;t wait&#8217;. Second, let&#8217;s not forget [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s remember two things about faster page load times.  First, your first-time visitors don&#8217;t like it when they&#8217;re waiting for a page to load, not to mention repeat visitors.  A faster page load time screams efficient, while a slow page load time whispers &#8216;rookie&#8217; site and &#8216;I&#8217;m outta here, can&#8217;t wait&#8217;.  Second, let&#8217;s not forget our friends at Google and their omnipotent Quality Score.   Last year (2008), Google announced their algorithms will take into account slow loading pages as a hit to that page&#8217;s quality score, and we all know that means higher cost-per-click on the paid search side of the business and lower rankings on the organic side.</p>
<p>So?  How can you speed up your page load times?    A number of ways, but primarily it&#8217;s focusing on the front-end development (FED) and key to faster page load times is to optimize for primed cache AND empty cache.</p>
<p>Here are <strong>&#8220;10 Rules to Code By To Improve Page Load Speeds and Improve User Experience for your Website Visitors&#8221;</strong>.  And, for good measure there&#8217;s an additional four (4) bonus tips that should not be scoffed at either.  Any ONE of these actions can dramatically improve your page load speed.   Here we go:</p>
<ol> <strong>1. Make fewer HTTP requests:</strong><br />
Use CSS Sprites &#8211; combine all background images into one; combine multiple HTTP requests into one; Same for CSS style sheets &#8211; combine them; if you have three separate icons next to each other, make them one image map; inline images.<br />
<strong>2. USE CDN (Content Delivery Network):</strong><br />
Eg. Akamai, SAVVIS, Limelight, Panther Express&#8230;)<br />
<strong>3. Add an Expires Header</strong><br />
Expires header is not just for images. Use it for stylesheets and scripts too!  Use a far future date like 2012 and those items will be cached as well!  Use it for all static assets and they&#8217;ll be read off the user&#8217;s hard drive/disk.<br />
<strong>4. Gzip components</strong><br />
<strong>5. Put Stylesheets at the top of the page</strong><br />
<strong>6. Move scripts to the bottom</strong><br />
<strong>7. Avoid CSS expressions</strong><br />
<strong>8. Make JS and CSS External</strong><br />
<strong>9. Reduce DNS lookups</strong><br />
<strong>10.Minify JS</strong></ol>
<p>Following are additional tips, but the above 10 are the most important and are ranked in order of importance.</p>
<p><strong>*** </strong></p>
<ul> <strong>4 BONUS Tips to Improve Website Performance</strong></ul>
<p><strong>***</strong></p>
<ol> <strong>1. Avoid redirects</strong><br />
<strong>2. Remove Duplicate Scripts</strong><br />
<strong>3. Configure ETags</strong><br />
<strong>4. Make AJAX cacheable</strong></ol>
]]></content:encoded>
			<wfw:commentRss>http://www.carbonfootinteractive.com/2009/06/10-tips-for-faster-page-load-times/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

