<?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: Update to HTML Minify for WordPress and WP Super Cache</title>
	<atom:link href="http://lyncd.com/2009/02/update-minify-wordpress-wp-super-cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://lyncd.com/2009/02/update-minify-wordpress-wp-super-cache/</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 13:42:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: sticks</title>
		<link>http://lyncd.com/2009/02/update-minify-wordpress-wp-super-cache/comment-page-1/#comment-178</link>
		<dc:creator>sticks</dc:creator>
		<pubDate>Mon, 16 Mar 2009 07:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://lyncd.com/?p=97#comment-178</guid>
		<description>Interesting ... but didn&#039;t get an email from you (yet). In case you couldn&#039;t find it, my address is on the &lt;a href=&quot;/about/#contactus&quot; rel=&quot;nofollow&quot;&gt;about page&lt;/a&gt;, but you have to fiddle with a recaptcha (sorry!).

I think your answer just got posted to the original Minify post, actually. See &lt;a href=&quot;/2008/11/minify-for-wordpress/#comment-176&quot; rel=&quot;nofollow&quot;&gt;this comment by MrClay&lt;/a&gt; and &lt;a href=&quot;http://groups.google.com/group/minify/browse_thread/thread/3781cbaf19a9f770&quot; rel=&quot;nofollow&quot;&gt;this thread&lt;/a&gt; that he links to.

