<?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: Debunking Google&#8217;s Internet Optimization Tips</title>
	<atom:link href="http://www.codexon.com/posts/debunking-googles-internet-optimization-tips/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codexon.com/posts/debunking-googles-internet-optimization-tips</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 01:46:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Stefano J. Attardi</title>
		<link>http://www.codexon.com/posts/debunking-googles-internet-optimization-tips/comment-page-1#comment-185</link>
		<dc:creator>Stefano J. Attardi</dc:creator>
		<pubDate>Sat, 04 Jul 2009 05:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.codexon.com/?p=388#comment-185</guid>
		<description>Content-Length is required when using keep-alives (multiple requests over the same TCP connection). Without it, the browser has no way to know when the current response ends and another one starts.

&quot;In order to remain persistent, all messages on the connection MUST have a self-defined message length (i.e., one not defined by closure of the connection)&quot;. RFC 2616 section 8.1.2.1.</description>
		<content:encoded><![CDATA[<p>Content-Length is required when using keep-alives (multiple requests over the same TCP connection). Without it, the browser has no way to know when the current response ends and another one starts.</p>
<p>&#8220;In order to remain persistent, all messages on the connection MUST have a self-defined message length (i.e., one not defined by closure of the connection)&#8221;. RFC 2616 section 8.1.2.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-06-29 &#124; Yostivanich.com</title>
		<link>http://www.codexon.com/posts/debunking-googles-internet-optimization-tips/comment-page-1#comment-173</link>
		<dc:creator>links for 2009-06-29 &#124; Yostivanich.com</dc:creator>
		<pubDate>Mon, 29 Jun 2009 14:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.codexon.com/?p=388#comment-173</guid>
		<description>[...] Debunking Google’s Internet Optimization Tips – Codexon &quot;It appears that the doubt surrounding Google’s new guide is not unfounded. Several errors and half-truths were found. Google’s use of optional HTML tags could save some bandwidth, but for pages like google.com it doesn’t save that much compared to what could have been saved with the headers.&quot; Google wrong, what?? (tags: google performance html programming webdevelopment php) [...]</description>
		<content:encoded><![CDATA[<p>[...] Debunking Google’s Internet Optimization Tips – Codexon &quot;It appears that the doubt surrounding Google’s new guide is not unfounded. Several errors and half-truths were found. Google’s use of optional HTML tags could save some bandwidth, but for pages like google.com it doesn’t save that much compared to what could have been saved with the headers.&quot; Google wrong, what?? (tags: google performance html programming webdevelopment php) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google&#8217;s &#8220;Let&#8217;s Make the Web Faster&#8221; Movement - Monday By Noon</title>
		<link>http://www.codexon.com/posts/debunking-googles-internet-optimization-tips/comment-page-1#comment-172</link>
		<dc:creator>Google&#8217;s &#8220;Let&#8217;s Make the Web Faster&#8221; Movement - Monday By Noon</dc:creator>
		<pubDate>Mon, 29 Jun 2009 12:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.codexon.com/?p=388#comment-172</guid>
		<description>[...] the information you got may not be bulletproof, even if Google wrote it. Articles attempting to Debunk Google&#8217;s Internet Optimization Tips are beginning to crop up, and I think it&#8217;s great. Google suggests a number of techniques, [...]</description>
		<content:encoded><![CDATA[<p>[...] the information you got may not be bulletproof, even if Google wrote it. Articles attempting to Debunk Google&#8217;s Internet Optimization Tips are beginning to crop up, and I think it&#8217;s great. Google suggests a number of techniques, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K</title>
		<link>http://www.codexon.com/posts/debunking-googles-internet-optimization-tips/comment-page-1#comment-170</link>
		<dc:creator>K</dc:creator>
		<pubDate>Mon, 29 Jun 2009 07:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.codexon.com/?p=388#comment-170</guid>
		<description>Response Headers:
      Cache-Control[private, max-age=0]
      Date[Mon, 29 Jun 2009 07:00:22 GMT]
      Expires[-1]
      Content-Type[text/html; charset=UTF-8]
      Content-Encoding[gzip]
      Server[gws]
      Content-Length[3364]
      X-Cache[MISS from .]
      Via[1.0 .:80 (squid)]
      Connection[keep-alive]

I got them for Google. I&#039;m not behind any proxies and my ISP doesn&#039;t add any. BTW,  the request was HTTP 1.1</description>
		<content:encoded><![CDATA[<p>Response Headers:<br />
      Cache-Control[private, max-age=0]<br />
      Date[Mon, 29 Jun 2009 07:00:22 GMT]<br />
      Expires[-1]<br />
      Content-Type[text/html; charset=UTF-8]<br />
      Content-Encoding[gzip]<br />
      Server[gws]<br />
      Content-Length[3364]<br />
      X-Cache[MISS from .]<br />
      Via[1.0 .:80 (squid)]<br />
      Connection[keep-alive]</p>
<p>I got them for Google. I&#8217;m not behind any proxies and my ISP doesn&#8217;t add any. BTW,  the request was HTTP 1.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#124; Cafyn</title>
		<link>http://www.codexon.com/posts/debunking-googles-internet-optimization-tips/comment-page-1#comment-169</link>
		<dc:creator>&#124; Cafyn</dc:creator>
		<pubDate>Mon, 29 Jun 2009 04:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.codexon.com/?p=388#comment-169</guid>
		<description>[...] both articles are good read. Codexon also wrote regarding Google&#8217;s odd optimization techniques.   [...]</description>
		<content:encoded><![CDATA[<p>[...] both articles are good read. Codexon also wrote regarding Google&#8217;s odd optimization techniques.   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marlin</title>
		<link>http://www.codexon.com/posts/debunking-googles-internet-optimization-tips/comment-page-1#comment-163</link>
		<dc:creator>Marlin</dc:creator>
		<pubDate>Sun, 28 Jun 2009 21:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.codexon.com/?p=388#comment-163</guid>
		<description>These are general tips too, every &quot;tip&quot; can be different depending on the case involved.  Different scenarios yield different results.

Always do your own tests in your own enviornment.

http://www.dealpi.com</description>
		<content:encoded><![CDATA[<p>These are general tips too, every &#8220;tip&#8221; can be different depending on the case involved.  Different scenarios yield different results.</p>
<p>Always do your own tests in your own enviornment.</p>
<p><a  href="http://www.dealpi.com" rel="nofollow" class="external">http://www.dealpi.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atomi</title>
		<link>http://www.codexon.com/posts/debunking-googles-internet-optimization-tips/comment-page-1#comment-161</link>
		<dc:creator>atomi</dc:creator>
		<pubDate>Sun, 28 Jun 2009 21:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.codexon.com/?p=388#comment-161</guid>
		<description>oh lol hey Doug. Fancy seeing you here. BTW I agree with op. Have a great day buddy!</description>
		<content:encoded><![CDATA[<p>oh lol hey Doug. Fancy seeing you here. BTW I agree with op. Have a great day buddy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.codexon.com/posts/debunking-googles-internet-optimization-tips/comment-page-1#comment-160</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 28 Jun 2009 19:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.codexon.com/?p=388#comment-160</guid>
		<description>I actually read that before I wrote this article.

Date is actually not &quot;required&quot; for servers that don&#039;t have a reliable clock. Following this rule seems pedantic to me.

Content-length is unnecessary beyond progress bars and is in fact, neglected in case of streaming because you don&#039;t know the potential size of the file. Also if you set the content-length too small, many browsers will cut off the transfer.</description>
		<content:encoded><![CDATA[<p>I actually read that before I wrote this article.</p>
<p>Date is actually not &#8220;required&#8221; for servers that don&#8217;t have a reliable clock. Following this rule seems pedantic to me.</p>
<p>Content-length is unnecessary beyond progress bars and is in fact, neglected in case of streaming because you don&#8217;t know the potential size of the file. Also if you set the content-length too small, many browsers will cut off the transfer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.codexon.com/posts/debunking-googles-internet-optimization-tips/comment-page-1#comment-159</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 28 Jun 2009 19:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.codexon.com/?p=388#comment-159</guid>
		<description>According to RFC 2616, I don&#039;t see any section where it says the Server header is mandatory. 

http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html</description>
		<content:encoded><![CDATA[<p>According to RFC 2616, I don&#8217;t see any section where it says the Server header is mandatory. </p>
<p><a  href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html" rel="nofollow" class="external">http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.codexon.com/posts/debunking-googles-internet-optimization-tips/comment-page-1#comment-158</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 28 Jun 2009 19:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.codexon.com/?p=388#comment-158</guid>
		<description>I found the problem. You guys are using HTTP1.0 requests instead of 1.1.

That probably also explains why you are getting spam errors. You&#039;re probably running an old or limited browser.</description>
		<content:encoded><![CDATA[<p>I found the problem. You guys are using HTTP1.0 requests instead of 1.1.</p>
<p>That probably also explains why you are getting spam errors. You&#8217;re probably running an old or limited browser.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
