<?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: Minify 2.1.3 released</title>
	<atom:link href="http://www.mrclay.org/2009/06/30/minify-2-1-3-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrclay.org/2009/06/30/minify-2-1-3-released/</link>
	<description>Steve Clay on programming, music, public policy and other junk</description>
	<lastBuildDate>Tue, 17 Apr 2012 07:00:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: aurelien</title>
		<link>http://www.mrclay.org/2009/06/30/minify-2-1-3-released/comment-page-1/#comment-103240</link>
		<dc:creator>aurelien</dc:creator>
		<pubDate>Fri, 23 Jul 2010 09:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://mrclay.org/?p=305#comment-103240</guid>
		<description>Hello
minify used in our developments to increase performance, it is integrated into our CMS: &lt;a href=&quot;http://www.logiciel-referencement-professionnel.com&quot;&gt;Magix CMS&lt;/a&gt;
What new in version 2.1.4 beta?
Best regards</description>
		<content:encoded><![CDATA[<p>Hello<br />
minify used in our developments to increase performance, it is integrated into our CMS: <a href="http://www.logiciel-referencement-professionnel.com">Magix CMS</a><br />
What new in version 2.1.4 beta?<br />
Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.mrclay.org/2009/06/30/minify-2-1-3-released/comment-page-1/#comment-102219</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 29 Jul 2009 15:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://mrclay.org/?p=305#comment-102219</guid>
		<description>&lt;code&gt;FileETag None&lt;/code&gt; has no effect on PHP output. I don&#039;t recall why I eliminated Last-Modifed at the moment.

The file &lt;code&gt;/mincache/f/one,two.mcss&lt;/code&gt; is an Apache type-map, which sends back whichever file is appropriate for the Accept-Encoding of the browser. On the first request, the type-map won&#039;t exist, so mod_rewrite routes the request to gen.php, which creates it and the files it points to, and echos the content (just for that request). Once the type-map is created, all following requests are served with no PHP involvement.

I&#039;m happy to discuss more on the &lt;a href=&quot;http://groups.google.com/group/minify&quot; rel=&quot;nofollow&quot;&gt;group&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p><code>FileETag None</code> has no effect on PHP output. I don&#8217;t recall why I eliminated Last-Modifed at the moment.</p>
<p>The file <code>/mincache/f/one,two.mcss</code> is an Apache type-map, which sends back whichever file is appropriate for the Accept-Encoding of the browser. On the first request, the type-map won&#8217;t exist, so mod_rewrite routes the request to gen.php, which creates it and the files it points to, and echos the content (just for that request). Once the type-map is created, all following requests are served with no PHP involvement.</p>
<p>I&#8217;m happy to discuss more on the <a href="http://groups.google.com/group/minify">group</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilles</title>
		<link>http://www.mrclay.org/2009/06/30/minify-2-1-3-released/comment-page-1/#comment-102218</link>
		<dc:creator>Gilles</dc:creator>
		<pubDate>Wed, 29 Jul 2009 12:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://mrclay.org/?p=305#comment-102218</guid>
		<description>Steve, looking at the code;
* Relative URLs in CSS are automatically fixed right?

And..
&gt; unset($output[&#039;headers&#039;][&#039;Last-Modified&#039;], $output[&#039;headers&#039;][&#039;ETag&#039;]);
* Why unset the etag header if you allready do &quot;FileETag None&quot;?
* Why unset the modified header?

You say this in the readme:
/mincache/f/one,two.mcss = /mincache/src/one.css + /mincache/src/two.css

Does this also work without firing PHP, and if so, how does this work? e.g. to which filename is this rewritten by the htx?</description>
		<content:encoded><![CDATA[<p>Steve, looking at the code;<br />
* Relative URLs in CSS are automatically fixed right?</p>
<p>And..<br />
&gt; unset($output['headers']['Last-Modified'], $output['headers']['ETag']);<br />
* Why unset the etag header if you allready do &#8220;FileETag None&#8221;?<br />
* Why unset the modified header?</p>
<p>You say this in the readme:<br />
/mincache/f/one,two.mcss = /mincache/src/one.css + /mincache/src/two.css</p>
<p>Does this also work without firing PHP, and if so, how does this work? e.g. to which filename is this rewritten by the htx?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilles</title>
		<link>http://www.mrclay.org/2009/06/30/minify-2-1-3-released/comment-page-1/#comment-102217</link>
		<dc:creator>Gilles</dc:creator>
		<pubDate>Tue, 28 Jul 2009 12:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://mrclay.org/?p=305#comment-102217</guid>
		<description>Hey Steve; great! This saves me some more time!</description>
		<content:encoded><![CDATA[<p>Hey Steve; great! This saves me some more time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.mrclay.org/2009/06/30/minify-2-1-3-released/comment-page-1/#comment-102216</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 28 Jul 2009 11:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://mrclay.org/?p=305#comment-102216</guid>
		<description>@Gilles: Type-maps/Multiviews (where files are pre-encoded) is tremendously faster than anything in PHP, but Minify was faster than mod_deflate in my (very limited) testing. The best performance and flexibility is going to come through the &lt;a href=&quot;http://code.google.com/p/minify/source/browse/trunk/mincache/&quot;&gt;work to combine the two&lt;/a&gt; or using mod_cache as a proxy cache for Minify (I haven&#039;t tried yet).</description>
		<content:encoded><![CDATA[<p>@Gilles: Type-maps/Multiviews (where files are pre-encoded) is tremendously faster than anything in PHP, but Minify was faster than mod_deflate in my (very limited) testing. The best performance and flexibility is going to come through the <a href="http://code.google.com/p/minify/source/browse/trunk/mincache/">work to combine the two</a> or using mod_cache as a proxy cache for Minify (I haven&#8217;t tried yet).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilles</title>
		<link>http://www.mrclay.org/2009/06/30/minify-2-1-3-released/comment-page-1/#comment-102215</link>
		<dc:creator>Gilles</dc:creator>
		<pubDate>Tue, 28 Jul 2009 09:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://mrclay.org/?p=305#comment-102215</guid>
		<description>Hi Steve, is minify 2.1.3 faster then typemaps? Or is it still the best thing to encode the files and server them using typemaps?</description>
		<content:encoded><![CDATA[<p>Hi Steve, is minify 2.1.3 faster then typemaps? Or is it still the best thing to encode the files and server them using typemaps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunnybear</title>
		<link>http://www.mrclay.org/2009/06/30/minify-2-1-3-released/comment-page-1/#comment-102171</link>
		<dc:creator>sunnybear</dc:creator>
		<pubDate>Tue, 30 Jun 2009 21:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://mrclay.org/?p=305#comment-102171</guid>
		<description>It&#039;s sad that such a good project is being developed not so rapidly as it can be.</description>
		<content:encoded><![CDATA[<p>It&#8217;s sad that such a good project is being developed not so rapidly as it can be.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

