<?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: Make Your Plugin Faster With Conditional Tags</title>
	<atom:link href="http://w-shadow.com/blog/2009/02/22/make-your-plugin-faster-with-conditional-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://w-shadow.com/blog/2009/02/22/make-your-plugin-faster-with-conditional-tags/</link>
	<description>Slightly Advanced Computer Stuff (and some magic)</description>
	<lastBuildDate>Sat, 21 Nov 2009 04:22:17 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sahar</title>
		<link>http://w-shadow.com/blog/2009/02/22/make-your-plugin-faster-with-conditional-tags/comment-page-1/#comment-31434</link>
		<dc:creator>Sahar</dc:creator>
		<pubDate>Sat, 12 Sep 2009 05:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=920#comment-31434</guid>
		<description>Thanks! this was a time &amp; pain saver!</description>
		<content:encoded><![CDATA[<p>Thanks! this was a time &amp; pain saver!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://w-shadow.com/blog/2009/02/22/make-your-plugin-faster-with-conditional-tags/comment-page-1/#comment-17460</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Mon, 23 Feb 2009 13:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=920#comment-17460</guid>
		<description>Neat code snippets! The example &amp; explanation about how early this loads and the &#039;wp&#039; hook is a nice touch.

Actually all my &quot;recent&quot; plugins (ie couple of years, probably not earlier) are structured like this. Similar advice goes with translation files (dont load them if they are not needed) which are more often than needed loaded.</description>
		<content:encoded><![CDATA[<p>Neat code snippets! The example &amp; explanation about how early this loads and the &#8216;wp&#8217; hook is a nice touch.</p>
<p>Actually all my &#8220;recent&#8221; plugins (ie couple of years, probably not earlier) are structured like this. Similar advice goes with translation files (dont load them if they are not needed) which are more often than needed loaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wesley</title>
		<link>http://w-shadow.com/blog/2009/02/22/make-your-plugin-faster-with-conditional-tags/comment-page-1/#comment-17212</link>
		<dc:creator>Wesley</dc:creator>
		<pubDate>Sun, 22 Feb 2009 01:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=920#comment-17212</guid>
		<description>I already try to do this as well. Best example for me would be my plugin &quot;My comments elsewhere&quot;. 

I also try to extract the admin options page and only include that when needed. Same with installation, uninstallation, widget control, etc.

Good tip.</description>
		<content:encoded><![CDATA[<p>I already try to do this as well. Best example for me would be my plugin &#8220;My comments elsewhere&#8221;. </p>
<p>I also try to extract the admin options page and only include that when needed. Same with installation, uninstallation, widget control, etc.</p>
<p>Good tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
