<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The Silent Conversion Killer</title>
	<atom:link href="http://www.webpublishingblog.com/the-silent-conversion-killer.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webpublishingblog.com/the-silent-conversion-killer.htm</link>
	<description>Internet publishing, a multidisciplinary approach.</description>
	<lastBuildDate>Thu, 05 May 2011 08:47:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Michael Phipps</title>
		<link>http://www.webpublishingblog.com/the-silent-conversion-killer.htm/comment-page-1#comment-78699</link>
		<dc:creator>Michael Phipps</dc:creator>
		<pubDate>Sun, 16 Sep 2007 12:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.webpublishingblog.com/the-silent-conversion-killer.htm#comment-78699</guid>
		<description>Along with server speed, there&#039;s a few other things you can do to improve the speed of your pages. 

Try and get your html as small as possible, by stripping spaces, and unnecessary tags / comments.  There are some great CSS Compression tools around that will shrink the size of your css, and make your javascript files as minimal as possible.  

If possible, use gzip compression when sending your pages - oh and you can gzip javascript and css files as well, which makes filesizes even smaller again.

Also, to reduce load on the server, where possible cache (on the server) anything that you are creating dynamically.  Your server will only have to spend CPU building the page once, then it just sends the cached static html.

Look at the cache (browser side) headers you are sending, and send instructions to the web browser to cache the web page / css / javascript.  

If you are using a database, do your best to index, optimise and normalise your database / queries.  Poorly designed databases and queries can really slow page creation down as a database grows.  Also, if possible, cache your queries.

Find the best balance between filesize and quality for images.  I go one step further and try to work out the best combination of sliced images for smallest file size.  Play with gif / jpg / png image types to see how small you can get a file for the best quality.  

Well that&#039;s all I can think of for now.</description>
		<content:encoded><![CDATA[<p>Along with server speed, there&#8217;s a few other things you can do to improve the speed of your pages. </p>
<p>Try and get your html as small as possible, by stripping spaces, and unnecessary tags / comments.  There are some great CSS Compression tools around that will shrink the size of your css, and make your javascript files as minimal as possible.  </p>
<p>If possible, use gzip compression when sending your pages &#8211; oh and you can gzip javascript and css files as well, which makes filesizes even smaller again.</p>
<p>Also, to reduce load on the server, where possible cache (on the server) anything that you are creating dynamically.  Your server will only have to spend CPU building the page once, then it just sends the cached static html.</p>
<p>Look at the cache (browser side) headers you are sending, and send instructions to the web browser to cache the web page / css / javascript.  </p>
<p>If you are using a database, do your best to index, optimise and normalise your database / queries.  Poorly designed databases and queries can really slow page creation down as a database grows.  Also, if possible, cache your queries.</p>
<p>Find the best balance between filesize and quality for images.  I go one step further and try to work out the best combination of sliced images for smallest file size.  Play with gif / jpg / png image types to see how small you can get a file for the best quality.  </p>
<p>Well that&#8217;s all I can think of for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coffee Break - September 15, 2007</title>
		<link>http://www.webpublishingblog.com/the-silent-conversion-killer.htm/comment-page-1#comment-78190</link>
		<dc:creator>Coffee Break - September 15, 2007</dc:creator>
		<pubDate>Sat, 15 Sep 2007 03:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.webpublishingblog.com/the-silent-conversion-killer.htm#comment-78190</guid>
		<description>[...] The Silent Conversation Killer Andrew Johnson @ Web Publishing Blog [...]</description>
		<content:encoded><![CDATA[<p>[...] The Silent Conversation Killer Andrew Johnson @ Web Publishing Blog [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

