<?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: Whitespace Suppression</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2005/01/12/whitespace-suppression/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2005/01/12/whitespace-suppression/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alan</title>
		<link>https://www.barneyb.com/barneyblog/2005/01/12/whitespace-suppression/comment-page-1/#comment-70</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Fri, 14 Jan 2005 11:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=76#comment-70</guid>
		<description>Removing whitespace from pages is one way to go.  Personnally i don&#039;t give it to much thought as i use CFSILENT in a lot of places to put in runs of CFML logic.  But that aside, the best way to reduce your pages without any hassle from a CFML point of view, is to enable mod_gzip and you can see real leaps in page size reduction.  You&#039;ll save a huge amount in bandwidth and the browser will render your page faster as it has all the information quicker than waiting for it to stream in from the server.

GZIP can make a huge difference to XML output where lots of repeated tags are present; for example your RSS feeds will get a major boost.
</description>
		<content:encoded><![CDATA[<p>Removing whitespace from pages is one way to go.  Personnally i don't give it to much thought as i use CFSILENT in a lot of places to put in runs of CFML logic.  But that aside, the best way to reduce your pages without any hassle from a CFML point of view, is to enable mod_gzip and you can see real leaps in page size reduction.  You'll save a huge amount in bandwidth and the browser will render your page faster as it has all the information quicker than waiting for it to stream in from the server.</p>
<p>GZIP can make a huge difference to XML output where lots of repeated tags are present; for example your RSS feeds will get a major boost.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
