<?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; Dev4Press | Tag: press |</title>
	<atom:link href="http://www.dev4press.com/tag/press/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dev4press.com</link>
	<description>Premium Plugins and Themes for WordPress</description>
	<lastBuildDate>Wed, 28 Jul 2010 22:53:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WP Benchmark: Administration</title>
		<link>http://www.dev4press.com/2009/blog/benchmark/wp-benchmark-administration/</link>
		<comments>http://www.dev4press.com/2009/blog/benchmark/wp-benchmark-administration/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 14:35:17 +0000</pubDate>
		<dc:creator>MillaN</dc:creator>
				<category><![CDATA[Benchmark]]></category>
		<category><![CDATA[active list]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[benchmark tests]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[google gears]]></category>
		<category><![CDATA[memory tests]]></category>
		<category><![CDATA[memory usage]]></category>
		<category><![CDATA[opera 9]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[press]]></category>
		<category><![CDATA[press tools]]></category>
		<category><![CDATA[server response time]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[usage time]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.dev4press.com/?p=463</guid>
		<description><![CDATA[Here is the first post with results from benchmark tests I conducted over the past few days. Before we proceed to results, I will give more details on the methods of measurement used for the administration part of the tests. Results contain both memory usage, time needed for server to prepare the results and the total output size.<br /><div><img src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
			<content:encoded><![CDATA[<p>Here is the first post with results from benchmark tests I conducted over the past few days. Before we proceed to results, I will give more details on the methods of measurement used for the administration part of the tests. Results contain both memory usage, time needed for server to prepare the results and the total output size.</p>
<p><span id="more-463"></span></p>
<p>I made few changes to each of the WP installations so that the measuring rendering time is more accurate. Also, I changed few things in GD Press Tools also, and the Arthemia theme for the next part when the benchmark will be done for the actual blog. For some of the plugins I used older versions for WP 2.6.5, as recommended by the plugins authors. All results displayed on the charts are mean value from 5 measurements. I used Opera 9.64 browser for time and memory tests, and Firefox 3.0.11 with Firebug 1.3.3 for size of the output (personally I don&#8217;t like Firefox at all).</p>
<p>For test configuration and setup check the previous post: <a href="http://www.dev4press.com/2009/06/26/wp-benchmark-setup/">Benchmark Setup</a>. On all 3 charts, first 3 columns for each page is for WordPress without plugins (only GD Press Tools is active), and the next 3 columns are for WordPress with all 15 plugins active, list of plugins in setup article.</p>
<h2>Why benchmarking?</h2>
<p>The reason I made these tests is because it&#8217;s obvious that no one in WordPress development team didn&#8217;t do anything like this. In fact they even claimed that WP 2.8 is much faster, and that&#8217;s simply not true at all. Take a look at <a href="http://codex.wordpress.org/Version_2.8" target="_blank">this page</a>, and notice that one of the highlights is speed of the admin pages. Speed can be gained using Turbo with Google Gears, and in that case browser needs less time to render the pages. But Opera, Safari, Chrome and Firefox are very fast already and will render very fast anything you throw on them. Browsers can&#8217;t speed up server response time. And Gears is not an option for Opera or Safari users (hopefully we will see better Gears browser support soon), not to mention problems I had with Gears in Firefox and that I don&#8217;t plan to start using it any time soon.</p>
<p>WP 2.6.5 is used only as a reference, in most cases you can&#8217;t really compare it with WP 2.7 or WP 2.8 because interface and some other things are rewritten, but it&#8217;s interesting to see how WP 2.6.5 compares to latest releases in terms of performance.</p>
<h2>Page load times</h2>
<p>First series of tests are to determine how much time PHP and server needs to generate a single page. Some of the things were problem to measure with WP 2.8, but I will get to that later. Even when the pages are partially loaded from cache this time is more or less the same. I noticed some 10-20% drop in WP 2.8 for reloading the same page, but that&#8217;s still too high.</p>
<div id="attachment_472" class="wp-caption alignright" style="width: 349px"><a title="WordPress load times" rel="lightbox" href="http://www.dev4press.com/wp-content/uploads/2009/06/benchmark_admin_load.png"><img class="size-full wp-image-472  " title="WordPress load times" src="http://www.dev4press.com/wp-content/uploads/2009/06/benchmark_admin_load.png" alt="WordPress load times" width="339" height="174" /></a><p class="wp-caption-text">WordPress load times</p></div>
<p>WP 2.8 is more than 2 times slower than previous two WordPress versions. On some pages difference is even bigger. I have measured 4 pages, 3 are WP native pages, last one is Settings panel from GD Press Tools, and it&#8217;s the fastest in the group because it doesn&#8217;t load a bunch of things most WP pages do.</p>
<p>But, there are some pages that need much more time. General settings page takes more than 10 or 15 seconds to load, because for some reason WP developers decided that the time zone list needs to be populated from WordPress website. This list could been included in the WordPress code. Right now it gets really frustrated to change any of these settings and need to wait all that time. That&#8217;s simple unacceptable.</p>
<h2>Used memory</h2>
<p>Things are pretty much the same with memory usage. As you can see 15 plugins add a lot to the memory used. WP 2.6.5 uses much less memory in both cases but that&#8217;s not a big surprise.</p>
<div id="attachment_473" class="wp-caption alignright" style="width: 349px"><a title="WordPress memory usage" rel="lightbox" href="http://www.dev4press.com/wp-content/uploads/2009/06/benchmark_admin_memory.png"><img class="size-full wp-image-473  " title="WordPress memory usage" src="http://www.dev4press.com/wp-content/uploads/2009/06/benchmark_admin_memory.png" alt="WordPress memory usage" width="339" height="174" /></a><p class="wp-caption-text">WordPress memory usage</p></div>
<p>WP 2.7 and WP 2.8 have totally rewritten interface and because of that it needs more memory. But the problem is with WP 2.8 that more or less should have the same memory usage as WP 2.7 because the changes were not that significant to cause this difference. Dashboard is the biggest problem and it uses some 25% more memory than WP 2.7. On some pages like the the general settings I mentioned earlier in some cases I noticed memory leaks and memory use increases to 45-55 MB. On one instance loading failed meaning that it exceeded preset 64MB. And again, that&#8217;s most likely caused by the timezone code.</p>
<div id="attachment_474" class="wp-caption alignright" style="width: 349px"><a title="WordPress output size" rel="lightbox" href="http://www.dev4press.com/wp-content/uploads/2009/06/benchmark_admin_output.png"><img class="size-full wp-image-474  " title="WordPress output size" src="http://www.dev4press.com/wp-content/uploads/2009/06/benchmark_admin_output.png" alt="WordPress output size" width="339" height="174" /></a><p class="wp-caption-text">WordPress output size</p></div>
<h2>Page size</h2>
<p>Finally this is something where WP 2.8 is actually better than WP 2.7. Again, WP 2.6.5 pages are smaller because of the different front end, but it&#8217;s interesting to see how much the interface &#8216;costs&#8217;.</p>
<p>WP 2.8 generates smaller pages compared to WP 2.7 mostly because of better optimization of JavaScript and CSS loading and joining several files into one. And in the same time that&#8217;s one of the reasons for slower loading and increased memory usage with WP 2.8.</p>
<h2>Conclusion</h2>
<p>There was a discussion on Weblogtoolscollection website about <a href="http://weblogtoolscollection.com/archives/2009/06/19/wordpress-plugins-usage-faqs/" target="_blank">using 1 or 100 plugins</a>, and it&#8217;s obvious that number of plugins active will increase used resources and time needed for page to be rendered. Another post that will investigate this much deeper. It will take some more time to prepare but it&#8217;s coming soon.</p>
<p>Based on all this is clear that in terms of speed and memory usage WP 2.6.5 administration is much better than the latest WP versions. On the other hand these are not actual pages that blog visitors see, and next post present results of blog benchmark under same condition, so I am not going to give some definitive judgement right now. I know a lot of people that still use WP 2.6.5 because they can&#8217;t increase memory every time WP is released. When WP 2.8.1 is released I will do a benchmark against current WP 2.8, to see if indeed developers managed to solve memory usage increase and lower speeds.</p>
<p>I use WP 2.8 on all my blogs right now, but I must say that I am not happy with performance of the administration compared to older versions. Interface IS much better, and to some point I understand and accept that the performance is a trade off for the interface and better work flow. But only to a point. I will be very disappointed to see WP 2.9 some 7-8 months down the road that instead of 40MB needs 50MB or more to work.</p>
<p>So, tell me what you think about data presented here, and about your own experiences with last 3 versions of WP, and especially with WP 2.8. And stay tuned for more benchmark results.</p>
<br /><div><img src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br /><script src="http://feeds.feedburner.com/~s/adsense@gdragon.info?i=http://www.dev4press.com/2009/blog/benchmark/wp-benchmark-administration/" type="text/javascript" charset="utf-8"></script><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.dev4press.com/2009/blog/benchmark/wp-benchmark-administration/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
