<?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>TurtleBlog &#187; loat times</title>
	<atom:link href="http://www.turtleblog.co.uk/tag/loat-times/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.turtleblog.co.uk</link>
	<description>Tech News for Turtle&#039;s!</description>
	<lastBuildDate>Thu, 17 Jun 2010 12:16:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>5+ Steps to Speed up your Website</title>
		<link>http://www.turtleblog.co.uk/2009/10/5-steps-to-speed-up-your-website/</link>
		<comments>http://www.turtleblog.co.uk/2009/10/5-steps-to-speed-up-your-website/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 19:38:29 +0000</pubDate>
		<dc:creator>Edd Turtle</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[faster]]></category>
		<category><![CDATA[improve]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[loat times]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.turtleblog.co.uk/?p=588</guid>
		<description><![CDATA[Here are some innocent tips and tricks to get your website to load faster behind the scenes. Most of them are either simply good practice or tools to help you out along the way. If you have any more ways to speed up your site leave a comment at the bottom of the page. 1. [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some innocent tips and tricks to get your website to load faster behind the scenes. Most of them are either simply good practice or tools to help you out along the way. If you have any more ways to speed up your site leave a comment at the bottom of the page.</p>
<h2>1. Valid Code</h2>
<p><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/10/valid1.jpg" alt="valid" title="valid" width="550" height="138" class="aligncenter size-full wp-image-635" style="border:1px solid #CCC;padding:4px;" /></p>
<p>Valid code means that browser doesn&#8217;t have to make, create and merge your code to make it work. A page with the correct DOCTYPE and structure will render quicker within the browser, it also helps with browser compatibility.</p>
<p>XHTML and HTML Validator &#8211; <a href="http://validator.w3.org/" onclick="urchinTracker('/outgoing/validator.w3.org/?referer=');">http://validator.w3.org/</a></p>
<p>CSS Validator &#8211; <a href="http://jigsaw.w3.org/css-validator/" onclick="urchinTracker('/outgoing/jigsaw.w3.org/css-validator/?referer=');">http://jigsaw.w3.org/css-validator/</a></p>
<p>&nbsp;</p>
<p><span id="more-588"></span></p>
<h2>2. Reduce the HTTP Requests</h2>
<p><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/10/firebug1.jpg" alt="firebug" title="firebug" width="400" height="186" class="aligncenter size-full wp-image-645" style="border:1px solid #CCC;padding:4px;" /></p>
<p>As well as the time it takes to download a file off the server it also takes time to request the file, so the less actual requests you make the faster it will be. A brilliant example of this is CSS sprites which combine multiple images into one and use the CSS background property to only show the portion of the image you require.</p>
<p>A Guide to Reducing HTTP Requests &#8211; <a href="http://www.dailyblogtips.com/speed-up-your-site-reduce-the-http-requests/" onclick="urchinTracker('/outgoing/www.dailyblogtips.com/speed-up-your-site-reduce-the-http-requests/?referer=');">http://www.dailyblogtips.com/speed-up-your-site-reduce-the-http-requests/</a></p>
<p>CSS Sprites Tutorial &#8211; <a href="http://css-tricks.com/css-sprites/" onclick="urchinTracker('/outgoing/css-tricks.com/css-sprites/?referer=');">http://css-tricks.com/css-sprites/</a></p>
<p>CSS Sprite Generator &#8211; <a href="http://spritegen.website-performance.org/" onclick="urchinTracker('/outgoing/spritegen.website-performance.org/?referer=');">http://spritegen.website-performance.org/</a></p>
<p>&nbsp;</p>
<h2>3. Compress Images, CSS and JS Even Further</h2>
<p><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/10/smush.jpg" alt="smush" title="smush" width="550" height="243" class="aligncenter size-full wp-image-640" style="border:1px solid #CCC;padding:4px;" /></p>
<p>Images, Javascript and CSS can all be compacted into smaller files without loosing any functionality. The Yahoo! site <a href="http://developer.yahoo.com/yslow/smushit/" onclick="urchinTracker('/outgoing/developer.yahoo.com/yslow/smushit/?referer=');">Smush.it</a> compresses images even further than the Photoshop &#8220;Save for web&#8221; option.</p>
<p>To compress CSS there are easy to use websites such as <a href="http://www.cleancss.com/" onclick="urchinTracker('/outgoing/www.cleancss.com/?referer=');">Clean CSS</a> and <a href="http://www.cssdrive.com/index.php/main/csscompressor/" onclick="urchinTracker('/outgoing/www.cssdrive.com/index.php/main/csscompressor/?referer=');">CSS Drive Compressor</a>. These site will remove unneed spaces, semicolons and returns from your CSS files usually decreasing the file size by around 13%.</p>
<p>The site <a href="http://javascriptcompressor.com/" onclick="urchinTracker('/outgoing/javascriptcompressor.com/?referer=');">Javascript Compressor</a> is the simplest way to cut the size of those large javascript files.</p>
<p>&nbsp;</p>
<h2>4. Use JS Libraries and link to Google&#8217;s CDN</h2>
<p><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/10/j.jpg" alt="j" title="j" width="400" height="90" class="aligncenter size-full wp-image-626" style="border:1px solid #CCC;padding:4px;" /></p>
<p>Using javascript frameworks like <a href="http://jquery.com/" onclick="urchinTracker('/outgoing/jquery.com/?referer=');">jQuery</a>, <a href="http://mootools.net/" onclick="urchinTracker('/outgoing/mootools.net/?referer=');">MooTools</a> and <a href="http://www.prototypejs.org/" onclick="urchinTracker('/outgoing/www.prototypejs.org/?referer=');">Prototype</a> means that you need less odd bits of javascript here and there, a javascript framework can usually do the same job while compacting it into an easy line or two.</p>
<p>Once you have a framework and you want to use it on your website it is an idea to use the version hosted by Google on their servers over at <a href="http://code.google.com/apis/ajaxlibs/documentation/" onclick="urchinTracker('/outgoing/code.google.com/apis/ajaxlibs/documentation/?referer=');">Google Code</a>. This can save your load time because if it&#8217;s all hosted at the same place it might not need to be downloaded at all because it might have been cached.</p>
<p>&nbsp;</p>
<h2>5. Javascript at bottom</h2>
<p>This is a really simple, yet effective tip. A few years ago I would always start a page with the standard DOCTYPE, HTML, title, meta, css, javascript then body but now it&#8217;s realised that it&#8217;s better to add them to the bottom of the page as they are not usually needed until last of all. A prime example is the Google Analytics tracking code which they recommend sits at the bottom of the page.</p>
<p>&nbsp;</p>
<h2>6. Firefox Addons</h2>
<p><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/10/edturtle.jpg" alt="edturtle" title="edturtle" width="550" height="273" class="aligncenter size-full wp-image-661" style="border:1px solid #CCC;padding:4px;" /></p>
<p>Using Firefox addons like <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" onclick="urchinTracker('/outgoing/addons.mozilla.org/en-US/firefox/addon/1843?referer=');">Firebug</a> and the <a href="https://addons.mozilla.org/en-US/firefox/addon/60" onclick="urchinTracker('/outgoing/addons.mozilla.org/en-US/firefox/addon/60?referer=');">Web Developer Toolbar</a> can seriously help you when optimising your code. Firebug enables you to check how long it takes for a specific file to be requested and load plus much more while the Web Developer toolbar allows you to disable images, CSS and javascript to see how your website looks and works without them and once again much more.</p>
<p>As pointed out by &#8216;sampada&#8217; in the comments IE Add-ons such as IE developer Toolbar can also be very useful and help with cross-browser testing.</p>
<p>&nbsp;</p>
<p>So there we have it, some nifty &#8216;lil tricks to get your website in front of the people who matter faster. Any comments? If so leave them below. <img src='http://www.turtleblog.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.turtleblog.co.uk/2009/10/5-steps-to-speed-up-your-website/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
