<?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>Cookieless Domain</title>
	<atom:link href="http://www.cookielessdomain.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cookielessdomain.com/blog</link>
	<description>About Optimizing Websites For Maximum Loading Speeds</description>
	<lastBuildDate>Mon, 10 Jan 2011 11:36:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Loading Speed Of The Different Browsers</title>
		<link>http://www.cookielessdomain.com/blog/2010/10/the-loading-speed-of-the-different-browsers/</link>
		<comments>http://www.cookielessdomain.com/blog/2010/10/the-loading-speed-of-the-different-browsers/#comments</comments>
		<pubDate>Sat, 09 Oct 2010 00:03:26 +0000</pubDate>
		<dc:creator>Michael Pehl</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Loading Time]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Netscape]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari for Windows]]></category>

		<guid isPermaLink="false">http://www.cookielessdomain.com/blog/?p=315</guid>
		<description><![CDATA[In these days we have several possibilities how we can browse the internet. Many different browsers are available for free. I made some tests with the 5 major browsers and one oldie on my Windows XP Professional machine in the office. The terms for the different browsers are: AMD Phenom 9650 Quad Core CPU 4GB [...]]]></description>
			<content:encoded><![CDATA[<p>In these days we have several possibilities how we can browse the internet.</p>
<p>Many different browsers are available for free.</p>
<p>I made some tests with the 5 major browsers and one oldie on my Windows XP Professional machine in the office.</p>
<p><span id="more-315"></span>The terms for the different browsers are:</p>
<p>AMD Phenom 9650 Quad Core CPU</p>
<p>4GB RAM</p>
<p>20MBit down- / 1MBit upstream Cable internet connection</p>
<h3>What Is Affecting The Loading Time Of A Website?</h3>
<p>We know that many different circumstances can affect the loading time of a website. No, they are affecting the loading time.</p>
<p>Let&#8217;s say you are at home and your wife/husband/boyfriend&#8230; let&#8217;s just say partner/kid/parents are listening to an online radio or surfing, voip, p2p, torrents, watching a youtube clip, &#8230;</p>
<p>This is affecting the download stream of everyone else using the same internet connection, and it is affecting the upload stream as well.</p>
<p>In the office are 7-9 people working with voip, email, online research,&#8230; the server is uploading/downloading emails, connecting to our webservers, &#8230;</p>
<p><em>Summary:</em></p>
<p>Every system/program connected to the internet sending/receiving traffic (slow or fast) is affecting the loading time of a website.</p>
<p>But there is something else that is affecting the loading time. Your ISP (Internet Service Provider) &#8230;</p>
<p>The routing from your computer to the website you want to open is also a factor that counts. If there is trouble with the routing you maybe can not open the website or it is really slow.</p>
<p>The distance from your computer to the webserver that is serving the site you want to open is affecting the loading time, too.</p>
<p>If you live in Germany and you are opening a website that is getting served from a german webserver you should be able to watch it very fast.</p>
<p>If you live in Germany and you are opening a website in Japan that is getting served from a japanese webserver you shoul be able to&#8230; wait some more time, if you are unlucky. Maybe only 1 second, maybe more.</p>
<p>There are several other things that can affect the loading time. One is the browser itself.</p>
<p>Every browser is rendering the site and executing the javascript (if there is any, the two sites I used for testing uses JavaScript) in it&#8217;s own way with their different browser engines. If you have plugins/extensions installed that are connecting to the internet (like most of the SEO related ones) then your browser will be even slower.</p>
<p>You can read some more about the different browsers and their engines at <a class="cldm tiptip" title="Different Browsers And Their Engines" href="http://en.wikipedia.org/wiki/List_of_web_browsers" target="_blank">this Wikipedia site</a>.</p>
<h3>The Test</h3>
<p>The test itself is not spectacular. I am running 2 different sites in a &#8220;website loading time comparing&#8221; script. It is a client-side script so it uses my own bandwidth.</p>
<p>This script can be run in &#8220;repeat mode&#8221; and that&#8217;s what I did. Repeat the loading of those two sites 24 times.</p>
<p>After completion it shows me the &#8220;Winner&#8221; and the average loading time for each website.</p>
<p>For the test I&#8217;ve chose the following sites:</p>
<p>- google.de</p>
<p>- a site we (my trainee and me) have coded</p>
<p>Okay, some stuff about the sites itself. I&#8217;ve chosen google.de because it is the main search engine we use at the office&#8230; and it&#8217;s pretty fast. The Google Page Speed score is 95/100.</p>
<p>You all know the google start pages&#8230; I don&#8217;t need to explain it, no?</p>
<p>The site we have coded has:</p>
<p>- a jQuery slider - <a class="cldm tiptip" title="Simple Content Slider" href="http://tympanus.net/codrops/2010/04/28/pretty-simple-content-slider-with-jquery-and-css3/" target="_blank">this one</a> from CoDrops and modified a bit</p>
<p>- CSS and JavaScript combined and minified (1 CSS file and 1 JavaScript file)</p>
<p>- more content then the google.de start page</p>
<p>- all static content (CSS/JavaScript/images) served from a cookieless domain, static content is served gziped</p>
<p>- Google Page Speed score 98/100</p>
<p>Now the time has come &#8211; Showdown</p>
<h3>The Different Browsers And The Results Of The Tests</h3>
<p>The following browsers were used for the test:</p>
<p>- Mozilla Firefox 3.6.10</p>
<p>- Google Chrome 6.0.472.63</p>
<p>- Internet Explorer 8 (used in 3 different modes)</p>
<p>- Safari for Windows 5.0 (Build 7533.16)</p>
<p>- Opera 10.62</p>
<p>- Netscape 9.0.0.6 (our oldie in this test)</p>
<p>Remember the terms, they are always the same, for every browser!</p>
<p>Check the pictures below (click it).</p>

<div class="ngg-galleryoverview" id="ngg-gallery-1-315">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/google-chrome-6-0-472-63.jpg" title=" " rel="lightbox[set_1]" >
								<img title="google-chrome-6-0-472-63" alt="thumbs google chrome 6 0 472 63 The Loading Speed Of The Different Browsers" src="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/thumbs/thumbs_google-chrome-6-0-472-63.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-2" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/ie8-compatibilty-mode.jpg" title=" " rel="lightbox[set_1]" >
								<img title="ie8-compatibilty-mode" alt="thumbs ie8 compatibilty mode The Loading Speed Of The Different Browsers" src="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/thumbs/thumbs_ie8-compatibilty-mode.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-3" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/ie8-ie7-standards-mode.jpg" title=" " rel="lightbox[set_1]" >
								<img title="ie8-ie7-standards-mode" alt="thumbs ie8 ie7 standards mode The Loading Speed Of The Different Browsers" src="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/thumbs/thumbs_ie8-ie7-standards-mode.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-4" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/ie8-ie8-standards-mode.jpg" title=" " rel="lightbox[set_1]" >
								<img title="ie8-ie8-standards-mode" alt="thumbs ie8 ie8 standards mode The Loading Speed Of The Different Browsers" src="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/thumbs/thumbs_ie8-ie8-standards-mode.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-5" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/mozilla-firefox-3-6-10.jpg" title=" " rel="lightbox[set_1]" >
								<img title="mozilla-firefox-3-6-10" alt="thumbs mozilla firefox 3 6 10 The Loading Speed Of The Different Browsers" src="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/thumbs/thumbs_mozilla-firefox-3-6-10.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-6" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/netscape-9-0-0-6.jpg" title=" " rel="lightbox[set_1]" >
								<img title="netscape-9-0-0-6" alt="thumbs netscape 9 0 0 6 The Loading Speed Of The Different Browsers" src="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/thumbs/thumbs_netscape-9-0-0-6.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-7" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/opera-10-62.jpg" title=" " rel="lightbox[set_1]" >
								<img title="opera-10-62" alt="thumbs opera 10 62 The Loading Speed Of The Different Browsers" src="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/thumbs/thumbs_opera-10-62.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-8" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/safari-windows-5-0.jpg" title=" " rel="lightbox[set_1]" >
								<img title="safari-windows-5-0" alt="thumbs safari windows 5 0 The Loading Speed Of The Different Browsers" src="http://cldm.cookielessdomain.de/blog/wp-content/gallery/browser-test/thumbs/thumbs_safari-windows-5-0.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<h3>Winners And Losers Of A Tiny Test</h3>
<p>As you can see the loading time&#8217;s differ. Modern browsers (I do not call IE 8 a modern browser) are much faster (except Firefox) then the older ones.</p>
<p>Firefox is the slowest in rendering the site and executing the JavaScript. Not only that, when I am starting Firefox I have to wait &#8230; and wait &#8230;</p>
<p>Google Chrome is the fastest browser, Internet Explorer 8 in IE8 Standards Mode is second (I did not expect that) followed by Opera.</p>
<p>What I did not expect is that our site is faster then the Google start page.</p>
<p>Which browser is the fastest in your environment? Just let me know.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.cookielessdomain.com/blog/2010/10/the-loading-speed-of-the-different-browsers/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=The+Loading+Speed+Of+The+Different+Browsers&amp;link=http://www.cookielessdomain.com/blog/2010/10/the-loading-speed-of-the-different-browsers/&amp;notes=In%20these%20days%20we%20have%20several%20possibilities%20how%20we%20can%20browse%20the%20internet.%0D%0A%0D%0AMany%20different%20browsers%20are%20available%20for%20free.%0D%0A%0D%0AI%20made%20some%20tests%20with%20the%205%20major%20browsers%20and%20one%20oldie%20on%20my%20Windows%20XP%20Professional%20machine%20in%20the%20office.%0D%0A%0D%0AThe%20terms%20for%20the%20different%20browsers%20are%3A%0D%0A%0D%0AAMD%20Phenom%20&amp;short_link=http://1click.at/sHIy1B0&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=The+Loading+Speed+Of+The+Different+Browsers&amp;link=http://www.cookielessdomain.com/blog/2010/10/the-loading-speed-of-the-different-browsers/&amp;notes=In%20these%20days%20we%20have%20several%20possibilities%20how%20we%20can%20browse%20the%20internet.%0D%0A%0D%0AMany%20different%20browsers%20are%20available%20for%20free.%0D%0A%0D%0AI%20made%20some%20tests%20with%20the%205%20major%20browsers%20and%20one%20oldie%20on%20my%20Windows%20XP%20Professional%20machine%20in%20the%20office.%0D%0A%0D%0AThe%20terms%20for%20the%20different%20browsers%20are%3A%0D%0A%0D%0AAMD%20Phenom%20&amp;short_link=http://1click.at/sHIy1B0&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=The+Loading+Speed+Of+The+Different+Browsers&amp;link=http://www.cookielessdomain.com/blog/2010/10/the-loading-speed-of-the-different-browsers/&amp;notes=In%20these%20days%20we%20have%20several%20possibilities%20how%20we%20can%20browse%20the%20internet.%0D%0A%0D%0AMany%20different%20browsers%20are%20available%20for%20free.%0D%0A%0D%0AI%20made%20some%20tests%20with%20the%205%20major%20browsers%20and%20one%20oldie%20on%20my%20Windows%20XP%20Professional%20machine%20in%20the%20office.%0D%0A%0D%0AThe%20terms%20for%20the%20different%20browsers%20are%3A%0D%0A%0D%0AAMD%20Phenom%20&amp;short_link=http://1click.at/sHIy1B0&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=The+Loading+Speed+Of+The+Different+Browsers&amp;link=http://www.cookielessdomain.com/blog/2010/10/the-loading-speed-of-the-different-browsers/&amp;notes=In%20these%20days%20we%20have%20several%20possibilities%20how%20we%20can%20browse%20the%20internet.%0D%0A%0D%0AMany%20different%20browsers%20are%20available%20for%20free.%0D%0A%0D%0AI%20made%20some%20tests%20with%20the%205%20major%20browsers%20and%20one%20oldie%20on%20my%20Windows%20XP%20Professional%20machine%20in%20the%20office.%0D%0A%0D%0AThe%20terms%20for%20the%20different%20browsers%20are%3A%0D%0A%0D%0AAMD%20Phenom%20&amp;short_link=http://1click.at/sHIy1B0&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=The+Loading+Speed+Of+The+Different+Browsers&amp;link=http://www.cookielessdomain.com/blog/2010/10/the-loading-speed-of-the-different-browsers/&amp;notes=In%20these%20days%20we%20have%20several%20possibilities%20how%20we%20can%20browse%20the%20internet.%0D%0A%0D%0AMany%20different%20browsers%20are%20available%20for%20free.%0D%0A%0D%0AI%20made%20some%20tests%20with%20the%205%20major%20browsers%20and%20one%20oldie%20on%20my%20Windows%20XP%20Professional%20machine%20in%20the%20office.%0D%0A%0D%0AThe%20terms%20for%20the%20different%20browsers%20are%3A%0D%0A%0D%0AAMD%20Phenom%20&amp;short_link=http://1click.at/sHIy1B0&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=The+Loading+Speed+Of+The+Different+Browsers&amp;link=http://www.cookielessdomain.com/blog/2010/10/the-loading-speed-of-the-different-browsers/&amp;notes=In%20these%20days%20we%20have%20several%20possibilities%20how%20we%20can%20browse%20the%20internet.%0D%0A%0D%0AMany%20different%20browsers%20are%20available%20for%20free.%0D%0A%0D%0AI%20made%20some%20tests%20with%20the%205%20major%20browsers%20and%20one%20oldie%20on%20my%20Windows%20XP%20Professional%20machine%20in%20the%20office.%0D%0A%0D%0AThe%20terms%20for%20the%20different%20browsers%20are%3A%0D%0A%0D%0AAMD%20Phenom%20&amp;short_link=http://1click.at/sHIy1B0&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=The+Loading+Speed+Of+The+Different+Browsers&amp;link=http://www.cookielessdomain.com/blog/2010/10/the-loading-speed-of-the-different-browsers/&amp;notes=In%20these%20days%20we%20have%20several%20possibilities%20how%20we%20can%20browse%20the%20internet.%0D%0A%0D%0AMany%20different%20browsers%20are%20available%20for%20free.%0D%0A%0D%0AI%20made%20some%20tests%20with%20the%205%20major%20browsers%20and%20one%20oldie%20on%20my%20Windows%20XP%20Professional%20machine%20in%20the%20office.%0D%0A%0D%0AThe%20terms%20for%20the%20different%20browsers%20are%3A%0D%0A%0D%0AAMD%20Phenom%20&amp;short_link=http://1click.at/sHIy1B0&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=The+Loading+Speed+Of+The+Different+Browsers&amp;link=http://www.cookielessdomain.com/blog/2010/10/the-loading-speed-of-the-different-browsers/&amp;notes=In%20these%20days%20we%20have%20several%20possibilities%20how%20we%20can%20browse%20the%20internet.%0D%0A%0D%0AMany%20different%20browsers%20are%20available%20for%20free.%0D%0A%0D%0AI%20made%20some%20tests%20with%20the%205%20major%20browsers%20and%20one%20oldie%20on%20my%20Windows%20XP%20Professional%20machine%20in%20the%20office.%0D%0A%0D%0AThe%20terms%20for%20the%20different%20browsers%20are%3A%0D%0A%0D%0AAMD%20Phenom%20&amp;short_link=http://1click.at/sHIy1B0&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=The+Loading+Speed+Of+The+Different+Browsers&amp;link=http://www.cookielessdomain.com/blog/2010/10/the-loading-speed-of-the-different-browsers/&amp;notes=In%20these%20days%20we%20have%20several%20possibilities%20how%20we%20can%20browse%20the%20internet.%0D%0A%0D%0AMany%20different%20browsers%20are%20available%20for%20free.%0D%0A%0D%0AI%20made%20some%20tests%20with%20the%205%20major%20browsers%20and%20one%20oldie%20on%20my%20Windows%20XP%20Professional%20machine%20in%20the%20office.%0D%0A%0D%0AThe%20terms%20for%20the%20different%20browsers%20are%3A%0D%0A%0D%0AAMD%20Phenom%20&amp;short_link=http://1click.at/sHIy1B0&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.cookielessdomain.com/blog/2010/10/the-loading-speed-of-the-different-browsers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Front-End Performance Optimizing</title>
		<link>http://www.cookielessdomain.com/blog/2010/10/front-end-performance-optimizing/</link>
		<comments>http://www.cookielessdomain.com/blog/2010/10/front-end-performance-optimizing/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 17:00:59 +0000</pubDate>
		<dc:creator>Michael Pehl</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[loading speed]]></category>
		<category><![CDATA[traffic drop]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.cookielessdomain.com/blog/?p=255</guid>
		<description><![CDATA[Today the loading speed of a website is essential for it&#8217;s success. Google, Yahoo and Amazon made tests that has shown the importance of performance. In short: - Google slowed down their page for 500ms &#8211; 20% drop in traffic - Yahoo slowed down their page for 400ms &#8211; 5-9% drop in full-page traffic (users [...]]]></description>
			<content:encoded><![CDATA[<p>Today the loading speed of a website is essential for it&#8217;s success.</p>
<p>Google, Yahoo and Amazon made tests that has shown the importance of performance.</p>
<p>In short:</p>
<p>- <a class="cldm tiptip" title="Google.com Website" href="http://www.google.com" target="_blank">Google</a> slowed down their page for 500ms &#8211; 20% drop in traffic</p>
<p>- <a class="cldm tiptip" title="Yahoo.com Website" href="http://www.yahoo.com" target="_blank">Yahoo</a> slowed down their page for 400ms &#8211; 5-9% drop in full-page traffic (users leaving before site finished loading)</p>
<p>- <a class="cldm tiptip" title="Amazon.com Website" href="http://www.amazon.com" target="_blank">Amazon</a> slowed down their page for 100ms &#8211; 1% drop in sales</p>
<p><span id="more-255"></span>20% of traffic lost for Google &#8230; immense drop.</p>
<h4>How To Optimize The Front-End To Get The Maximum Loading Speed</h4>
<address><span style="color: #ff6600;">ATTENTION: this post is really very technical. If you want to boost your websites loading speed but you have no clue about what I am talking about, feel free to contact me. I am sure I can help you.</span></address>
<p>Front-End Optimizing is optimizing a website with different techniques to achieve the fastest possible loading speed. In this case only the Front-End counts.</p>
<p>The Front-End is the part of the website that is transferred and executed/rendered to the client (browser) and contains at least the following four parts:</p>
<p>- HTML code<br />
- CSS code<br />
- JavaScript code<br />
- Image files<br />
(optional media files like .swf, .mov, .mp3,&#8230;)</p>
<h4>How does Front-End Performance Optimizing Work?</h4>
<p>The different parts of the optimizing process are:</p>
<p>1. Common HTML Programming Tasks</p>
<p>- Avoid HTML errors (W3C Validation)<br />
- Delete comments from HTML document</p>
<p>2. Common CSS Programming Tasks</p>
<p>- Avoid CSS expressions</p>
<p>3. Optimizing HTML</p>
<p>- Optimize the order of styles and scripts<br />
- Avoid usage of tables for website design<br />
- Avoid usage of inline styles<br />
- Avoid usage of inline JavaScript</p>
<p>4. Optimizing CSS</p>
<p>- Remove unused CSS</p>
<p>5. Optimizing JavaScript</p>
<p>- Remove unused JavaScript</p>
<p>6. Minimize HTTP Requests</p>
<p>- Combine external CSS<br />
- Combine external JavaScript<br />
- Use CSS Sprites to reduce the amount of images to download</p>
<p>7. Compressing CSS/JavaScript/image files</p>
<p>- Minify combined CSS<br />
- Minify combined JavaScript<br />
- Optimize image file size with tools like Yahoo SmushIt</p>
<p>8. Reduce download size and increment number of concurrent downloads</p>
<p>- Serve static content (CSS/JavaScript/image files) from a cookieless domain<br />
- Parallelize downloads across hostnames</p>
<p>9. Server-Side Compression and Browser Caching</p>
<p>- Enable compression (mod_gzip/mod_deflate on Apache web server)<br />
- Leverage browser caching (mod_expires on Apache web server)<br />
- Specify a Vary: Accept-Encoding header (mod_headers on Apache web server)</p>
<p>These are the essential parts to get a really fast loading website.</p>
<p>The following online tools can help you to get the best results:</p>
<p>Combining and Minifying CSS/JavaScript files &#8211; <a class="cldm tiptip" title="Scriptalizer - Combine and Minify CSS and JavaScript" href="http://scriptalizer.com/" target="_blank">Scriptalizer.com</a></p>
<p>Minifying JavaScript/CSS files &#8211; <a class="cldm tiptip" title="Compressor - Minify JavaScript/CSS" href="http://compressor.ebiene.de" target="_blank">compressor.ebiene.de</a></p>
<p>Compress Graphic files &#8211; <a class="cldm tiptip" title="Compress Graphic files - Yahoo! SmushIt" href="http://www.smushit.com/ysmush.it/" target="_blank">Yahoo! SmushIt</a></p>
<p>Minify CSS/JavaScript and Compress Graphic files with <a class="cldm tiptip" title="Minify CSS/JavaScript and Compress Graphic files with Google Page Speed" href="http://code.google.com/intl/en/speed/page-speed/" target="_blank">Google Page Speed for Firebug (Firefox addon)</a></p>
<p>Another tool to check the loading time:</p>
<p>Compare loading speeds of websites &#8211; <a class="cldm tiptip" title="Compare the loading speed of websites - faster.1click.at" href="http://ul.sidebar-menu li" target="_blank">faster.1click.at</a></p>
<p><a href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/10/svi-google-loading-speed-compared.jpg" rel="lightbox[255]"><img class="alignnone size-medium wp-image-298 tiptip" title="Studenten-Vermittlung International S.L.U. versus Google - Comparing The Loading Time" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/10/svi-google-loading-speed-compared-300x225.jpg" alt="svi google loading speed compared 300x225 Front End Performance Optimizing" width="300" height="225" /></a></p>
<p>I removed the subdomain because of this site is non-public yet, will be public next week.</p>
<p>As you can see (or just try out yourself on faster.1click.at) the site I developed has more content and is much faster then the Google site.</p>
<p>If you need some informations about cookieless domain then visit <a class="cldm tiptip" title="CookielessDomain - Cookieless Webspace" href="http://www.cookielessdomain.com" target="_blank">CookielessDomain</a>.</p>
<p>If you want a technical review of your website feel free to <a class="cldm tiptip" title="XHTML-Valid-Websites.com Registration" href="http://xhtml-valid-websites.com/forum/member.php?action=register" target="_blank">register</a> at my <a class="cldm tiptip" title="XHTML-Valid-Websites.com Forum" href="http://www.xhtml-valid-websites.com/forum/" target="_blank">XHTML-Valid-Websites Forum</a> and post into the Review section.</p>
<p>Thank you for reading.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.cookielessdomain.com/blog/2010/10/front-end-performance-optimizing/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Front-End+Performance+Optimizing&amp;link=http://www.cookielessdomain.com/blog/2010/10/front-end-performance-optimizing/&amp;notes=Today%20the%20loading%20speed%20of%20a%20website%20is%20essential%20for%20it%27s%20success.%0D%0A%0D%0AGoogle%2C%20Yahoo%20and%20Amazon%20made%20tests%20that%20has%20shown%20the%20importance%20of%20performance.%0D%0A%0D%0AIn%20short%3A%0D%0A%0D%0A-%20Google%20slowed%20down%20their%20page%20for%20500ms%20-%2020%25%20drop%20in%20traffic%0D%0A%0D%0A-%20Yahoo%20slowed%20down%20their%20page%20for%20400ms%20-%205-9%25%20drop%20in%20full-pag&amp;short_link=http://1click.at/8Q3j18G&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Front-End+Performance+Optimizing&amp;link=http://www.cookielessdomain.com/blog/2010/10/front-end-performance-optimizing/&amp;notes=Today%20the%20loading%20speed%20of%20a%20website%20is%20essential%20for%20it%27s%20success.%0D%0A%0D%0AGoogle%2C%20Yahoo%20and%20Amazon%20made%20tests%20that%20has%20shown%20the%20importance%20of%20performance.%0D%0A%0D%0AIn%20short%3A%0D%0A%0D%0A-%20Google%20slowed%20down%20their%20page%20for%20500ms%20-%2020%25%20drop%20in%20traffic%0D%0A%0D%0A-%20Yahoo%20slowed%20down%20their%20page%20for%20400ms%20-%205-9%25%20drop%20in%20full-pag&amp;short_link=http://1click.at/8Q3j18G&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Front-End+Performance+Optimizing&amp;link=http://www.cookielessdomain.com/blog/2010/10/front-end-performance-optimizing/&amp;notes=Today%20the%20loading%20speed%20of%20a%20website%20is%20essential%20for%20it%27s%20success.%0D%0A%0D%0AGoogle%2C%20Yahoo%20and%20Amazon%20made%20tests%20that%20has%20shown%20the%20importance%20of%20performance.%0D%0A%0D%0AIn%20short%3A%0D%0A%0D%0A-%20Google%20slowed%20down%20their%20page%20for%20500ms%20-%2020%25%20drop%20in%20traffic%0D%0A%0D%0A-%20Yahoo%20slowed%20down%20their%20page%20for%20400ms%20-%205-9%25%20drop%20in%20full-pag&amp;short_link=http://1click.at/8Q3j18G&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Front-End+Performance+Optimizing&amp;link=http://www.cookielessdomain.com/blog/2010/10/front-end-performance-optimizing/&amp;notes=Today%20the%20loading%20speed%20of%20a%20website%20is%20essential%20for%20it%27s%20success.%0D%0A%0D%0AGoogle%2C%20Yahoo%20and%20Amazon%20made%20tests%20that%20has%20shown%20the%20importance%20of%20performance.%0D%0A%0D%0AIn%20short%3A%0D%0A%0D%0A-%20Google%20slowed%20down%20their%20page%20for%20500ms%20-%2020%25%20drop%20in%20traffic%0D%0A%0D%0A-%20Yahoo%20slowed%20down%20their%20page%20for%20400ms%20-%205-9%25%20drop%20in%20full-pag&amp;short_link=http://1click.at/8Q3j18G&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=Front-End+Performance+Optimizing&amp;link=http://www.cookielessdomain.com/blog/2010/10/front-end-performance-optimizing/&amp;notes=Today%20the%20loading%20speed%20of%20a%20website%20is%20essential%20for%20it%27s%20success.%0D%0A%0D%0AGoogle%2C%20Yahoo%20and%20Amazon%20made%20tests%20that%20has%20shown%20the%20importance%20of%20performance.%0D%0A%0D%0AIn%20short%3A%0D%0A%0D%0A-%20Google%20slowed%20down%20their%20page%20for%20500ms%20-%2020%25%20drop%20in%20traffic%0D%0A%0D%0A-%20Yahoo%20slowed%20down%20their%20page%20for%20400ms%20-%205-9%25%20drop%20in%20full-pag&amp;short_link=http://1click.at/8Q3j18G&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Front-End+Performance+Optimizing&amp;link=http://www.cookielessdomain.com/blog/2010/10/front-end-performance-optimizing/&amp;notes=Today%20the%20loading%20speed%20of%20a%20website%20is%20essential%20for%20it%27s%20success.%0D%0A%0D%0AGoogle%2C%20Yahoo%20and%20Amazon%20made%20tests%20that%20has%20shown%20the%20importance%20of%20performance.%0D%0A%0D%0AIn%20short%3A%0D%0A%0D%0A-%20Google%20slowed%20down%20their%20page%20for%20500ms%20-%2020%25%20drop%20in%20traffic%0D%0A%0D%0A-%20Yahoo%20slowed%20down%20their%20page%20for%20400ms%20-%205-9%25%20drop%20in%20full-pag&amp;short_link=http://1click.at/8Q3j18G&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Front-End+Performance+Optimizing&amp;link=http://www.cookielessdomain.com/blog/2010/10/front-end-performance-optimizing/&amp;notes=Today%20the%20loading%20speed%20of%20a%20website%20is%20essential%20for%20it%27s%20success.%0D%0A%0D%0AGoogle%2C%20Yahoo%20and%20Amazon%20made%20tests%20that%20has%20shown%20the%20importance%20of%20performance.%0D%0A%0D%0AIn%20short%3A%0D%0A%0D%0A-%20Google%20slowed%20down%20their%20page%20for%20500ms%20-%2020%25%20drop%20in%20traffic%0D%0A%0D%0A-%20Yahoo%20slowed%20down%20their%20page%20for%20400ms%20-%205-9%25%20drop%20in%20full-pag&amp;short_link=http://1click.at/8Q3j18G&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Front-End+Performance+Optimizing&amp;link=http://www.cookielessdomain.com/blog/2010/10/front-end-performance-optimizing/&amp;notes=Today%20the%20loading%20speed%20of%20a%20website%20is%20essential%20for%20it%27s%20success.%0D%0A%0D%0AGoogle%2C%20Yahoo%20and%20Amazon%20made%20tests%20that%20has%20shown%20the%20importance%20of%20performance.%0D%0A%0D%0AIn%20short%3A%0D%0A%0D%0A-%20Google%20slowed%20down%20their%20page%20for%20500ms%20-%2020%25%20drop%20in%20traffic%0D%0A%0D%0A-%20Yahoo%20slowed%20down%20their%20page%20for%20400ms%20-%205-9%25%20drop%20in%20full-pag&amp;short_link=http://1click.at/8Q3j18G&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Front-End+Performance+Optimizing&amp;link=http://www.cookielessdomain.com/blog/2010/10/front-end-performance-optimizing/&amp;notes=Today%20the%20loading%20speed%20of%20a%20website%20is%20essential%20for%20it%27s%20success.%0D%0A%0D%0AGoogle%2C%20Yahoo%20and%20Amazon%20made%20tests%20that%20has%20shown%20the%20importance%20of%20performance.%0D%0A%0D%0AIn%20short%3A%0D%0A%0D%0A-%20Google%20slowed%20down%20their%20page%20for%20500ms%20-%2020%25%20drop%20in%20traffic%0D%0A%0D%0A-%20Yahoo%20slowed%20down%20their%20page%20for%20400ms%20-%205-9%25%20drop%20in%20full-pag&amp;short_link=http://1click.at/8Q3j18G&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.cookielessdomain.com/blog/2010/10/front-end-performance-optimizing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Boosting The Loading Speed Of Your WordPress Blog</title>
		<link>http://www.cookielessdomain.com/blog/2010/09/boosting-the-loading-speed-of-your-wordpress-blog/</link>
		<comments>http://www.cookielessdomain.com/blog/2010/09/boosting-the-loading-speed-of-your-wordpress-blog/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 22:23:21 +0000</pubDate>
		<dc:creator>Michael Pehl</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Boosting]]></category>
		<category><![CDATA[Google Page Speed]]></category>
		<category><![CDATA[loading speed]]></category>
		<category><![CDATA[W3 Total Cache]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.cookielessdomain.com/blog/?p=164</guid>
		<description><![CDATA[Using the W3 Total Cache plugin, a cookieless domain (in this case cldm.cookielessdomain.de) and the ability of W3TC to store the static content (CSS/images/JavaScript) via the self-hosted FTP option were the key to get a Google Page Speed score of 93/100 for the CookielessDomain blog.]]></description>
			<content:encoded><![CDATA[<p>Many people have a blog that is not optimized for loading speed.</p>
<p>One of the problems of a <a class="cldm tiptip" title="WordPress Website" href="http://wordpress.org" target="_blank">WordPress</a> blog is &#8211; the more plugins you install the worse the loading speed will get.</p>
<p><span id="more-164"></span></p>
<p>To prevent loss of your blog&#8217;s loading speed you can use plugins that will help you combining and minifying your CSS and JavaScript.</p>
<p>If you are familiar with <a class="cldm tiptip" title="Firebug Addon for Firefox" href="https://addons.mozilla.org/en-US/firefox/addon/1843/" target="_blank">Firebug</a> you could check the start page of the CookielessDomain blog.</p>
<p>This blog is optimized using the <a class="cldm tiptip" title="W3 Total Cache Homepage" href="http://www.w3-edge.com/wordpress-plugins/w3-total-cache/" target="_blank">W3 Total Cache WordPress Plugin</a>.</p>
<p>I must admit that this blog does not use any fully-loaded theme, it&#8217;s using the Carrington Text theme from the <a class="cldm tiptip" title="Carrington WordPress Framework" href="http://carringtontheme.com/" target="_blank">Carrington Framework</a>.</p>
<p>A Kwicks slider, a scroll-to-top script, the header and the footer were added to the theme and some CSS modifications were done.</p>
<p>Okay, anyway&#8230; what I did after installing some plugins was thinking about how to achieve a high</p>
<p><a class="cldm tiptip" title="Google Page Speed Homepage" href="http://code.google.com/intl/en/speed/page-speed/" target="_blank">Google Page Speed</a> score.</p>
<h5 style="text-align: center;"><span style="color: #ff9900;">ATTENTION: BACKUP YOUR FILES/DATABASE BEFORE CHANGING ANYTHING</span></h5>
<h3>Using The W3 Total Cache Plugin To Boost The Loading Speed</h3>
<p>Using the W3 Total Cache plugin, a cookieless domain (in this case cldm.cookielessdomain.de) and the ability of W3TC to store the static content (CSS/images/JavaScript) via the self-hosted FTP option were the key to get a Google Page Speed score of 93/100 for the CookielessDomain blog.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/www_cookielessdomain_com_blog1.jpg"><img class="alignnone size-medium wp-image-169 tiptip" title="CookielessDomain Blog" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/www_cookielessdomain_com_blog1-300x169.jpg" alt="www cookielessdomain com blog1 300x169 Boosting The Loading Speed Of Your WordPress Blog" width="300" height="169" /></a></p>
<p>So, here is basically what I had to do.</p>
<p>After installing and activating (maybe changing some settings, too) all the plugins you want for you blog, you should take a look at the source code of your blog to find out which CSS files and JavaScript are getting loaded.</p>
<p>It could look like this (I will take another blog as example because the CookielessDomain Blog is already optimized):</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/blog-header.jpg"><img class="alignnone size-medium wp-image-174 tiptip" title="Blog Header HTML" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/blog-header-300x159.jpg" alt="blog header 300x159 Boosting The Loading Speed Of Your WordPress Blog" width="300" height="159" /></a></p>
<p>I have marked the CSS and JavaScript files that are located in the header.</p>
<p>We have 8 CSS files and 8 JavaScript files.</p>
<p>We all should know that loading JavaScript files in the header are slowing down the loading process and rendering the site correctly will slow down, too.</p>
<p>The best solution for loading JavaScript files is putting them to the bottom of your code. Read more about this at the <a class="cldm tiptip" title="Yahoo Developer Network - Best Practices for Speeding Up Your Web Site" href="http://developer.yahoo.com/performance/rules.html#js_bottom" target="_blank">Yahoo Developer Network</a>.</p>
<p>ATTENTION!!! If the script uses <code>document.write</code>to insert part of the page&#8217;s content, do not move it from the head.</p>
<h3>Settings In The Browser Cache Section Of The W3 Total Cache Plugin</h3>
<p>When the W3TC plugin is installed and in it&#8217;s default state there are some settings that need to be checked.</p>
<p>Since the Browser Cache settings are a lot you can just take a look at the picture to see the CookielessDomain blog settings.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/w3tc-browser-cache-settings1.jpg"><img class="alignnone size-medium wp-image-219 tiptip" title="W3 Total Cache Browser Cache Settings" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/w3tc-browser-cache-settings1-155x300.jpg" alt="w3tc browser cache settings1 155x300 Boosting The Loading Speed Of Your WordPress Blog" width="155" height="300" /></a></p>
<p>Summary of the Browser Cache Settings (in case the picture is too big):</p>
<p><label>Set expires header, </label><label>Set cache control header and </label><label>Set entity tag (eTag) activated in all 4 sections.</label></p>
<p><label>Enable <acronym title="Hypertext Transfer Protocol">HTTP</acronym> (gzip) compression activated in General and Media &amp; Other Files sections.</label></p>
<p>That&#8217;s it. Save changes and deploy it.</p>
<h3>W3 Total Cache And .htaccess Files</h3>
<p><span style="font-size: small;">To get things working as you need it you have to get some .htaccess files and other &#8220;Tools&#8221; installed/configured.</span></p>
<p><span style="font-size: small;">Head over to the Install section of the W3TC plugin.</span></p>
<p><span style="font-size: small;">In this section everything is described well, so you should normally get no problems. In case you have any problems you can check with Google or post your problem at the <a class="cldm tiptip" title="WordPress.org Forum" href="http://wordpress.org/support/" target="_blank">WordPress forum</a>.</span></p>
<h3>Activating Minify And The Content Delivery Network Options</h3>
<p>Now go to your W3 Total Cache General options and activate Minify and Content Delivery Network. Choose Self-hosted / File Transfer Protocol Upload for your CDN settings.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/w3tc-general-options.jpg"><img class="alignnone size-medium wp-image-194 tiptip" title="W3 Total Cache General Options" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/w3tc-general-options-300x238.jpg" alt="w3tc general options 300x238 Boosting The Loading Speed Of Your WordPress Blog" width="300" height="238" /></a></p>
<p>Save changes and move on to the next step.</p>
<h3>Combining And Minifying CSS And JavaScript Files</h3>
<p>First we should combine all CSS files to one file and get it minified.</p>
<p>I will show you the W3 Total Cache page from the CookielessDomain blog where you can see the CSS files that get combined and minified. Go to the Minify option of the W3 Total Cache plugin.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/minify-css.jpg"><img class="alignnone size-medium wp-image-180 tiptip" title="W3 Total Cache Minify CSS" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/minify-css-300x210.jpg" alt="minify css 300x210 Boosting The Loading Speed Of Your WordPress Blog" width="300" height="210" /></a></p>
<p>You can see that I have added all 5 CSS files that my blog is loading to the W3 Total Cache Minify CSS option.</p>
<p>Press Save changes and follow the instructions of W3 Total Cache. It&#8217;s really easy.</p>
<p>Okay, now we will get a combined and minified CSS file.</p>
<p>In the same W3 Total Cache plugin section (Minify) you can add your JavaScript files to get them combined and minified. It&#8217;s right above the Cascading Style Sheets option.</p>
<p>Take a look at the next graphic.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/minify-js.jpg"><img class="alignnone size-medium wp-image-186 tiptip" title="W3 Total Cache Minify JavaScript" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/minify-js-300x191.jpg" alt="minify js 300x191 Boosting The Loading Speed Of Your WordPress Blog" width="300" height="191" /></a></p>
<p>You can see that I have added every JavaScript the CookielessDomain blog is loading that I want to be combined and minified.</p>
<p>Save changes and again&#8230; follow the instructions of W3 Total Cache to get one combined and minified JavaScript file.</p>
<p>Now that you have only one CSS and one JavaScript file, that is at the bottom of your (X)HTML code, your blog should load a lot faster now.</p>
<h3>Preparing The Content Delivery Network</h3>
<p>Here you can see the settings I am using for the CDN option of W3 Total Cache.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/w3tc-cdn-settings.jpg"><img class="alignnone size-medium wp-image-196 tiptip" title="W3 Total Cache CDN Settings" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/w3tc-cdn-settings-270x300.jpg" alt="w3tc cdn settings 270x300 Boosting The Loading Speed Of Your WordPress Blog" width="270" height="300" /></a></p>
<p>Well, before you can use the CDN option you need to insert your FTP username and password, and if a path if you need.</p>
<p>In my case, since I am using a subdomain of cookielessdomain.de that goes into /cldm/ of the cookielessdomain.de account and I am connecting to the FTP with the main user, I need to set the path to /cldm/.</p>
<p>When you inserted your FTP username, FTP password and all other settings are correct you should press Test FTP server.</p>
<p>If everything went OK (Test passed) you can press Save changes.</p>
<p>Maybe you have to play with Passive Mode and/or SSL settings, if they are supported by your host/server.</p>
<p>Now, look again at the picture above. You see those 2 red arrows.</p>
<p>After the connection from your blog to the FTP server is working you need to click on importing attachments into the Media library (1 in the picture above) and then exporting media library to CDN (2 in the picture above).</p>
<p>Now a popup will open and you just need to press Start. The media library files will now get exported to your CDN.</p>
<h3>Exporting The Combined And Minified And Other Files</h3>
<p>In my settings I have checked the following in the General CDN Options:</p>
<ul>
<li><label>Host wp-includes/ files</label></li>
<li><label></label><label>Host theme files</label></li>
<li><label></label><label></label><label>Host minified <acronym title="Cascading Style Sheet">CSS</acronym> and <acronym title="JavaScript">JS</acronym> files</label></li>
<li><label></label><label></label><label></label><label>Host custom files</label></li>
</ul>
<p>The custom files are defined in the Advanced settings, take a look at the picture.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/w3tc-cdn-advanced-settings.jpg"><img class="alignnone size-medium wp-image-210 tiptip" title="W3 Total Cache CDN Advanced Settings" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/w3tc-cdn-advanced-settings-300x210.jpg" alt="w3tc cdn advanced settings 300x210 Boosting The Loading Speed Of Your WordPress Blog" width="300" height="210" /></a></p>
<p>You can see that I have added the folder wp-content/plugins/* to get the whole plugins directory exported to the FTP Server. I did that mainly because of the SexyBookmarks plugin.</p>
<p>Now it&#8217;s time to export the files.</p>
<p>In the picture below I have marked the buttons you need to click to get all needed files exported to your FTP Server.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/w3tc-exporting-other-files.jpg"><img class="alignnone size-medium wp-image-211 tiptip" title="W3 Total Cache Exporting Other Files" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/w3tc-exporting-other-files-300x227.jpg" alt="w3tc exporting other files 300x227 Boosting The Loading Speed Of Your WordPress Blog" width="300" height="227" /></a></p>
<p>Click on the button Upload includes files (1) and a popup will open. Click on Start to get the wp-include files exported.</p>
<p>Next is Upload theme files (2), then Upload minify files(3) and the last one is Upload custom files (4).</p>
<p>After exporting you should click deploy and then empty all caches.</p>
<p>The settings in the sections Database Cache, Object Cache and User Agent Groups were not changed by me.</p>
<h3>Testing The Loading Speed Of Your Blog</h3>
<p>Okay, time to test everything.</p>
<p>For me the process went smooth and well. The loading speed increased a lot and it was worth the time I had to spend to get it working like it is now. FAST.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.cookielessdomain.com/blog/2010/09/boosting-the-loading-speed-of-your-wordpress-blog/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Boosting+The+Loading+Speed+Of+Your+WordPress+Blog&amp;link=http://www.cookielessdomain.com/blog/2010/09/boosting-the-loading-speed-of-your-wordpress-blog/&amp;notes=Using%20the%20W3%20Total%20Cache%20plugin%2C%20a%20cookieless%20domain%20%28in%20this%20case%20cldm.cookielessdomain.de%29%20and%20the%20ability%20of%20W3TC%20to%20store%20the%20static%20content%20%28CSS%2Fimages%2FJavaScript%29%20via%20the%20self-hosted%20FTP%20option%20were%20the%20key%20to%20get%20a%20Google%20Page%20Speed%20score%20of%2093%2F100%20for%20the%20CookielessDomain%20blog.&amp;short_link=http://1click.at/xkw410M&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Boosting+The+Loading+Speed+Of+Your+WordPress+Blog&amp;link=http://www.cookielessdomain.com/blog/2010/09/boosting-the-loading-speed-of-your-wordpress-blog/&amp;notes=Using%20the%20W3%20Total%20Cache%20plugin%2C%20a%20cookieless%20domain%20%28in%20this%20case%20cldm.cookielessdomain.de%29%20and%20the%20ability%20of%20W3TC%20to%20store%20the%20static%20content%20%28CSS%2Fimages%2FJavaScript%29%20via%20the%20self-hosted%20FTP%20option%20were%20the%20key%20to%20get%20a%20Google%20Page%20Speed%20score%20of%2093%2F100%20for%20the%20CookielessDomain%20blog.&amp;short_link=http://1click.at/xkw410M&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Boosting+The+Loading+Speed+Of+Your+WordPress+Blog&amp;link=http://www.cookielessdomain.com/blog/2010/09/boosting-the-loading-speed-of-your-wordpress-blog/&amp;notes=Using%20the%20W3%20Total%20Cache%20plugin%2C%20a%20cookieless%20domain%20%28in%20this%20case%20cldm.cookielessdomain.de%29%20and%20the%20ability%20of%20W3TC%20to%20store%20the%20static%20content%20%28CSS%2Fimages%2FJavaScript%29%20via%20the%20self-hosted%20FTP%20option%20were%20the%20key%20to%20get%20a%20Google%20Page%20Speed%20score%20of%2093%2F100%20for%20the%20CookielessDomain%20blog.&amp;short_link=http://1click.at/xkw410M&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Boosting+The+Loading+Speed+Of+Your+WordPress+Blog&amp;link=http://www.cookielessdomain.com/blog/2010/09/boosting-the-loading-speed-of-your-wordpress-blog/&amp;notes=Using%20the%20W3%20Total%20Cache%20plugin%2C%20a%20cookieless%20domain%20%28in%20this%20case%20cldm.cookielessdomain.de%29%20and%20the%20ability%20of%20W3TC%20to%20store%20the%20static%20content%20%28CSS%2Fimages%2FJavaScript%29%20via%20the%20self-hosted%20FTP%20option%20were%20the%20key%20to%20get%20a%20Google%20Page%20Speed%20score%20of%2093%2F100%20for%20the%20CookielessDomain%20blog.&amp;short_link=http://1click.at/xkw410M&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=Boosting+The+Loading+Speed+Of+Your+WordPress+Blog&amp;link=http://www.cookielessdomain.com/blog/2010/09/boosting-the-loading-speed-of-your-wordpress-blog/&amp;notes=Using%20the%20W3%20Total%20Cache%20plugin%2C%20a%20cookieless%20domain%20%28in%20this%20case%20cldm.cookielessdomain.de%29%20and%20the%20ability%20of%20W3TC%20to%20store%20the%20static%20content%20%28CSS%2Fimages%2FJavaScript%29%20via%20the%20self-hosted%20FTP%20option%20were%20the%20key%20to%20get%20a%20Google%20Page%20Speed%20score%20of%2093%2F100%20for%20the%20CookielessDomain%20blog.&amp;short_link=http://1click.at/xkw410M&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Boosting+The+Loading+Speed+Of+Your+WordPress+Blog&amp;link=http://www.cookielessdomain.com/blog/2010/09/boosting-the-loading-speed-of-your-wordpress-blog/&amp;notes=Using%20the%20W3%20Total%20Cache%20plugin%2C%20a%20cookieless%20domain%20%28in%20this%20case%20cldm.cookielessdomain.de%29%20and%20the%20ability%20of%20W3TC%20to%20store%20the%20static%20content%20%28CSS%2Fimages%2FJavaScript%29%20via%20the%20self-hosted%20FTP%20option%20were%20the%20key%20to%20get%20a%20Google%20Page%20Speed%20score%20of%2093%2F100%20for%20the%20CookielessDomain%20blog.&amp;short_link=http://1click.at/xkw410M&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Boosting+The+Loading+Speed+Of+Your+WordPress+Blog&amp;link=http://www.cookielessdomain.com/blog/2010/09/boosting-the-loading-speed-of-your-wordpress-blog/&amp;notes=Using%20the%20W3%20Total%20Cache%20plugin%2C%20a%20cookieless%20domain%20%28in%20this%20case%20cldm.cookielessdomain.de%29%20and%20the%20ability%20of%20W3TC%20to%20store%20the%20static%20content%20%28CSS%2Fimages%2FJavaScript%29%20via%20the%20self-hosted%20FTP%20option%20were%20the%20key%20to%20get%20a%20Google%20Page%20Speed%20score%20of%2093%2F100%20for%20the%20CookielessDomain%20blog.&amp;short_link=http://1click.at/xkw410M&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Boosting+The+Loading+Speed+Of+Your+WordPress+Blog&amp;link=http://www.cookielessdomain.com/blog/2010/09/boosting-the-loading-speed-of-your-wordpress-blog/&amp;notes=Using%20the%20W3%20Total%20Cache%20plugin%2C%20a%20cookieless%20domain%20%28in%20this%20case%20cldm.cookielessdomain.de%29%20and%20the%20ability%20of%20W3TC%20to%20store%20the%20static%20content%20%28CSS%2Fimages%2FJavaScript%29%20via%20the%20self-hosted%20FTP%20option%20were%20the%20key%20to%20get%20a%20Google%20Page%20Speed%20score%20of%2093%2F100%20for%20the%20CookielessDomain%20blog.&amp;short_link=http://1click.at/xkw410M&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Boosting+The+Loading+Speed+Of+Your+WordPress+Blog&amp;link=http://www.cookielessdomain.com/blog/2010/09/boosting-the-loading-speed-of-your-wordpress-blog/&amp;notes=Using%20the%20W3%20Total%20Cache%20plugin%2C%20a%20cookieless%20domain%20%28in%20this%20case%20cldm.cookielessdomain.de%29%20and%20the%20ability%20of%20W3TC%20to%20store%20the%20static%20content%20%28CSS%2Fimages%2FJavaScript%29%20via%20the%20self-hosted%20FTP%20option%20were%20the%20key%20to%20get%20a%20Google%20Page%20Speed%20score%20of%2093%2F100%20for%20the%20CookielessDomain%20blog.&amp;short_link=http://1click.at/xkw410M&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.cookielessdomain.com/blog/2010/09/boosting-the-loading-speed-of-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Compressing Your Websites Graphic Files With The Help Of Google</title>
		<link>http://www.cookielessdomain.com/blog/2010/09/compressing-your-websites-graphic-files-with-the-help-of-google/</link>
		<comments>http://www.cookielessdomain.com/blog/2010/09/compressing-your-websites-graphic-files-with-the-help-of-google/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 08:03:16 +0000</pubDate>
		<dc:creator>Michael Pehl</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Google Page Speed]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.cookielessdomain.com/blog/?p=107</guid>
		<description><![CDATA[How to use Google Page Speed to optimize images of websites.]]></description>
			<content:encoded><![CDATA[<p>This time I just want to show you how your websites graphics can be optimized with the help of Google.</p>
<p>Google has a very nice addon for Firefox called <a class="cldm" title="Google Page Speed Addon for Firefox" href="http://code.google.com/intl/en/speed/page-speed/" target="_blank">Google Page Speed</a>.</p>
<p><span id="more-107"></span></p>
<p>Once installed you have a new tab in your Firebug bar.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/firebug-bar.jpg"><img class="tiptip alignnone size-medium wp-image-108" title="Firebug bar" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/firebug-bar-300x74.jpg" alt="firebug bar 300x74 Compressing Your Websites Graphic Files With The Help Of Google" width="300" height="74" /></a></p>
<p>Okay, let&#8217;s load a small website to look at the graphics we can optimize.</p>
<p>We will load this site: <a class="cldm" title="XHTML-Valid-Websites.com" href="http://www.xhtml-valid-websites.com" target="_blank">XHTML-Valid-Websites.com</a></p>
<p>After loading the site, with Firebug enabled, head to the Page Speed tab and press Analyze Performance.</p>
<p>Once the analyzing is finished you will see several subitems.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/Page-Speed-Analysis.jpg"><img class="tiptip alignnone size-medium wp-image-111" title="Page Speed Analysis" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/Page-Speed-Analysis-300x74.jpg" alt="Page Speed Analysis 300x74 Compressing Your Websites Graphic Files With The Help Of Google" width="300" height="74" /></a></p>
<p>As you can see the Page Speed score is 90/100. That&#8217;s pretty good but there is still something to optimize.</p>
<p>We will focus now on the Optimize Images subitem.</p>
<p>Click on the subitem to open it.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/Page-Speed-Optimize-Images-Subitem.jpg"><img class="tiptip alignnone size-medium wp-image-112" title="Page Speed Optimize Images Subitem" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/Page-Speed-Optimize-Images-Subitem-300x74.jpg" alt="Page Speed Optimize Images Subitem 300x74 Compressing Your Websites Graphic Files With The Help Of Google" width="300" height="74" /></a></p>
<p>As you can see here there is only the favicon image that could be optimized. On other websites there can be more files.</p>
<p>Let&#8217;s take <a class="cldm" title="Microsoft homepage" href="http://www.microsoft.com/en/us/default.aspx" target="_blank">this example</a> here.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/Page-Speed-Analysis-Microsoft.com_.jpg"><img class="tiptip alignnone size-medium wp-image-113" title="Page Speed Analysis Microsoft.com" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/Page-Speed-Analysis-Microsoft.com_-300x74.jpg" alt="Page Speed Analysis Microsoft.com  300x74 Compressing Your Websites Graphic Files With The Help Of Google" width="300" height="74" /></a></p>
<p>As you see in the graphic there are several graphics that can be optimized. In some cases it is worth the work, in others not.</p>
<p>You have to decide if you need to optimize your images to get a higher Google Page Speed score.</p>
<p>For a clients website (the start page itself) I optimized every graphic.</p>
<p>The result is&#8230;</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/www.studenten-vermittlung.com_.jpg"><img class="tiptip alignnone size-medium wp-image-116" title="Studenten-Vermittlung International S.L.U." src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/www.studenten-vermittlung.com_-300x225.jpg" alt="www.studenten vermittlung.com  300x225 Compressing Your Websites Graphic Files With The Help Of Google" width="300" height="225" /></a></p>
<p>&#8230; a Google Page Speed score of 94/100.</p>
<p>I also used a cookieless domain, combining/minifying CSS/JS files and CSS sprites as you can see in the CSS code below.</p>
<pre class="brush:css">.slide-umzug{float:right;margin:0 0 2px 10px;background-image:url('../images/slides-250x1750.jpg');background-repeat:no-repeat;width:250px;height:250px;background-position:0px -1000px;}
.slide-buerohilfe{float:right;margin:0 0 2px 10px;background-image:url('../images/slides-250x1750.jpg');background-repeat:no-repeat;width:250px;height:250px;background-position:0px -1250px;}
.slide-nachhilfe{float:right;margin:0 0 2px 10px;background-image:url('../images/slides-250x1750.jpg');background-repeat:no-repeat;width:250px;height:250px;background-position:0px -250px;}
.slide-computerservices{float:right;margin:0 0 2px 10px;background-image:url('../images/slides-250x1750.jpg');background-repeat:no-repeat;width:250px;height:250px;background-position:0px -1500px;}
.slide-sprachunterricht{float:right;margin:0 0 2px 10px;background-image:url('../images/slides-250x1750.jpg');background-repeat:no-repeat;width:250px;height:250px;background-position:0px -500px;}
.slide-messepersonal{float:right;margin:0 0 2px 10px;background-image:url('../images/slides-250x1750.jpg');background-repeat:no-repeat;width:250px;height:250px;background-position:0px 0px;}
.slide-renovierung{float:right;margin:0 0 2px 10px;background-image:url('../images/slides-250x1750.jpg');background-repeat:no-repeat;width:250px;height:250px;background-position:0px -750px;}
.slide-uebersetzungen{float:right;margin:0 0 2px 10px;background-image:url('../images/slides-250x1750.jpg');background-repeat:no-repeat;width:250px;height:250px;background-position:0px -500px;}
.slide-diverse{float:right;margin:0 0 2px 10px;background-image:url('../images/slides-250x1750.jpg');background-repeat:no-repeat;width:250px;height:250px;background-position:0px -1500px;}</pre>
<p>Tests has shown that the site is loading in about 672ms cached (217.40 KBytes, 35 requests) and 1167ms uncached (415.75 KBytes, 35 requests).</p>
<p>I think this is pretty good, no?<br />
If you have any questions do not hesitate to contact me via email.</p>
<p>Good luck optimizing.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.cookielessdomain.com/blog/2010/09/compressing-your-websites-graphic-files-with-the-help-of-google/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Compressing+Your+Websites+Graphic+Files+With+The+Help+Of+Google&amp;link=http://www.cookielessdomain.com/blog/2010/09/compressing-your-websites-graphic-files-with-the-help-of-google/&amp;notes=How%20to%20use%20Google%20Page%20Speed%20to%20optimize%20images%20of%20websites.&amp;short_link=http://1click.at/CCA2xH&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Compressing+Your+Websites+Graphic+Files+With+The+Help+Of+Google&amp;link=http://www.cookielessdomain.com/blog/2010/09/compressing-your-websites-graphic-files-with-the-help-of-google/&amp;notes=How%20to%20use%20Google%20Page%20Speed%20to%20optimize%20images%20of%20websites.&amp;short_link=http://1click.at/CCA2xH&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Compressing+Your+Websites+Graphic+Files+With+The+Help+Of+Google&amp;link=http://www.cookielessdomain.com/blog/2010/09/compressing-your-websites-graphic-files-with-the-help-of-google/&amp;notes=How%20to%20use%20Google%20Page%20Speed%20to%20optimize%20images%20of%20websites.&amp;short_link=http://1click.at/CCA2xH&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Compressing+Your+Websites+Graphic+Files+With+The+Help+Of+Google&amp;link=http://www.cookielessdomain.com/blog/2010/09/compressing-your-websites-graphic-files-with-the-help-of-google/&amp;notes=How%20to%20use%20Google%20Page%20Speed%20to%20optimize%20images%20of%20websites.&amp;short_link=http://1click.at/CCA2xH&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=Compressing+Your+Websites+Graphic+Files+With+The+Help+Of+Google&amp;link=http://www.cookielessdomain.com/blog/2010/09/compressing-your-websites-graphic-files-with-the-help-of-google/&amp;notes=How%20to%20use%20Google%20Page%20Speed%20to%20optimize%20images%20of%20websites.&amp;short_link=http://1click.at/CCA2xH&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Compressing+Your+Websites+Graphic+Files+With+The+Help+Of+Google&amp;link=http://www.cookielessdomain.com/blog/2010/09/compressing-your-websites-graphic-files-with-the-help-of-google/&amp;notes=How%20to%20use%20Google%20Page%20Speed%20to%20optimize%20images%20of%20websites.&amp;short_link=http://1click.at/CCA2xH&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Compressing+Your+Websites+Graphic+Files+With+The+Help+Of+Google&amp;link=http://www.cookielessdomain.com/blog/2010/09/compressing-your-websites-graphic-files-with-the-help-of-google/&amp;notes=How%20to%20use%20Google%20Page%20Speed%20to%20optimize%20images%20of%20websites.&amp;short_link=http://1click.at/CCA2xH&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Compressing+Your+Websites+Graphic+Files+With+The+Help+Of+Google&amp;link=http://www.cookielessdomain.com/blog/2010/09/compressing-your-websites-graphic-files-with-the-help-of-google/&amp;notes=How%20to%20use%20Google%20Page%20Speed%20to%20optimize%20images%20of%20websites.&amp;short_link=http://1click.at/CCA2xH&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Compressing+Your+Websites+Graphic+Files+With+The+Help+Of+Google&amp;link=http://www.cookielessdomain.com/blog/2010/09/compressing-your-websites-graphic-files-with-the-help-of-google/&amp;notes=How%20to%20use%20Google%20Page%20Speed%20to%20optimize%20images%20of%20websites.&amp;short_link=http://1click.at/CCA2xH&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.cookielessdomain.com/blog/2010/09/compressing-your-websites-graphic-files-with-the-help-of-google/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Boost The Loading Speed Of Your Website</title>
		<link>http://www.cookielessdomain.com/blog/2010/09/how-to-boost-the-loading-speed-of-your-website/</link>
		<comments>http://www.cookielessdomain.com/blog/2010/09/how-to-boost-the-loading-speed-of-your-website/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 16:20:09 +0000</pubDate>
		<dc:creator>Michael Pehl</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Combine]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Image Files]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[loading speed]]></category>
		<category><![CDATA[Minify]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.cookielessdomain.com/blog/?p=58</guid>
		<description><![CDATA[This time I want to share my experiences with the following methods/techniques: minifying CSS and JavaScript files combining minified CSS and JavaScript files using Google Page Speed Addon to get crunched images Tools we will use are: http://compressor.ebiene.de for minifying CSS and JavaScript files Notepad++ for combining the CSS and JavaScript files Firefox with Firebug [...]]]></description>
			<content:encoded><![CDATA[<p>This time I want to share my experiences with the following methods/techniques:</p>
<ul>
<li>minifying CSS and JavaScript files</li>
<li>combining minified CSS and JavaScript files</li>
<li>using Google Page Speed Addon to get crunched images</li>
</ul>
<p>Tools we will use are:</p>
<ul>
<li><a class="cldm" href="http://compressor.ebiene.de/" target="_blank">http://compressor.ebiene.de</a> for minifying CSS and JavaScript files</li>
<li>Notepad++ for combining the CSS and JavaScript files</li>
<li>Firefox with Firebug and <a class="cldm" href="http://code.google.com/intl/en/speed/page-speed/" target="_blank">Google Page Speed Addon</a></li>
</ul>
<p>Ok, let&#8217;s take an easy example like this:</p>
<p><a class="cldm" href="http://www.xhtml-valid-websites.com/demos/simple-site-with-jquery-dropdown-menu/index.html" target="_blank">http://www.xhtml-valid-websites.com/demos/simple-site-with-jquery-dropdown-menu/index.html</a></p>
<p><span id="more-58"></span>This site uses one external CSS file, 5 images and 2 JavaScript files (jQuery 1.4.2 and the script for the menu).</p>
<p>When you write your CSS (at least I do) you are maybe writing like this:</p>
<pre class="brush:css">body {
margin:0;
padding:0;
background:#fff;
width:100%;
height:100%;
}</pre>
<p>And maybe you have added some comments too so the CSS file gets bloated with not needed chars.</p>
<p>This is where the minifier from ebiene.de comes in.</p>
<p>Just copy your CSS code, insert it into the window with the number 1 and press basic or powerful compress.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/compressor_ebiene_de.jpg"><img class="tiptip alignnone size-medium wp-image-79" title="JavaScript and CSS Compressor " src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/compressor_ebiene_de-300x194.jpg" alt="compressor ebiene de 300x194 How To Boost The Loading Speed Of Your Website" width="300" height="194" /></a></p>
<p>Now you can click select in the window with the number 3 and copy it with CTRL+C.</p>
<p>Put it into your CSS file, press save and you are done. Your CSS is minified.</p>
<p>What if you have to change something in the CSS file?</p>
<p>I recommend the website <a class="cldm" href="http://jsbeautifier.org" target="_blank">http://jsbeautifier.org</a> to beautify the code. This online-tool works for JavaScript and CSS files very well.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/jsbeautifier_org.jpg"><img class="tiptip alignnone size-medium wp-image-83" title="Beautify JavaScript and CSS code" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/jsbeautifier_org-300x171.jpg" alt="jsbeautifier org 300x171 How To Boost The Loading Speed Of Your Website" width="300" height="171" /></a></p>
<p>After you are done with the changes you can minify your code again.</p>
<p>Now let&#8217;s presume you have more then one CSS file like this:</p>
<ul>
<li>reset.css</li>
<li>global.css</li>
<li>css3.css</li>
</ul>
<p>The files are loaded in the order mentioned above in your html file.</p>
<p>Now to minify and combine these 3 CSS files you just open a text-editor (I am using <a class="cldm" href="http://notepad-plus-plus.org/" target="_blank">Notepad++</a>) and paste your minified reset.css code into a new file.</p>
<p>You can call this file like you want. E.g. you can call it css-minified.css or css-min.css.</p>
<p>Now your minified reset.css code is the first part in the new CSS file you just built. Copy the content of global.css and minify it with the CSS minifier at <a class="cldm" href="http://compressor.ebiene.de" target="_blank">http://compressor.ebiene.de</a>.</p>
<p>Append this minified CSS code to your css-minified.css (or however you called this file).</p>
<p>Last but not least you do the same with the content of your css3.css file. Copy, minify, append it to your new minified css file.</p>
<p>Save your new minified CSS file to any location. Now change the link in your html file to your new CSS file, done.</p>
<p>This technique can be used for JavaScript files, too. Do not mix CSS and JavaScript files <img src='http://cldm.cookielessdomain.de/blog/wp-includes/images/smilies/icon_wink.gif' alt="icon wink How To Boost The Loading Speed Of Your Website" class='wp-smiley' title="How To Boost The Loading Speed Of Your Website" /> </p>
<p>In our &#8220;template&#8221; we have 2 jQuery scripts, or let&#8217;s say jQuery 1.4.2 and the code for the menu.</p>
<p>Well, you can already download a minified jQuery 1.4.2 version from the <a class="cldm" href="http://jquery.com" target="_blank">jQuery</a> homepage.</p>
<p>Copy the code of the minified version to a new file.</p>
<p>Copy the jQuery code for the menu, paste it into the window number 1, click basic or powerful compress, copy the minified code and append it to the jQuery 1.4.2 code of your new JavaScript file.</p>
<p>Now save the file you just built and link to it in your html file. By the way, you can also move all your inline CSS and JavaScript to the external files.</p>
<p>Linking to your new jQuery minified file could look like this:</p>
<pre class="brush:plain">&lt;script type="text/javascript" src="js/jQuery-package-min.js"&gt;&lt;/script&gt;</pre>
<p>Okay, let&#8217;s go to the next part.</p>
<p>Using the Google Page Speed Addon for Firefox to get the optimized images.</p>
<p>After opening your website just start Firebug. Click on the Page Speed tab and press Analyze Performance.</p>
<p>Now search for Optimize images and just click on it. The following suggestions will appear.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/google-page-speed-addon.jpg"><img class="tiptip alignnone size-medium wp-image-84" title="Google Page Speed Suggestion" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/google-page-speed-addon-300x66.jpg" alt="google page speed addon 300x66 How To Boost The Loading Speed Of Your Website" width="300" height="66" /></a></p>
<pre class="brush:text">Optimizing the following images could reduce their size by 956B (5% reduction).

    * Losslessly compressing http://www.xhtml-valid-websites.com/xhtmlvalid-favicon.jpg could save 507B (26% reduction). See optimized version or Save as.
    * Losslessly compressing http://www.xhtml-valid-websites.com/demos/simple-site-with-jquery-dropdown-menu/images/pattern-64x25... could save 449B (3% reduction). See optimized version or Save as.</pre>
<p>As you can see Google is doing the job of crunching the images for you. Now just click on &#8220;Save as&#8221;, rename the files (Google does not use your original file names) and use them.<br />
Next time you use the Google Page Speed Addon Google will not tell you to optimize your images <img src='http://cldm.cookielessdomain.de/blog/wp-includes/images/smilies/icon_wink.gif' alt="icon wink How To Boost The Loading Speed Of Your Website" class='wp-smiley' title="How To Boost The Loading Speed Of Your Website" /> </p>
<p>I know, if you have a lot of images, that it can take some time (and maybe it gets annoying)&#8230; but I think it&#8217;s worth the time you have to spend.</p>
<p>Now all your CSS, JavaScript and image file should be moved to a <a class="cldm" href="http://www.cookielessdomain.com/blog/2010/09/how-a-cookieless-domain-speeds-up-your-website/" target="_blank">cookieless domain</a> and your website will load even more faster <img src='http://cldm.cookielessdomain.de/blog/wp-includes/images/smilies/icon_smile.gif' alt="icon smile How To Boost The Loading Speed Of Your Website" class='wp-smiley' title="How To Boost The Loading Speed Of Your Website" /> </p>
<p>Have fun minifying and optimizing.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.cookielessdomain.com/blog/2010/09/how-to-boost-the-loading-speed-of-your-website/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Boost+The+Loading+Speed+Of+Your+Website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-to-boost-the-loading-speed-of-your-website/&amp;notes=This%20time%20I%20want%20to%20share%20my%20experiences%20with%20the%20following%20methods%2Ftechniques%3A%0D%0A%0D%0A%09minifying%20CSS%20and%20JavaScript%20files%0D%0A%09combining%20minified%20CSS%20and%20JavaScript%20files%0D%0A%09using%20Google%20Page%20Speed%20Addon%20to%20get%20crunched%20images%0D%0A%0D%0ATools%20we%20will%20use%20are%3A%0D%0A%0D%0A%09http%3A%2F%2Fcompressor.ebiene.de%20for%20minifying%20CSS%20and%20&amp;short_link=http://1click.at/yEL6td&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Boost+The+Loading+Speed+Of+Your+Website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-to-boost-the-loading-speed-of-your-website/&amp;notes=This%20time%20I%20want%20to%20share%20my%20experiences%20with%20the%20following%20methods%2Ftechniques%3A%0D%0A%0D%0A%09minifying%20CSS%20and%20JavaScript%20files%0D%0A%09combining%20minified%20CSS%20and%20JavaScript%20files%0D%0A%09using%20Google%20Page%20Speed%20Addon%20to%20get%20crunched%20images%0D%0A%0D%0ATools%20we%20will%20use%20are%3A%0D%0A%0D%0A%09http%3A%2F%2Fcompressor.ebiene.de%20for%20minifying%20CSS%20and%20&amp;short_link=http://1click.at/yEL6td&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Boost+The+Loading+Speed+Of+Your+Website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-to-boost-the-loading-speed-of-your-website/&amp;notes=This%20time%20I%20want%20to%20share%20my%20experiences%20with%20the%20following%20methods%2Ftechniques%3A%0D%0A%0D%0A%09minifying%20CSS%20and%20JavaScript%20files%0D%0A%09combining%20minified%20CSS%20and%20JavaScript%20files%0D%0A%09using%20Google%20Page%20Speed%20Addon%20to%20get%20crunched%20images%0D%0A%0D%0ATools%20we%20will%20use%20are%3A%0D%0A%0D%0A%09http%3A%2F%2Fcompressor.ebiene.de%20for%20minifying%20CSS%20and%20&amp;short_link=http://1click.at/yEL6td&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Boost+The+Loading+Speed+Of+Your+Website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-to-boost-the-loading-speed-of-your-website/&amp;notes=This%20time%20I%20want%20to%20share%20my%20experiences%20with%20the%20following%20methods%2Ftechniques%3A%0D%0A%0D%0A%09minifying%20CSS%20and%20JavaScript%20files%0D%0A%09combining%20minified%20CSS%20and%20JavaScript%20files%0D%0A%09using%20Google%20Page%20Speed%20Addon%20to%20get%20crunched%20images%0D%0A%0D%0ATools%20we%20will%20use%20are%3A%0D%0A%0D%0A%09http%3A%2F%2Fcompressor.ebiene.de%20for%20minifying%20CSS%20and%20&amp;short_link=http://1click.at/yEL6td&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Boost+The+Loading+Speed+Of+Your+Website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-to-boost-the-loading-speed-of-your-website/&amp;notes=This%20time%20I%20want%20to%20share%20my%20experiences%20with%20the%20following%20methods%2Ftechniques%3A%0D%0A%0D%0A%09minifying%20CSS%20and%20JavaScript%20files%0D%0A%09combining%20minified%20CSS%20and%20JavaScript%20files%0D%0A%09using%20Google%20Page%20Speed%20Addon%20to%20get%20crunched%20images%0D%0A%0D%0ATools%20we%20will%20use%20are%3A%0D%0A%0D%0A%09http%3A%2F%2Fcompressor.ebiene.de%20for%20minifying%20CSS%20and%20&amp;short_link=http://1click.at/yEL6td&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Boost+The+Loading+Speed+Of+Your+Website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-to-boost-the-loading-speed-of-your-website/&amp;notes=This%20time%20I%20want%20to%20share%20my%20experiences%20with%20the%20following%20methods%2Ftechniques%3A%0D%0A%0D%0A%09minifying%20CSS%20and%20JavaScript%20files%0D%0A%09combining%20minified%20CSS%20and%20JavaScript%20files%0D%0A%09using%20Google%20Page%20Speed%20Addon%20to%20get%20crunched%20images%0D%0A%0D%0ATools%20we%20will%20use%20are%3A%0D%0A%0D%0A%09http%3A%2F%2Fcompressor.ebiene.de%20for%20minifying%20CSS%20and%20&amp;short_link=http://1click.at/yEL6td&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Boost+The+Loading+Speed+Of+Your+Website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-to-boost-the-loading-speed-of-your-website/&amp;notes=This%20time%20I%20want%20to%20share%20my%20experiences%20with%20the%20following%20methods%2Ftechniques%3A%0D%0A%0D%0A%09minifying%20CSS%20and%20JavaScript%20files%0D%0A%09combining%20minified%20CSS%20and%20JavaScript%20files%0D%0A%09using%20Google%20Page%20Speed%20Addon%20to%20get%20crunched%20images%0D%0A%0D%0ATools%20we%20will%20use%20are%3A%0D%0A%0D%0A%09http%3A%2F%2Fcompressor.ebiene.de%20for%20minifying%20CSS%20and%20&amp;short_link=http://1click.at/yEL6td&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Boost+The+Loading+Speed+Of+Your+Website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-to-boost-the-loading-speed-of-your-website/&amp;notes=This%20time%20I%20want%20to%20share%20my%20experiences%20with%20the%20following%20methods%2Ftechniques%3A%0D%0A%0D%0A%09minifying%20CSS%20and%20JavaScript%20files%0D%0A%09combining%20minified%20CSS%20and%20JavaScript%20files%0D%0A%09using%20Google%20Page%20Speed%20Addon%20to%20get%20crunched%20images%0D%0A%0D%0ATools%20we%20will%20use%20are%3A%0D%0A%0D%0A%09http%3A%2F%2Fcompressor.ebiene.de%20for%20minifying%20CSS%20and%20&amp;short_link=http://1click.at/yEL6td&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Boost+The+Loading+Speed+Of+Your+Website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-to-boost-the-loading-speed-of-your-website/&amp;notes=This%20time%20I%20want%20to%20share%20my%20experiences%20with%20the%20following%20methods%2Ftechniques%3A%0D%0A%0D%0A%09minifying%20CSS%20and%20JavaScript%20files%0D%0A%09combining%20minified%20CSS%20and%20JavaScript%20files%0D%0A%09using%20Google%20Page%20Speed%20Addon%20to%20get%20crunched%20images%0D%0A%0D%0ATools%20we%20will%20use%20are%3A%0D%0A%0D%0A%09http%3A%2F%2Fcompressor.ebiene.de%20for%20minifying%20CSS%20and%20&amp;short_link=http://1click.at/yEL6td&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.cookielessdomain.com/blog/2010/09/how-to-boost-the-loading-speed-of-your-website/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How A Cookieless Domain Speeds up your website</title>
		<link>http://www.cookielessdomain.com/blog/2010/09/how-a-cookieless-domain-speeds-up-your-website/</link>
		<comments>http://www.cookielessdomain.com/blog/2010/09/how-a-cookieless-domain-speeds-up-your-website/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 18:05:54 +0000</pubDate>
		<dc:creator>Michael Pehl</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Cookieless Domain]]></category>
		<category><![CDATA[loading speed]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.cookielessdomain.com/blog/?p=7</guid>
		<description><![CDATA[Let&#8217;s take an example that I have done some weeks ago. It is a form. This form does not have any graphics, just pure HTML. And of course some javascript (in this case jQuery). What you normally do when you create a website is putting all files into folders. So your structure could look like [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s take an example that I have done some weeks ago. It is a form.</p>
<p>This form does not have any graphics, just pure HTML. And of course some javascript (in this case jQuery).</p>
<p>What you normally do when you create a website is putting all files into folders. So your structure could look like this:</p>
<ul>
<li>The website&#8217;s main folder including the index.html and maybe the other .html files (or .php, .asp, .aspx,&#8230;)</li>
<li>A folder for the graphics, let us say the folder is named images</li>
<li>A folder for the CSS (Cascading Style Sheets) files called css</li>
<li>A folder for the JavaScript files called js</li>
</ul>
<p>All files that are needed for your website are located in those folders, they will be all loaded from this location.</p>
<p><span id="more-7"></span></p>
<p>Let&#8217;s take a look at the static content (CSS, JavaScript and image files).</p>
<p>Static content, such as images, JS and CSS files, don&#8217;t need to be accompanied by cookies, as there is no user interaction with these resources.</p>
<p>Click <a class="cldm" href="http://cookielessdomain.com/" target="_blank">here</a> for more information.</p>
<p>If you have your website and all files (JS, CSS and images) in one main folder, as described in my example above, every file you download to your browser will be accompanied by a cookie.</p>
<p>The result is that you are bloating your request headers with useless code.</p>
<p>Cookies are small, yes. But the useless code is slowing down the loading speed of a website.</p>
<p>Even requests for cached components that rely on the Last-Modified header are bloated with the cookie.</p>
<p>When the server sets a cookie, that cookie is attached to all future requests to the same domain (and often all subdomains as well).</p>
<p>So just doing a subdomain (like http://static.yourdomain.com) and moving all static content in there will not help.</p>
<p>Let&#8217;s take a look at my example again. Click <a class="cldm" href="http://labs.cookielessdomain.com/formular/" target="_blank">here</a> to open the form.</p>
<p>If you are familiar with Firebug, check the request headers for the files that are getting downloaded.</p>
<p>Compression of files is enabled on this server, just to let you know.</p>
<p>Google has some nice explanations, read them <a class="cldm" href="http://code.google.com/intl/en/speed/page-speed/docs/request.html" target="_blank">here</a>.</p>
<p>Okay, let&#8217;s get a little bit more technical. Now we will use Firefox and the Firebug addon to take a look at the request-headers.</p>
<p>When you open the formular you are downloading 69KB to your computer  (compressed by the webserver with gzip). The unpacked formular (html, 1  image, css files and javascript files) is 256KB. As you can see even  enabling compression does speed up your website a lot.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/firebug-requests1.jpg"><img class="tiptip alignnone size-medium wp-image-18" title="13 Requests made by the form website" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/firebug-requests1-300x92.jpg" alt="firebug requests1 300x92 How A Cookieless Domain Speeds up your website" width="300" height="92" /></a></p>
<p>This graphic shows you that the form website is making 13 requests.</p>
<p>Now let&#8217;s take a look at the requests from the file jquery-1.4.1.min.js in the next graphic.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/firebug-request-jquery.jpg"><img class="tiptip alignnone size-medium wp-image-25" title="Firebug Request jQuery" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/firebug-request-jquery-300x211.jpg" alt="firebug request jquery 300x211 How A Cookieless Domain Speeds up your website" width="300" height="211" /></a></p>
<p>I have marked the section with the cookie code.</p>
<p>This cookie code is getting downloaded with every file you download with this &#8220;technique&#8221;, which actually is none.</p>
<p>Okay, but how can we prevent those kind of requests?</p>
<h3>This is where the cookieless domain, and some tweaking of the webserver (in this case an Apache), comes in!</h3>
<p>Now, let&#8217;s just look at the main topic &#8211; the cookieless domain and it&#8217;s benefits.</p>
<p>All your static content should be served from a cookieless domain. Images, CSS (Cascading Style Sheets) files and JavaScript files. Flash files can be served from a cookieless domain, too.</p>
<p>Besides that, combining CSS and JavaScript files (and minifying them) will be covered in another post soon.</p>
<p>These techniques, together with optimized graphics, can also save a lot of bloated request-headers (depending on how many graphic files you have in your website).</p>
<p>Now let us just move all the JavaScript files that I use in the example form to the cookieless domain.</p>
<p>The files that we will now copy are:</p>
<pre>jquery-1.4.1.min.js - 70KB
 formToWizard.js - 3KB
 jquery.validationEngine-en.js - 3KB
 jquery.validationEngine.js - 24KB
 jquery.pageslide.js - 7KB
 autoresize.jquery.js - 4KB
 jquery.timepicker.js - 9KB
ui.core.js - 14KB
 ui.datepicker.js - 69KB</pre>
<p>We will copy the files from labs.cookielessdomain.com to a subdomain on cookielessdomain.de (this is our cookieless domain, the server is located in germany at hetzner.de).</p>
<p>9 files &#8211; 198KB uncompressed. Now let&#8217;s take a look at the requests.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/firebug-requests-cookielessdomain1.jpg"><img class="tiptip alignnone size-medium wp-image-41" title="Firebug Requests CookielessDomain" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/firebug-requests-cookielessdomain1-300x92.jpg" alt="firebug requests cookielessdomain1 300x92 How A Cookieless Domain Speeds up your website" width="300" height="92" /></a></p>
<p>As you can see we are still requesting 13 files, but there is difference.</p>
<p>The 9 JavaScript files are served from another domain, cldm.cookielessdomain.de instead of labs.cookielessdomain.com.</p>
<p>What is the difference you may ask? Take a look at the next graphic.</p>
<p><a rel="lightbox" href="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/firebug-request-jquery-cookielessdomain.jpg"><img class="tiptip alignnone size-medium wp-image-44" title="Firebug Request jquery CookielessDomain" src="http://cldm.cookielessdomain.de/blog/wp-content/uploads/2010/09/firebug-request-jquery-cookielessdomain-300x210.jpg" alt="firebug request jquery cookielessdomain 300x210 How A Cookieless Domain Speeds up your website" width="300" height="210" /></a></p>
<p>As you can see there is no cookie code anymore. No red marked cookie section, because there is none.</p>
<p>We saved 9 bloated requests.</p>
<p>Imagine you have 3 CSS files, 5 JavaScript files and about 20 graphics.</p>
<p>You would save 28 bloated requests and your website will load faster.</p>
<p>Another &#8220;benefit&#8221; is that the big G (Google) recommends serving static content from a cookieless domain. So you could say that this technique can improve your ranking, too.</p>
<p>Google says:</p>
<address>We recommend this technique for any page that serves more than 5 static resources. </address>
<p><a class="cldm" href="http://code.google.com/intl/de-DE/speed/page-speed/docs/request.html#ServeFromCookielessDomain" target="_blank">Read the Google Page Speed article</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.cookielessdomain.com/blog/2010/09/how-a-cookieless-domain-speeds-up-your-website/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+A+Cookieless+Domain+Speeds+up+your+website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-a-cookieless-domain-speeds-up-your-website/&amp;notes=Let%27s%20take%20an%20example%20that%20I%20have%20done%20some%20weeks%20ago.%20It%20is%20a%20form.%0D%0A%0D%0AThis%20form%20does%20not%20have%20any%20graphics%2C%20just%20pure%20HTML.%20And%20of%20course%20some%20javascript%20%28in%20this%20case%20jQuery%29.%0D%0A%0D%0AWhat%20you%20normally%20do%20when%20you%20create%20a%20website%20is%20putting%20all%20files%20into%20folders.%20So%20your%20structure%20could%20look%20like%20th&amp;short_link=http://1click.at/oZNwsO&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+A+Cookieless+Domain+Speeds+up+your+website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-a-cookieless-domain-speeds-up-your-website/&amp;notes=Let%27s%20take%20an%20example%20that%20I%20have%20done%20some%20weeks%20ago.%20It%20is%20a%20form.%0D%0A%0D%0AThis%20form%20does%20not%20have%20any%20graphics%2C%20just%20pure%20HTML.%20And%20of%20course%20some%20javascript%20%28in%20this%20case%20jQuery%29.%0D%0A%0D%0AWhat%20you%20normally%20do%20when%20you%20create%20a%20website%20is%20putting%20all%20files%20into%20folders.%20So%20your%20structure%20could%20look%20like%20th&amp;short_link=http://1click.at/oZNwsO&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+A+Cookieless+Domain+Speeds+up+your+website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-a-cookieless-domain-speeds-up-your-website/&amp;notes=Let%27s%20take%20an%20example%20that%20I%20have%20done%20some%20weeks%20ago.%20It%20is%20a%20form.%0D%0A%0D%0AThis%20form%20does%20not%20have%20any%20graphics%2C%20just%20pure%20HTML.%20And%20of%20course%20some%20javascript%20%28in%20this%20case%20jQuery%29.%0D%0A%0D%0AWhat%20you%20normally%20do%20when%20you%20create%20a%20website%20is%20putting%20all%20files%20into%20folders.%20So%20your%20structure%20could%20look%20like%20th&amp;short_link=http://1click.at/oZNwsO&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+A+Cookieless+Domain+Speeds+up+your+website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-a-cookieless-domain-speeds-up-your-website/&amp;notes=Let%27s%20take%20an%20example%20that%20I%20have%20done%20some%20weeks%20ago.%20It%20is%20a%20form.%0D%0A%0D%0AThis%20form%20does%20not%20have%20any%20graphics%2C%20just%20pure%20HTML.%20And%20of%20course%20some%20javascript%20%28in%20this%20case%20jQuery%29.%0D%0A%0D%0AWhat%20you%20normally%20do%20when%20you%20create%20a%20website%20is%20putting%20all%20files%20into%20folders.%20So%20your%20structure%20could%20look%20like%20th&amp;short_link=http://1click.at/oZNwsO&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=How+A+Cookieless+Domain+Speeds+up+your+website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-a-cookieless-domain-speeds-up-your-website/&amp;notes=Let%27s%20take%20an%20example%20that%20I%20have%20done%20some%20weeks%20ago.%20It%20is%20a%20form.%0D%0A%0D%0AThis%20form%20does%20not%20have%20any%20graphics%2C%20just%20pure%20HTML.%20And%20of%20course%20some%20javascript%20%28in%20this%20case%20jQuery%29.%0D%0A%0D%0AWhat%20you%20normally%20do%20when%20you%20create%20a%20website%20is%20putting%20all%20files%20into%20folders.%20So%20your%20structure%20could%20look%20like%20th&amp;short_link=http://1click.at/oZNwsO&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+A+Cookieless+Domain+Speeds+up+your+website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-a-cookieless-domain-speeds-up-your-website/&amp;notes=Let%27s%20take%20an%20example%20that%20I%20have%20done%20some%20weeks%20ago.%20It%20is%20a%20form.%0D%0A%0D%0AThis%20form%20does%20not%20have%20any%20graphics%2C%20just%20pure%20HTML.%20And%20of%20course%20some%20javascript%20%28in%20this%20case%20jQuery%29.%0D%0A%0D%0AWhat%20you%20normally%20do%20when%20you%20create%20a%20website%20is%20putting%20all%20files%20into%20folders.%20So%20your%20structure%20could%20look%20like%20th&amp;short_link=http://1click.at/oZNwsO&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+A+Cookieless+Domain+Speeds+up+your+website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-a-cookieless-domain-speeds-up-your-website/&amp;notes=Let%27s%20take%20an%20example%20that%20I%20have%20done%20some%20weeks%20ago.%20It%20is%20a%20form.%0D%0A%0D%0AThis%20form%20does%20not%20have%20any%20graphics%2C%20just%20pure%20HTML.%20And%20of%20course%20some%20javascript%20%28in%20this%20case%20jQuery%29.%0D%0A%0D%0AWhat%20you%20normally%20do%20when%20you%20create%20a%20website%20is%20putting%20all%20files%20into%20folders.%20So%20your%20structure%20could%20look%20like%20th&amp;short_link=http://1click.at/oZNwsO&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+A+Cookieless+Domain+Speeds+up+your+website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-a-cookieless-domain-speeds-up-your-website/&amp;notes=Let%27s%20take%20an%20example%20that%20I%20have%20done%20some%20weeks%20ago.%20It%20is%20a%20form.%0D%0A%0D%0AThis%20form%20does%20not%20have%20any%20graphics%2C%20just%20pure%20HTML.%20And%20of%20course%20some%20javascript%20%28in%20this%20case%20jQuery%29.%0D%0A%0D%0AWhat%20you%20normally%20do%20when%20you%20create%20a%20website%20is%20putting%20all%20files%20into%20folders.%20So%20your%20structure%20could%20look%20like%20th&amp;short_link=http://1click.at/oZNwsO&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=How+A+Cookieless+Domain+Speeds+up+your+website&amp;link=http://www.cookielessdomain.com/blog/2010/09/how-a-cookieless-domain-speeds-up-your-website/&amp;notes=Let%27s%20take%20an%20example%20that%20I%20have%20done%20some%20weeks%20ago.%20It%20is%20a%20form.%0D%0A%0D%0AThis%20form%20does%20not%20have%20any%20graphics%2C%20just%20pure%20HTML.%20And%20of%20course%20some%20javascript%20%28in%20this%20case%20jQuery%29.%0D%0A%0D%0AWhat%20you%20normally%20do%20when%20you%20create%20a%20website%20is%20putting%20all%20files%20into%20folders.%20So%20your%20structure%20could%20look%20like%20th&amp;short_link=http://1click.at/oZNwsO&amp;shortener=yourls&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.cookielessdomain.com/blog/2010/09/how-a-cookieless-domain-speeds-up-your-website/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 14/36 queries in 0.015 seconds using disk: basic
Object Caching 3308/3331 objects using disk: basic
Content Delivery Network via cldm.cookielessdomain.de

Served from: www.cookielessdomain.com @ 2012-05-19 00:44:31 -->
