<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dev4Press&#187; active plugins Tag Archives, page 1 of 1 | Dev4Press</title>
	<atom:link href="http://www.dev4press.com/tag/active-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dev4press.com</link>
	<description>Premium Plugins and Themes for WordPress</description>
	<lastBuildDate>Mon, 17 Jun 2013 18:12:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Measuring impact of plugins on WordPress loading</title>
		<link>http://www.dev4press.com/2011/blog/benchmark/measuring-impact-of-plugins-on-wordpress-loading/</link>
		<comments>http://www.dev4press.com/2011/blog/benchmark/measuring-impact-of-plugins-on-wordpress-loading/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 17:30:12 +0000</pubDate>
		<dc:creator>MillaN</dc:creator>
				<category><![CDATA[Benchmark]]></category>
		<category><![CDATA[active plugins]]></category>
		<category><![CDATA[different loading stages]]></category>
		<category><![CDATA[GD Affiliate Center]]></category>
		<category><![CDATA[GD Press Tools]]></category>
		<category><![CDATA[GD Star Rating]]></category>
		<category><![CDATA[GD Unit Converter]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[hosting companies]]></category>
		<category><![CDATA[impact]]></category>
		<category><![CDATA[loader]]></category>
		<category><![CDATA[loading impact]]></category>
		<category><![CDATA[loading optimization]]></category>
		<category><![CDATA[measurement]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[plugins snapshots]]></category>
		<category><![CDATA[shared hosting]]></category>
		<category><![CDATA[WooCommerce]]></category>
		<category><![CDATA[WordPress SEO]]></category>
		<category><![CDATA[worst loading stats]]></category>
		<category><![CDATA[YOURLS]]></category>

		<guid isPermaLink="false">http://www.dev4press.com/?p=11630</guid>
		<description><![CDATA[One of the best things about WordPress are plugins. With plugins you can expand WordPress and make it into anything you need it to be. But, each plugin requires time for loading and processing and it takes up additional resources. How much exactly one plugin need?]]></description>
				<content:encoded><![CDATA[<p>One of the best things about WordPress are plugins. With plugins you can expand WordPress and make it into anything you need it to be. But, each plugin requires time for loading and processing and it takes up additional resources. How much exactly one plugin need?</p>
<h3>Measurement Process</h3>
<p>For this article I have tested 35 plugins. This includes both free and commercial plugins, big and small plugins and all of them are tested on the admin side and on the website frontend. All tests are done with a single installation, and WordPress 3.3 RC1 was used. Tests are done on the local server with PHP 5.3.8.</p>
<p>Testing exact impact of plugins on WordPress is not easy, since there are two things that happen during the loading process. First part is WordPress loading the plugin (using PHP <strong>include</strong> function). Second part is done through actions and filters added by plugin to WordPress during loading stage. First part is not to complicated to measure and that is what you have in the table below. Second part is very complicated to measure because it would need tracking of each action or filter executed. This second part is even more complex if you take into account that different actions and filters are executed only on some of the pages or panels.</p>
<p>All measurements are done using <a title="GD Press Tools Pro" href="http://www.dev4press.com/plugins/gd-press-tools/" target="_blank">GD Press Tools Pro 4.3.1</a> plugin. Plugin has a tracker class that can be loaded from wp-config.php file to accurately capture snapshots of different loading stages (among other things). To allow capturing plugins snapshots, I made small change to WordPress core files: added snapshot call into loop that loads plugins.</p>
<h3>Measurement Results</h3>
<p>35 tested plugins are listed in the table below. You can see how much memory each plugin needs during loading, how many SQL queries are run and how many hooks attached to WordPress, as well as the total time needed for this loading stage. All this is done on the admin side (dashboard) and on the frontend (home page).</p>
<table class="d4ptable d4ppluginsbench">
<thead>
<tr>
<th></th>
<th colspan="4">Administration</th>
<th colspan="4">Frontend</th>
</tr>
<tr>
<th>Plugin</th>
<th>Mem.</th>
<th>SQL</th>
<th>Time</th>
<th>Hooks</th>
<th>Mem.</th>
<th>SQL</th>
<th>Time</th>
<th>Hooks</th>
</tr>
</thead>
<tbody>
<tr>
<th>After The Deadline</th>
<td>0.1M</td>
<td>0</td>
<td>0.004</td>
<td>10</td>
<td>0.1M</td>
<td>0</td>
<td>0.005</td>
<td>10</td>
</tr>
<tr>
<th>Akismet</th>
<td>0.2M</td>
<td>2</td>
<td>0.006</td>
<td>19</td>
<td>0.1M</td>
<td>1</td>
<td>0.004</td>
<td>7</td>
</tr>
<tr>
<th>All In One SEO Pack</th>
<td>0.7M</td>
<td>1</td>
<td>0.010</td>
<td>12</td>
<td>0.7M</td>
<td>1</td>
<td>0.012</td>
<td>12</td>
</tr>
<tr class="opt-plus-one">
<th>Antispam Bee</th>
<td>0.3M</td>
<td>1</td>
<td>0.004</td>
<td>2</td>
<td>0.2M</td>
<td>0</td>
<td>0.005</td>
<td>6</td>
</tr>
<tr class="opt-plus-one">
<th>BackupBuddy</th>
<td>1.0M</td>
<td>1</td>
<td>0.099</td>
<td>30</td>
<td>0.6M</td>
<td>0</td>
<td>0.009</td>
<td>9</td>
</tr>
<tr class="opt-minus-one">
<th>BackupWP</th>
<td>0.5M</td>
<td>0</td>
<td>0.007</td>
<td>9</td>
<td>0.5M</td>
<td>0</td>
<td>0.008</td>
<td>9</td>
</tr>
<tr class="opt-minus-two">
<th>bbPress</th>
<td>4.0M</td>
<td>0</td>
<td>0.047</td>
<td>216</td>
<td>3.8M</td>
<td>0</td>
<td>0.061</td>
<td>205</td>
</tr>
<tr>
<th>Better WordPress Google<br />
XML Sitemaps</th>
<td>0.6M</td>
<td>2</td>
<td>0.010</td>
<td>12</td>
<td>0.7M</td>
<td>2</td>
<td>0.013</td>
<td>12</td>
</tr>
<tr class="opt-zero">
<th>Contact Form 7</th>
<td>0.5M</td>
<td>0</td>
<td>0.007</td>
<td>16</td>
<td>0.4M</td>
<td>0</td>
<td>0.008</td>
<td>16</td>
</tr>
<tr>
<th>Dev4Press Updater</th>
<td>0.3M</td>
<td>2</td>
<td>0.007</td>
<td>5</td>
<td>0.3M</td>
<td>2</td>
<td>0.010</td>
<td>5</td>
</tr>
<tr class="opt-minus-one">
<th>Events Manager</th>
<td>4.2M</td>
<td>1</td>
<td>0.051</td>
<td>60</td>
<td>3.0M</td>
<td>1</td>
<td>0.042</td>
<td>54</td>
</tr>
<tr class="opt-minus-one">
<th>gdHeadSpace 4</th>
<td>0.7M</td>
<td>1</td>
<td>0.013</td>
<td>20</td>
<td>0.7M</td>
<td>1</td>
<td>0.013</td>
<td>8</td>
</tr>
<tr class="opt-plus-two">
<th>GD Affiliate Center Pro</th>
<td>1.1M</td>
<td>0</td>
<td>0.017</td>
<td>16</td>
<td>0.7M</td>
<td>0</td>
<td>0.013</td>
<td>9</td>
</tr>
<tr>
<th>GD bbPress Attachments</th>
<td>0.2M</td>
<td>0</td>
<td>0.003</td>
<td>1</td>
<td>0.2M</td>
<td>0</td>
<td>0.004</td>
<td>1</td>
</tr>
<tr>
<th>GD Pages Navigator</th>
<td>0.5M</td>
<td>0</td>
<td>0.008</td>
<td>3</td>
<td>0.5M</td>
<td>0</td>
<td>0.009</td>
<td>3</td>
</tr>
<tr class="opt-plus-two">
<th>GD Press Tools Pro</th>
<td>2.9M</td>
<td>0</td>
<td>0.032</td>
<td>78</td>
<td>2M</td>
<td>0</td>
<td>0.027</td>
<td>38</td>
</tr>
<tr class="opt-minus-one">
<th>GD Products Center Pro</th>
<td>2.4M</td>
<td>0</td>
<td>0.029</td>
<td>28</td>
<td>2.2M</td>
<td>0</td>
<td>0.032</td>
<td>17</td>
</tr>
<tr class="opt-minus-two">
<th>GD Star Rating</th>
<td>3.8M</td>
<td>0</td>
<td>0.043</td>
<td>12</td>
<td>3.8M</td>
<td>0</td>
<td>0.047</td>
<td>14</td>
</tr>
<tr class="opt-plus-two">
<th>GD Custom Posts And<br />
Taxonomies Tools Pro</th>
<td>2.8M</td>
<td>0</td>
<td>0.039</td>
<td>61</td>
<td>1.7M</td>
<td>0</td>
<td>0.027</td>
<td>23</td>
</tr>
<tr class="opt-minus-one">
<th>GD Unit Converter</th>
<td>0.5M</td>
<td>0</td>
<td>0.007</td>
<td>4</td>
<td>0.4M</td>
<td>0</td>
<td>0.010</td>
<td>4</td>
</tr>
<tr class="opt-minus-one">
<th>GravityForms</th>
<td>2.9M</td>
<td>0</td>
<td>0.025</td>
<td>4</td>
<td>2.8M</td>
<td>0</td>
<td>0.030</td>
<td>4</td>
</tr>
<tr>
<th>JetPack</th>
<td>0.7M</td>
<td>0</td>
<td>0.008</td>
<td>5</td>
<td>0.7M</td>
<td>0</td>
<td>0.009</td>
<td>5</td>
</tr>
<tr>
<th>Lightbox Plus</th>
<td>0.7M</td>
<td>0</td>
<td>0.011</td>
<td>8</td>
<td>0.7M</td>
<td>0</td>
<td>0.013</td>
<td>7</td>
</tr>
<tr>
<th>Regenerate Thumbnails</th>
<td>0.1M</td>
<td>0</td>
<td>0.002</td>
<td>1</td>
<td>0.1M</td>
<td>0</td>
<td>0.002</td>
<td>1</td>
</tr>
<tr class="opt-minus-two">
<th>Subscribe2</th>
<td>1.4M</td>
<td>0</td>
<td>0.013</td>
<td>5</td>
<td>1.4M</td>
<td>0</td>
<td>0.016</td>
<td>5</td>
</tr>
<tr>
<th>Subscribe to Comments Reloaded</th>
<td>0.3M</td>
<td>2</td>
<td>0.005</td>
<td>17</td>
<td>0.3M</td>
<td>2</td>
<td>0.006</td>
<td>3</td>
</tr>
<tr>
<th>SyntaxHighlighter Evolved</th>
<td>0.3M</td>
<td>0</td>
<td>0.004</td>
<td>1</td>
<td>0.3M</td>
<td>0</td>
<td>0.005</td>
<td>1</td>
</tr>
<tr class="opt-minus-two">
<th>The Google+ plugin</th>
<td>1.6M</td>
<td>1</td>
<td>0.032</td>
<td>10</td>
<td>1.6M</td>
<td>1</td>
<td>0.032</td>
<td>6</td>
</tr>
<tr>
<th>TinyMCE Advanced</th>
<td>0.1M</td>
<td>0</td>
<td>0.002</td>
<td>13</td>
<td>0.1M</td>
<td>0</td>
<td>0.002</td>
<td>13</td>
</tr>
<tr class="opt-plus-two">
<th>W3 Total Cache</th>
<td>1.4M</td>
<td>0</td>
<td>0.019</td>
<td>46</td>
<td>0.2M</td>
<td>0</td>
<td>0.008</td>
<td>19</td>
</tr>
<tr class="opt-minus-two">
<th>WooCommerce</th>
<td>3.9M</td>
<td>0</td>
<td>0.056</td>
<td>164</td>
<td>3.7M</td>
<td>0</td>
<td>0.059</td>
<td>148</td>
</tr>
<tr class="opt-plus-two">
<th>WordPress Download Monitor</th>
<td>1.5M</td>
<td>1</td>
<td>0.036</td>
<td>7</td>
<td>1M</td>
<td>1</td>
<td>0.033</td>
<td>7</td>
</tr>
<tr class="opt-plus-two">
<th>WordPress SEO by Yoast</th>
<td>1.2M</td>
<td>4</td>
<td>0.018</td>
<td>21</td>
<td>0.7M</td>
<td>4</td>
<td>0.014</td>
<td>16</td>
</tr>
<tr class="opt-zero">
<th>WP e-Commerce</th>
<td>0.8M</td>
<td>1</td>
<td>0.012</td>
<td>5</td>
<td>0.9M</td>
<td>1</td>
<td>0.011</td>
<td>5</td>
</tr>
<tr class="opt-minus-two">
<th>YOURLS WordPress to Twitter</th>
<td>1.7M</td>
<td>0</td>
<td>0.022</td>
<td>60</td>
<td>1.5M</td>
<td>0</td>
<td>0.025</td>
<td>53</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>Average</th>
<th>1.3M</th>
<th>0.57</th>
<th>0.020</th>
<th>28</th>
<th>1.1M</th>
<th>0.49</th>
<th>0.018</th>
<th>22</th>
</tr>
<tr>
<th>Total</th>
<th>45.9M</th>
<th>20</th>
<th>0.708</th>
<th>981</th>
<th>38.6</th>
<th>17</th>
<th>0.624</th>
<th>755</th>
</tr>
</tfoot>
</table>
<p>This data can change depending on the page used to do the testing since plugins can loading different things based on the page. But, these numbers are good reference point to see how the loading of plugins affect the WordPress. Also, you can see on average (and total) how much each plugin adds to the WordPress loading. What each row color means:</p>
<table class="d4ptable d4ppluginsbench" style="border-bottom: 1px solid #ffffff;">
<tbody>
<tr class="opt-zero">
<th style="font-weight: bold; font-size: 1.3em;" rowspan="5">Colors:</th>
<td style="width: auto;">Average optimization results</td>
</tr>
<tr class="opt-minus-two">
<td style="width: auto;">Bad optimization results, must be improved</td>
</tr>
<tr class="opt-minus-one">
<td style="width: auto;">Not good, should be improved</td>
</tr>
<tr class="opt-plus-one">
<td style="width: auto;">Good optimization, some space for improvement</td>
</tr>
<tr class="opt-plus-two">
<td style="width: auto;">Excellent optimization results</td>
</tr>
</tbody>
</table>
<p>I have mentioned the second part of loading that happens after all plugins are loaded, and WordPress runs actions and filters after that. Table below shows the difference between the WordPress with 35 plugins and WordPress with no plugins. Before plugins loader results are same for clean WordPress and WordPress with plugins.</p>
<p>Interesting thing is that you can have all 35 plugins active, and I had some WordPress setups with more than 70 active plugins. But, be ready for the WordPress using much more resources. The more plugins you have active, the more server power is needed. Plugins will have negative impact on website speed. To fix that you must use a caching plugin (W3 Total Cache for caching pages and minify the JS and CSS files) and some sort of server based optimization (eAccelerate or similar extension for PHP).</p>
<p>Clean WordPress will work with 32MB set for PHP to use. You can have less, but some internal operations might need a bit more, so 32MB is safe minimal value. If you have a couple of plugins, 32MB should be enough. If you have more than 10 plugins, at least 64MB is needed. As you can see from this test, for 35 plugins I had here, you need more, and 96MB or 128MB is safe value. Some shared hosting companies will not let you have more than 64MB or 80MB, so you might have issues with many plugins if you are on some restrictive hosting companies. Consult hosting support to make sure you will get enough resources. You can use average values above to get some orientation value for memory needed.</p>
<table class="d4ptable d4ppluginsbench">
<thead>
<tr>
<th></th>
<th colspan="4">Administration</th>
<th colspan="4">Frontend</th>
</tr>
<tr>
<th>Test</th>
<th>Mem.</th>
<th>SQL</th>
<th>Time</th>
<th>Hooks</th>
<th>Mem.</th>
<th>SQL</th>
<th>Time</th>
<th>Hooks</th>
</tr>
</thead>
<tbody>
<tr>
<th>Clean WP: Before plugins loader</th>
<td>13.2M</td>
<td>1</td>
<td>0.146</td>
<td>344</td>
<td>13.1M</td>
<td>1</td>
<td>0.172</td>
<td>307</td>
</tr>
<tr>
<th>Clean WP: After plugins loader</th>
<td>4.7M</td>
<td>32</td>
<td>0.236</td>
<td>137</td>
<td>1.0M</td>
<td>20</td>
<td>0.121</td>
<td>43</td>
</tr>
<tr>
<th>Clean WP: Total loading results</th>
<td>17.9M</td>
<td>32</td>
<td>0.381</td>
<td>481</td>
<td>14.1M</td>
<td>21</td>
<td>0.121</td>
<td>350</td>
</tr>
<tr>
<th>WP with plugins: After plugins loader</th>
<td>23.0M</td>
<td>235</td>
<td>1.206</td>
<td>893</td>
<td>9.7M</td>
<td>183</td>
<td>0.575</td>
<td>305</td>
</tr>
<tr>
<th>WP with plugins: Total loading results</th>
<td>81.3M</td>
<td>255</td>
<td>2.055</td>
<td>2221</td>
<td>60.2M</td>
<td>200</td>
<td>1.354</td>
<td>1364</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>Total 35 Plugins Impact</th>
<th>63.4M</th>
<th>223</th>
<th>1.674</th>
<th>1740</th>
<th>46.1M</th>
<th>179</th>
<th>1.233</th>
<th>1014</th>
</tr>
</tfoot>
</table>
<h3>Optimization Analysis</h3>
<p>As you can see in the plugins table on the top, some plugins results are in different colors. Green colors are for plugins with good optimization, red colors are for plugins with bad optimization. Badly optimized plugins are always loading everything on front-end and on admin side and they take a lot of memory. Smaller plugins with less than 0.8MB of memory used are not a big problem and they usually can&#8217;t be much optimized considering number of plugin files.</p>
<p>Since most plugins are behaving different on admin side and front-end, they should be taking care of what will be loaded in both cases. Only files that are actually needed should be loaded. This is not always possible, but with little extra work, code can be separated to allow for better loading optimization. Considering how much memory some of the plugins use, it is essential to try and lower required resources. Most WordPress users are on shared hosting servers, and they need plugins that are optimized.</p>
<h4>The Bad</h4>
<p>Plugins with worst loading stats and worst optimization from this test are: bbPress, GD Star Rating, Subscribe2, The Google+ Plugin, WooCommerce and YOURLS WordPress to Twitter. bbPress should be loading parts of the plugin only when needed, considering that forum is usually separated from normal WP pages. You can have some core parts always loaded, but most things are not needed on every page. My own GD Star Rating is old plugin, and I made some optimizations in some versions, but I need to do more, and GD Star Rating 2.0 will be highly optimized to use resources. The Google+ Plugin loads many libraries that are not needed for the most part, and for a simple plugin that this should be, it uses a lot of memory. I can&#8217;t judge quality of WooCommerce plugin, but I couldn&#8217;t believe how bad loading for this plugin is, and its main file loads 32 other files always. I have noticed some other things done bad in this plugin only from first few files, but loading is really bad.</p>
<p>Few plugins are a bit better than this, and they have lighter red color: BackupWP, Events Manager, gdHeadSpace4, GD Products Center Pro, GD Unit Converter, GravityForms. BackupWP doesn&#8217;t need anything on front end but it still loads things always. Events Manager has some loading optimizations, but I see potential to make it much better. I have modded plugin into gdHeadSpace4 and I didn&#8217;t make changes in loading. This plugin doesn&#8217;t have big memory footprint, but some changes can be done. My GD Products Center Pro is still in beta, and I plan to finish loading optimization before releasing 1.0 version. Another of my plugin GD Unit Converter is 100% admin side plugin, yet some things are loaded always, and I will improve this soon. GravityForms requires a lot of things on both admin and front end side, but there are some things that can be optimized much better that they are now.</p>
<h4>The Good</h4>
<p>Contact Form 7 and WP e-Commerce could benefit from some minor changes, but they are good as far as optimization goes. Light green and good optimization is done with: Antispam Bee and BackupBuddy. BackupBuddy would benefit greatly with better main loader file that is now too big. With fragmentation of this file, will help with optimization further.</p>
<p>Best optimized plugins, considering plugin size and features are: GD Affiliate Center Pro, GD Press Tools Pro, GD Custom Posts And Taxonomies Tools Pro, W3 Total Cache, WordPress Download Monitor, WordPress SEO. My 3 Pro plugins all have advanced loaders and modular structure to load things need for admin side or front end. Even the code used for Ajax or saving data is separated and loaded only when needed. W3TC does a great job in loading of different plugin modules and same goes for WordPress SEO by Yoast has loader that loads different files on both sides, minimizing the impact on WordPress.</p>
<p>My GD Press Tools Pro and GD Custom Posts And Taxonomies Tools Pro can replace great many other plugins, and that alone can save you a lot of resources. If you can have 10 plugins and if each one uses 1.3MB on average, that is 13MB, you can replace with GD Press Tools Pro only (and it can replace much more than just 10, maybe 60 or more plugins), that will use only 2.9MB.</p>
<h3>Loading used in my plugins</h3>
<p>Process of loading for my GD Press Tools Pro plugin is controlled by main plugin file. First, it loads parts of gdr2 shared library (used by all my plugins). Public functions and classes are loaded next (they are used on both admin and front end side). Some parts of internal code are loaded next. Main plugin class is loaded after that, and this class is used to initialize the plugin and load plugin settings. Than, loader checks if its loaded on admin side. If it is, admin core class is loaded as well as some extra functions. And if the plugin is loaded to save settings or through AJAX call, it loads separate settings saving or AJAX classes. This all improves loading on front end side by some 30%. This loading method is changed over time, and I think that it works great right now.</p>
<h3>Two plugins I ALWAYS use</h3>
<p>I can&#8217;t imagine running WordPress website without my GD Press Tools Pro. It is truly ultimate administration plugin, and it does so many things that you simply need on any website: backup, sitemaps, SEO, optimization and integration&#8230; Second plugin is W3 Total Cache. Page caching, external files minify and support for CDN are something each website should use to improve website speed.</p>
<h3>Cached Pages</h3>
<p>If you use W3 Total Cache or some other similar caching plugin, and you have page cache enabled, it is important to know that when cached page is served to a visitor, WordPress (and plugins) are not loaded at all. All these tests are made when there is no page caching active.</p>
<h3>Conclusion</h3>
<p>As you can see, plugins can have big impact on WordPress. While you can have as many plugins as you like, there are things to consider:</p>
<ul>
<li><strong>Compatibility</strong>: the more plugins you have, there is more chance to have some of them causing problems. Always test plugins when adding new plugin, it is rare, but it can happen. I always have local copies of all my websites, and when new things are added, I always test locally before moving to live server.</li>
<li><strong>Resources</strong>: the more plugins you have, the more server resources will be used. If you are on the shared hosting, I recommend that you review if you really need all plugins you might have already. Test different plugins you can use, because with too many of them active, you can easily hit the limits imposed by your hosting company. My <a title="GD Press Tools Pro" href="http://www.dev4press.com/plugins/gd-press-tools/" target="_blank">GD Press Tools Pro</a> can do many things, one of them is to measure data like this, and you can see exact impact of a new plugin added on memory, mySQL server or WordPress.</li>
<li><strong>Loading Speed</strong>: more plugins == less speed. It is very important to use cache plugins to optimize front end loading, to minify external files and use CDN to load external resources.</li>
</ul>
<p>I hope that other plugin developers will consider the results from this article, and my recommendations to improve loading for own plugins to optimize them so that end users get faster plugins that are not needing too much resources. Lets make plugins even better.</p>
<script src="http://feeds.feedburner.com/~s/adsense@gdragon.info?i=http://www.dev4press.com/2011/blog/benchmark/measuring-impact-of-plugins-on-wordpress-loading/" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
			<wfw:commentRss>http://www.dev4press.com/2011/blog/benchmark/measuring-impact-of-plugins-on-wordpress-loading/feed/</wfw:commentRss>
		<slash:comments>87</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk: enhanced
Content Delivery Network via cdn.dev4press.com

 Served from: www.dev4press.com @ 2013-06-18 09:12:27 by W3 Total Cache -->