I&#039;m going to reply to MrClay (he is the author of Minify) on that thread, so take a look over there. I&#039;m running my mod with no Adsense problems, so I wouldn&#039;t be surprised if it&#039;s a PHP version/syntax issue.</description>
		<content:encoded><![CDATA[<p>Interesting &#8230; but didn&#8217;t get an email from you (yet). In case you couldn&#8217;t find it, my address is on the <a href="/about/#contactus" rel="nofollow">about page</a>, but you have to fiddle with a recaptcha (sorry!).</p>
<p>I think your answer just got posted to the original Minify post, actually. See <a href="/2008/11/minify-for-wordpress/#comment-176" rel="nofollow">this comment by MrClay</a> and <a href="http://groups.google.com/group/minify/browse_thread/thread/3781cbaf19a9f770" rel="nofollow">this thread</a> that he links to.</p>
<p>I&#8217;m going to reply to MrClay (he is the author of Minify) on that thread, so take a look over there. I&#8217;m running my mod with no Adsense problems, so I wouldn&#8217;t be surprised if it&#8217;s a PHP version/syntax issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dennis</title>
		<link>http://lyncd.com/2009/02/update-minify-wordpress-wp-super-cache/comment-page-1/#comment-175</link>
		<dc:creator>dennis</dc:creator>
		<pubDate>Sun, 15 Mar 2009 15:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://lyncd.com/?p=97#comment-175</guid>
		<description>the code is not shown :( send you an email.</description>
		<content:encoded><![CDATA[<p>the code is not shown :( send you an email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dennis</title>
		<link>http://lyncd.com/2009/02/update-minify-wordpress-wp-super-cache/comment-page-1/#comment-174</link>
		<dc:creator>dennis</dc:creator>
		<pubDate>Sun, 15 Mar 2009 15:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://lyncd.com/?p=97#comment-174</guid>
		<description>great mod, thanks. but i found a bug. your minify removes the information between adsense javascripts. so the ads are not/cant be shown.

original:





minified:
 </description>
		<content:encoded><![CDATA[<p>great mod, thanks. but i found a bug. your minify removes the information between adsense javascripts. so the ads are not/cant be shown.</p>
<p>original:</p>
<p>minified:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sticks</title>
		<link>http://lyncd.com/2009/02/update-minify-wordpress-wp-super-cache/comment-page-1/#comment-143</link>
		<dc:creator>sticks</dc:creator>
		<pubDate>Wed, 04 Mar 2009 13:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://lyncd.com/?p=97#comment-143</guid>
		<description>Ah, thanks for the explanation!

It would be so nice if WordPress had a real configuration/registry system, instead of the hodgepodge of using PHP global constants and writing serialized PHP into the database. (Thus there&#039;s no way for arbitrary PHP code to just do Settings::getSetting(&#039;plugin_dir&#039;) without initializing most or all of the tightly coupled WP application, at which point it&#039;s already game over if you&#039;re under any kind of load.) It is ridiculous that a plugin like WP Super Cache has to implement and maintain its own configuration system, all the way down to the filesystem level, just to be able to maintain state between requests. Even if WP just had a singleton registry class that you could plug into any kind of key-value backend (memcached, APC, filesystem), it would be so nice.

I guess WP is committed to staying PHP4 for the time being, though, and wonder if they would be doing more to make the core loosely coupled, extensible, OO and sane if that weren&#039;t the case? WP devs have created the most beautiful weblog admin interface the world has ever seen and I suppose that&#039;s where most of their love is directed ... but I&#039;m not a real blogger, I&#039;m the systems side, so I don&#039;t care about that, I just want to see the frontend page/template render get much, much faster, and that core is pretty much the same now as it was 5 years ago or even as b2.

At the then top-20 blog I worked for, I wrote a caching wrapper that was interchangeable between using a front-end reverse proxy (Squid, now Varnish), memcached or filesystem (via PEAR::Cache_Lite) for storage, along with a WP plugin to manage the expiry of the caches based on various events like post edits, comments etc. It was nice and would fail over (i.e. if Squid or memcached was unreachable, it would start using the filesystem). Of course it was all PHP5 -- and this now 3 years ago.

/sigh</description>
		<content:encoded><![CDATA[<p>Ah, thanks for the explanation!</p>
<p>It would be so nice if WordPress had a real configuration/registry system, instead of the hodgepodge of using PHP global constants and writing serialized PHP into the database. (Thus there&#8217;s no way for arbitrary PHP code to just do Settings::getSetting(&#8216;plugin_dir&#8217;) without initializing most or all of the tightly coupled WP application, at which point it&#8217;s already game over if you&#8217;re under any kind of load.) It is ridiculous that a plugin like WP Super Cache has to implement and maintain its own configuration system, all the way down to the filesystem level, just to be able to maintain state between requests. Even if WP just had a singleton registry class that you could plug into any kind of key-value backend (memcached, APC, filesystem), it would be so nice.</p>
<p>I guess WP is committed to staying PHP4 for the time being, though, and wonder if they would be doing more to make the core loosely coupled, extensible, OO and sane if that weren&#8217;t the case? WP devs have created the most beautiful weblog admin interface the world has ever seen and I suppose that&#8217;s where most of their love is directed &#8230; but I&#8217;m not a real blogger, I&#8217;m the systems side, so I don&#8217;t care about that, I just want to see the frontend page/template render get much, much faster, and that core is pretty much the same now as it was 5 years ago or even as b2.</p>
<p>At the then top-20 blog I worked for, I wrote a caching wrapper that was interchangeable between using a front-end reverse proxy (Squid, now Varnish), memcached or filesystem (via PEAR::Cache_Lite) for storage, along with a WP plugin to manage the expiry of the caches based on various events like post edits, comments etc. It was nice and would fail over (i.e. if Squid or memcached was unreachable, it would start using the filesystem). Of course it was all PHP5 &#8212; and this now 3 years ago.</p>
<p>/sigh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donncha O Caoimh</title>
		<link>http://lyncd.com/2009/02/update-minify-wordpress-wp-super-cache/comment-page-1/#comment-142</link>
		<dc:creator>Donncha O Caoimh</dc:creator>
		<pubDate>Wed, 04 Mar 2009 11:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://lyncd.com/?p=97#comment-142</guid>
		<description>Unfortunately I couldn&#039;t use something simple like the dirname() because the plugin dir doesn&#039;t have to be in wp-content any more. :(</description>
		<content:encoded><![CDATA[<p>Unfortunately I couldn&#8217;t use something simple like the dirname() because the plugin dir doesn&#8217;t have to be in wp-content any more. :(</p>
]]></content:encoded>
	</item>
</channel>
</rss>

