<?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"
	>
<channel>
	<title>Comments on: MediaTemple&#8217;s Lack of GZIP</title>
	<atom:link href="http://userfirstweb.com/88/mediatemples-lack-of-gzip/feed/" rel="self" type="application/rss+xml" />
	<link>http://userfirstweb.com/88/mediatemples-lack-of-gzip/</link>
	<description>A blog about putting people before technology</description>
	<pubDate>Thu, 28 Aug 2008 10:09:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Jason Grigsby</title>
		<link>http://userfirstweb.com/88/mediatemples-lack-of-gzip/#comment-132</link>
		<dc:creator>Jason Grigsby</dc:creator>
		<pubDate>Tue, 02 Oct 2007 20:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://userfirstweb.com/88/mediatemples-lack-of-gzip/#comment-132</guid>
		<description>Dustin: I'm blind as a bat apparently. I just reread the FAQ again and it says clearly:

&lt;blockquote&gt;As a side note, mod_deflate is installed on the (gs) Grid-Service platform.&lt;/blockquote&gt;

The real lesson here appears to be that I need to read more carefully. :-)</description>
		<content:encoded><![CDATA[<p>Dustin: I&#8217;m blind as a bat apparently. I just reread the FAQ again and it says clearly:</p>
<blockquote><p>As a side note, mod_deflate is installed on the (gs) Grid-Service platform.</p></blockquote>
<p>The real lesson here appears to be that I need to read more carefully.&nbsp;:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Grigsby</title>
		<link>http://userfirstweb.com/88/mediatemples-lack-of-gzip/#comment-130</link>
		<dc:creator>Jason Grigsby</dc:creator>
		<pubDate>Tue, 02 Oct 2007 20:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://userfirstweb.com/88/mediatemples-lack-of-gzip/#comment-130</guid>
		<description>Ok, this is the second time I've been burned looking at YSlow and not looking at what it is  saying isn't gzipped only looking at the high-level grade of an 'F'. 

In my defense, &lt;a href="http://kb.mediatemple.net/article.php?id=267" rel="nofollow"&gt;Media Temple itself says that it doesn't support gzip&lt;/a&gt; and my support ticket got rerouted as a feature request.

It appears though that all I need to do is work on consolidating my css and turning on gzip for it. It is strange, however, that Wordpress doesn't show the gzip option in the admin area which is what I'm accustom to seeing.</description>
		<content:encoded><![CDATA[<p>Ok, this is the second time I&#8217;ve been burned looking at YSlow and not looking at what it is  saying isn&#8217;t gzipped only looking at the high-level grade of an &#8216;F&#8217;. </p>
<p>In my defense, <a href="http://kb.mediatemple.net/article.php?id=267" rel="nofollow">Media Temple itself says that it doesn&#8217;t support gzip</a> and my support ticket got rerouted as a feature request.</p>
<p>It appears though that all I need to do is work on consolidating my css and turning on gzip for it. It is strange, however, that Wordpress doesn&#8217;t show the gzip option in the admin area which is what I&#8217;m accustom to&nbsp;seeing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://userfirstweb.com/88/mediatemples-lack-of-gzip/#comment-115</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Mon, 01 Oct 2007 23:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://userfirstweb.com/88/mediatemples-lack-of-gzip/#comment-115</guid>
		<description>Looks like this page was served from (mt) with gzip encoding:

$ curl -s -H 'Accept-Encoding: gzip' http://www.userfirstweb.com/88/mediatemples-lack-of-gzip/ -I
HTTP/1.1 200 OK
Date: Mon, 01 Oct 2007 23:14:16 GMT
Server: Apache/2.0.54
X-Powered-By: PHP/4.4.7
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-Pingback: http://userfirstweb.com/xmlrpc.php
Set-Cookie: PHPSESSID=1252a29e45e61841ad58004b706bc26f; path=/
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
Content-Type: text/html; charset=UTF-8

There might be some confusion as I think the module was renamed mod_deflate in Apache 2 (http://httpd.apache.org/docs/2.0/mod/mod_deflate.html)</description>
		<content:encoded><![CDATA[<p>Looks like this page was served from (mt) with gzip encoding:</p>
<p>$ curl -s -H &#8216;Accept-Encoding: gzip&#8217; <a href="http://www.userfirstweb.com/88/mediatemples-lack-of-gzip/" rel="nofollow">http://www.userfirstweb.com/88/mediatemples-lack-of-gzip/</a> -I<br />
HTTP/1.1 200 OK<br />
Date: Mon, 01 Oct 2007 23:14:16 GMT<br />
Server: Apache/2.0.54<br />
X-Powered-By: PHP/4.4.7<br />
Expires: Thu, 19 Nov 1981 08:52:00 GMT<br />
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0<br />
Pragma: no-cache<br />
X-Pingback: <a href="http://userfirstweb.com/xmlrpc.php" rel="nofollow">http://userfirstweb.com/xmlrpc.php</a><br />
Set-Cookie: PHPSESSID=1252a29e45e61841ad58004b706bc26f; path=/<br />
Vary: Accept-Encoding<br />
Content-Encoding: gzip<br />
Content-Length: 20<br />
Content-Type: text/html; charset=UTF-8</p>
<p>There might be some confusion as I think the module was renamed mod_deflate in Apache 2&nbsp;(http://httpd.apache.org/docs/2.0/mod/mod_deflate.html)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
