<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>WordPress Ideas &#187; Topic: Avoid loading certain plugins if not in the admin panel</title>
		<link>http://wordpress.org/ideas/topic/avoid-loading-certain-plugins-if-not-in-the-admin-panel</link>
		<description>WordPress Ideas &#187; Topic: Avoid loading certain plugins if not in the admin panel</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 05:53:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/ideas/rss/topic/avoid-loading-certain-plugins-if-not-in-the-admin-panel" rel="self" type="application/rss+xml" />

		<item>
			<title>David Sader on "Avoid loading certain plugins if not in the admin panel"</title>
			<link>http://wordpress.org/ideas/topic/avoid-loading-certain-plugins-if-not-in-the-admin-panel#post-7031</link>
			<pubDate>Mon, 06 Oct 2008 22:36:33 +0000</pubDate>
			<dc:creator>David Sader</dc:creator>
			<guid isPermaLink="false">7031@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>This mu-plugin creates a new folder to execute plugins if "is_admin()" only:<br />
<a href="http://wpmu.org/wpmu-administration-plugins/" rel="nofollow">http://wpmu.org/wpmu-administration-plugins/</a>
</p>]]></description>
					</item>
		<item>
			<title>David Sader on "Avoid loading certain plugins if not in the admin panel"</title>
			<link>http://wordpress.org/ideas/topic/avoid-loading-certain-plugins-if-not-in-the-admin-panel#post-7023</link>
			<pubDate>Mon, 06 Oct 2008 17:24:44 +0000</pubDate>
			<dc:creator>David Sader</dc:creator>
			<guid isPermaLink="false">7023@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p><a href="http://codex.wordpress.org/Conditional_Tags" rel="nofollow">http://codex.wordpress.org/Conditional_Tags</a></p>
<p>Would is_admin() at the top of the plugin do anything?
</p>]]></description>
					</item>
		<item>
			<title>adubeezi on "Avoid loading certain plugins if not in the admin panel"</title>
			<link>http://wordpress.org/ideas/topic/avoid-loading-certain-plugins-if-not-in-the-admin-panel#post-6989</link>
			<pubDate>Fri, 03 Oct 2008 17:21:55 +0000</pubDate>
			<dc:creator>adubeezi</dc:creator>
			<guid isPermaLink="false">6989@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Awsome idea burtonkent, I totally suport this, top rated by me :)
</p>]]></description>
					</item>
		<item>
			<title>burtonkent on "Avoid loading certain plugins if not in the admin panel"</title>
			<link>http://wordpress.org/ideas/topic/avoid-loading-certain-plugins-if-not-in-the-admin-panel#post-6985</link>
			<pubDate>Fri, 03 Oct 2008 13:36:21 +0000</pubDate>
			<dc:creator>burtonkent</dc:creator>
			<guid isPermaLink="false">6985@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I was just looking at the code, and see that -all- active plugins are loaded every time Wordpress runs.  This means that certain plugins  only used when the admin is accessing the back-end are also being loaded for every page load.  Some examples:<br />
WPLite<br />
Deactivate Visual Editor<br />
Role Manager<br />
Ask Apache<br />
etc.</p>
<p>It seems that there should be a way for plugin authors to specify that it's an admin-only plugin, so get_option('active_plugins'); doesn't return it.  Perhaps there could be a get_option('menu_plugins') which is checked on admin page loads.</p>
<p>At the same time, I would suggest having a get_option('wpmu_plugin') queue as well (the code would be very similar).  There are plugins that I'd like to make available only to is_site_admin(), but putting it in mu-plugins only means it's 'activated' by default for every page load.  It has nothing to do with whether the plugin is for the wpmu admin or not.  Plugin Commander would be a great candidate for this.</p>
<p>This is related to the "Make It Faster"<br />
<a href="http://wordpress.org/extend/ideas/topic.php?id=127" rel="nofollow">http://wordpress.org/extend/ideas/topic.php?id=127</a>  Right now, every active plugin slows down Wordpress, regardless of whether it's used or not.
</p>]]></description>
					</item>

	</channel>
</rss>
