<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://groups.drupal.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Benchmarking Drupal</title>
 <link>http://groups.drupal.org/benchmarking-drupal</link>
 <description>Benchmarking Drupal, new code vs older code, Drupal vs other CMS&#039;es and the impact of Drupal modules and themes on the performance</description>
 <language>en</language>
<item>
 <title>Are performance optimisations still going into D6?</title>
 <link>http://groups.drupal.org/node/8492</link>
 <description>&lt;p&gt;I&#039;m assuming it&#039;s too late, but if not here&#039;s an easy performance win for D6:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/215080&quot; title=&quot;http://drupal.org/node/215080&quot;&gt;http://drupal.org/node/215080&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;The type column of the {system} table is currently a varchar(255) field. Yet in 99% of all Drupal installations it stores either the text &#039;module&#039; or the text &#039;theme&#039; and nothing else. This is already a strong case for making it an int column and defining constants for module and theme. Then, on every page, there is this query:&lt;br /&gt;
SELECT filename FROM system WHERE name = &#039;user&#039; AND type = &#039;module&#039;;&lt;/p&gt;
&lt;p&gt;This query always takes over 1 ms to run making it not a criminally slow query, but relatively slow, nonetheless. This is because the list of indexes available doesn&#039;t help the query much&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;By shortening the {system}.type column to 32 chars and adding an index we reduce the query by around 60%... and this query runs on every page load.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/postgresql&quot;&gt;Postgresql&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/8492#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/3558">D6</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3714">high performance</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1046">optimization</category>
 <group domain="http://groups.drupal.org/benchmarking-drupal">Benchmarking Drupal</group>
 <group domain="http://groups.drupal.org/database-schema-api">Database Schema API</group>
 <group domain="http://groups.drupal.org/high-performance">High performance</group>
 <group domain="http://groups.drupal.org/mysql">MySQL</group>
 <group domain="http://groups.drupal.org/postgresql">Postgresql</group>
 <pubDate>Mon, 28 Jan 2008 15:07:59 +0000</pubDate>
 <dc:creator>robertDouglass</dc:creator>
 <guid isPermaLink="false">8492 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Are you storing your Drupal sites or configs in a version control system? If so, which?</title>
 <link>http://groups.drupal.org/node/6172</link>
 <description>&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/workflow&quot;&gt;Workflow&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/6172#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/3071">config</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2853">configuration</category>
 <category domain="http://groups.drupal.org/taxonomy/term/218">cvs</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1781">deployment</category>
 <category domain="http://groups.drupal.org/taxonomy/term/166">files</category>
 <category domain="http://groups.drupal.org/taxonomy/term/12">maintenance</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2221">revision control</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3070">sites</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3069">source safe</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2331">subversion</category>
 <category domain="http://groups.drupal.org/taxonomy/term/219">svn</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3072">version control</category>
 <category domain="http://groups.drupal.org/taxonomy/term/178">workflow</category>
 <group domain="http://groups.drupal.org/issue-tracking-and-software-releases">Issue tracking and software releases</group>
 <group domain="http://groups.drupal.org/testing-qa">Testing and Quality Assurance</group>
 <group domain="http://groups.drupal.org/benchmarking-drupal">Benchmarking Drupal</group>
 <group domain="http://groups.drupal.org/distributions">Distribution profiles</group>
 <group domain="http://groups.drupal.org/drupal-dojo">Drupal Dojo</group>
 <group domain="http://groups.drupal.org/high-performance">High performance</group>
 <group domain="http://groups.drupal.org/language-learning-communities">Language Learning Communities</group>
 <group domain="http://groups.drupal.org/quality-assurance">Quality Assurance</group>
 <group domain="http://groups.drupal.org/workflow">Workflow</group>
 <pubDate>Mon, 17 Sep 2007 21:12:02 +0000</pubDate>
 <dc:creator>ccharlton</dc:creator>
 <guid isPermaLink="false">6172 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Presentation: Drupal performance tuning and optimization</title>
 <link>http://groups.drupal.org/node/5980</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://www.open-craft.com&quot;&gt;OpenCraft&lt;/a&gt; hosted a 3.5 hour seminar that I presented on &lt;a href=&quot;http://2bits.com/news/drupal-technical-seminar-at-open-craft-in-cairo-25-august-2007.html&quot;&gt;Drupal performance tuning and optimization&lt;/a&gt;. You can find the slides from the presentation there, which can be useful to some of you.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/high-performance&quot;&gt;High performance&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/5980#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/742">benchmarking</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1046">optimization</category>
 <category domain="http://groups.drupal.org/taxonomy/term/332">performance</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2944">persentation</category>
 <category domain="http://groups.drupal.org/taxonomy/term/165">scalability</category>
 <category domain="http://groups.drupal.org/taxonomy/term/355">Tuning</category>
 <group domain="http://groups.drupal.org/benchmarking-drupal">Benchmarking Drupal</group>
 <group domain="http://groups.drupal.org/high-performance">High performance</group>
 <pubDate>Mon, 03 Sep 2007 08:45:26 +0000</pubDate>
 <dc:creator>kbahey</dc:creator>
 <guid isPermaLink="false">5980 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Drupal memory consumption by core and modules</title>
 <link>http://groups.drupal.org/node/5979</link>
 <description>&lt;p&gt;I create a 5.2 and 6.x patch for measuring how much memory a module takes, and also how much the whole Drupal page load takes.&lt;/p&gt;
&lt;p&gt;The results are published here: &lt;a href=&quot;http://2bits.com/articles/measuring-memory-consumption-by-drupal-bootstrap-and-modules.html&quot;&gt;Measuring memory consumption by Drupal bootstrap and modules&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Short version: in Drupal 6, modules are better off than in 5.2, but the bootstrap is a tad larger.&lt;/p&gt;
&lt;p&gt;If anyone is interested in replicating the results with more realistic install profiles, please do so and publish your results/findings/recommendations.&lt;/p&gt;
&lt;p&gt;Also, I am looking for opinions on incorporating this memory measurement in core and devel modules. If you think this is a good idea, please say so.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/high-performance&quot;&gt;High performance&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/5979#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/131">core</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2943">memory</category>
 <category domain="http://groups.drupal.org/taxonomy/term/312">modules</category>
 <category domain="http://groups.drupal.org/taxonomy/term/332">performance</category>
 <group domain="http://groups.drupal.org/benchmarking-drupal">Benchmarking Drupal</group>
 <group domain="http://groups.drupal.org/high-performance">High performance</group>
 <pubDate>Mon, 03 Sep 2007 08:45:00 +0000</pubDate>
 <dc:creator>kbahey</dc:creator>
 <guid isPermaLink="false">5979 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Convenient SQL transactions with PressFlow Transaction</title>
 <link>http://groups.drupal.org/node/3440</link>
 <description>&lt;p&gt;I&#039;ve released an in-development version of &lt;a href=&quot;http://drupal.org/project/pressflow_transaction&quot;&gt;PressFlow Transaction&lt;/a&gt; for developers interested in convenient encapsulation of SQL transactions. The key features are intelligent use of scope for COMMITs and ROLLBACKs as well as safe, intelligent nesting of transactions to get exception-like semantics.&lt;/p&gt;
&lt;p&gt;Usage details are on the project page. Requires PHP 5.&lt;/p&gt;
&lt;p&gt;(I posted this to the High-Performance group because encapsulating updates in transactions can dramatically improve performance.)&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/high-performance&quot;&gt;High performance&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3440#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1045">sql</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1852">transactions</category>
 <group domain="http://groups.drupal.org/benchmarking-drupal">Benchmarking Drupal</group>
 <group domain="http://groups.drupal.org/data-mining">Data Mining</group>
 <group domain="http://groups.drupal.org/ecommerce">e-Commerce Module</group>
 <group domain="http://groups.drupal.org/high-performance">High performance</group>
 <pubDate>Sat, 31 Mar 2007 22:03:46 +0000</pubDate>
 <dc:creator>David Strauss</dc:creator>
 <guid isPermaLink="false">3440 at http://groups.drupal.org</guid>
</item>
<item>
 <title>SoC 2007 proposal - Drupal Automated Staging Kit</title>
 <link>http://groups.drupal.org/node/3299</link>
 <description>&lt;p&gt;Hello all,&lt;br /&gt;
Sorry for cross-posting; but I think people working on different aspects of Drupal may have interest in this idea.&lt;/p&gt;
&lt;p&gt;I&#039;ve submitted a SoC 2007 Drupal proposal on automating the whole process of creating a complete Drupal site with a LAMP stack in a self-contained virtual machine image. A formatted PDF version is here:&lt;br /&gt;
&lt;a href=&quot;http://www.abeharry.info/SoC2007_DrupalAST_FullProposal.pdf&quot; title=&quot;http://www.abeharry.info/SoC2007_DrupalAST_FullProposal.pdf&quot;&gt;http://www.abeharry.info/SoC2007_DrupalAST_FullProposal.pdf&lt;/a&gt;&lt;br /&gt;
Here is the abstract:&lt;/p&gt;
&lt;p&gt;The Drupal automated staging toolkit is a proposed set of code libraries, file schemas and parsers, and code generators, for&lt;br /&gt;
automatically creating a Drupal site with specific module code versions, sample users and data, and a specific LAMP stack&lt;br /&gt;
configuration for hosting the Drupal site. The toolkit also has the ability to stage this generated site on an existing physical server&lt;br /&gt;
location, and also as a self-contained virtual machine consisting of a minimal Linux environment, required LAMP software, and the Drupal&lt;br /&gt;
site.&lt;/p&gt;
&lt;p&gt;The automated staging toolkit is designed to be part of an automated unit- and regression testing environment, by providing testers with a&lt;br /&gt;
simple, fast way to automatically generate a complete Drupal site running specific code versions, and using specific LAMP server&lt;br /&gt;
configurations. It is also intended for use as part of a performance and scalability testing environment by providing the ability to&lt;br /&gt;
rapidly build and then benchmark the effects of different application, web and database server configurations on Drupal site performance and&lt;br /&gt;
scalability.&lt;/p&gt;
&lt;p&gt;This toolkit will be used in the following way:&lt;br /&gt;
1. The tester creates or reuses an XML(or other structured) file using&lt;br /&gt;
a schema describing the Drupal site code-tree, including modules&lt;br /&gt;
installed/enabled/disabled, and the versions of each module to be&lt;br /&gt;
used.&lt;br /&gt;
2. The tester creates or reuses an XML file using a schema describing&lt;br /&gt;
the LAMP stack web server, PHP/application server, and&lt;br /&gt;
database server configuration; e.g Apache vs. Lighttpd, mod_php&lt;br /&gt;
vs.FastCGI, choice of op-code cache, MySQL vs. PostgreSQL, and so on.&lt;br /&gt;
3. The tester creates or reuses an XML file using a schema describing&lt;br /&gt;
the sample users and content data the site will contain.&lt;br /&gt;
4. The parsers take each file and generate scripts in a lightweight&lt;br /&gt;
language (Python or Ruby or PHP-CLI.) These scripts, when executed,&lt;br /&gt;
use functions in the code libraries to download Drupal modules,&lt;br /&gt;
generate database scripts and datasets, and write server configuration&lt;br /&gt;
files.&lt;br /&gt;
5. Given a physical server target location, the Drupal modules,&lt;br /&gt;
database scripts and server configuration files are deployed to the&lt;br /&gt;
designated server location, to produce a new, ready-to-test Drupal&lt;br /&gt;
site.&lt;/p&gt;
&lt;p&gt;Time and resource permitting, a builder in the toolkit will also use the generated Drupal site and servers&#039; configuration as input to build&lt;br /&gt;
a self-contained virtual machine image in Xen, VMWare, or potentially the Amazon EC AMI format. This virtual image can also be be used in&lt;br /&gt;
testing environments, including advanced performance testing scenarios such as evaluating clustering, distributed database topologies, and&lt;br /&gt;
alternative storage and computing models like Amazon S3 and Elastic Cloud. The ability to rapidly generate self-contained Drupal virtual machine images will also be extremely valuable to Drupal consultants and solution providers for marketing, prototyping and demonstrating&lt;br /&gt;
Drupal solutions to potential clients, and large organizations and ASPs like CivicSpace looking to take advantage of the massive benefits&lt;br /&gt;
of virtualization technology from VMware, Xensource, Amazon, and the like.&lt;/p&gt;
&lt;p&gt;Allister.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/soc-2007&quot;&gt;SoC 2007&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3299#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1782">amazon ec2</category>
 <category domain="http://groups.drupal.org/taxonomy/term/570">automation</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1781">deployment</category>
 <category domain="http://groups.drupal.org/taxonomy/term/883">install</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1725">summer of code 2007</category>
 <category domain="http://groups.drupal.org/taxonomy/term/356">testing</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1783">virtualization</category>
 <group domain="http://groups.drupal.org/amazon-web-services-s3-ec2">Amazon Web Services (S3, EC2)</group>
 <group domain="http://groups.drupal.org/benchmarking-drupal">Benchmarking Drupal</group>
 <group domain="http://groups.drupal.org/distributions">Distribution profiles</group>
 <group domain="http://groups.drupal.org/soc-unit-test-automation">SOC 2006: Unit test automation</group>
 <group domain="http://groups.drupal.org/soc-2007">SoC 2007</group>
 <pubDate>Fri, 23 Mar 2007 17:33:28 +0000</pubDate>
 <dc:creator>Allister Beharry</dc:creator>
 <guid isPermaLink="false">3299 at http://groups.drupal.org</guid>
</item>
<item>
 <title>New caching module for complex and high-load sites</title>
 <link>http://groups.drupal.org/node/2623</link>
 <description>&lt;p&gt;I&#039;ve just released two modules for developers and maintainers of performance-intensive sites. The first module provides a new, self-tuning, preemptive cache API for modules. It&#039;s called &lt;a href=&quot;http://drupal.org/project/pressflow_preempt&quot;&gt;PressFlow Preempt&lt;/a&gt;. The second module (named &lt;a href=&quot;http://drupal.org/project/pressflow_preempt_panels&quot;&gt;PressFlow Preempt Panels&lt;/a&gt;) builds on the first by seamlessly offering cached versions of &lt;a href=&quot;http://drupal.org/project/Panels&quot;&gt;Panels&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/high-performance&quot;&gt;High performance&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/2623#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1443">caching</category>
 <category domain="http://groups.drupal.org/taxonomy/term/926">panels</category>
 <category domain="http://groups.drupal.org/taxonomy/term/332">performance</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1442">preempt</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1441">pressflow</category>
 <group domain="http://groups.drupal.org/benchmarking-drupal">Benchmarking Drupal</group>
 <group domain="http://groups.drupal.org/high-performance">High performance</group>
 <pubDate>Thu, 01 Feb 2007 07:15:59 +0000</pubDate>
 <dc:creator>David Strauss</dc:creator>
 <guid isPermaLink="false">2623 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Building a Drupal benchmarking test suite</title>
 <link>http://groups.drupal.org/node/2477</link>
 <description>&lt;p&gt;Hi there, I have some interest in building a Drupal becnhmarking suite that can be used for testing the impact of newly proposed patches on our beloved content managemanet framework.&lt;/p&gt;
&lt;p&gt;I already have a start of a setup (which needs to be improved a lot). Currently, the setup is a rather simple Drupal site with content generated by the script collection that comes with devel.module. I have commented out the &quot;log out&quot; link and then let five registered users browse the site. The registered users are implemented through wget. This has some advantages and some disadvantages. Advantage is that the users more or less follow the same path when traversing the site. At least this  was an advantage when I wanted to study the influence of several patches on table locking. For other tests it might not be terribly useful.&lt;/p&gt;
&lt;p&gt;RobRoy has shown me how to do some comment posting, so I am likely to add this somehow.&lt;/p&gt;
&lt;p&gt;The question is how the whole think should be organized. Currently, it is a standalone shell-script which calls the wgets with session info attached. What I would like to see is a bacnhmark.php script which lets a user specify the number of users to be used, the rate of traversal, the rate of comment posting, etc, and then starts the processes in the background. Ideally this would happen on a separate server. benchmark.php would then collect the results and do some statistical analysis. The test results would then optionally be specified in a database of test results, maybe here on drupal.org.&lt;/p&gt;
&lt;p&gt;What I think will be most challenging is not to write the code, but to define useful test setups. We&#039;d need to analyse how users really use a site and would probably need (anonymized) data from accesslogs.&lt;/p&gt;
&lt;p&gt;Also, we&#039;d want to check how crawlers access a site, whch can also be destilled from accesslogs.&lt;/p&gt;
&lt;p&gt;Anybody interested in collaborating on this?&lt;/p&gt;
&lt;p&gt;Please add useful ideas in the comments.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Gerhard&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/benchmarking-drupal&quot;&gt;Benchmarking Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/2477#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/742">benchmarking</category>
 <category domain="http://groups.drupal.org/taxonomy/term/332">performance</category>
 <category domain="http://groups.drupal.org/taxonomy/term/356">testing</category>
 <group domain="http://groups.drupal.org/benchmarking-drupal">Benchmarking Drupal</group>
 <pubDate>Mon, 22 Jan 2007 02:16:26 +0000</pubDate>
 <dc:creator>Gerhard Killesreiter@drupal.org</dc:creator>
 <guid isPermaLink="false">2477 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Benchmarking drupal.org upgrade</title>
 <link>http://groups.drupal.org/node/2142</link>
 <description>&lt;p&gt;One thing I would be really interested in seeing is a benchmark suite run on the current drupal.org installation, and then again once it&#039;s upgraded to 5.0. Is this something that could be done or is being planned? It would be an underestimate of performance gains to the extent that certain performance patches are applied directly to d.o when fixed in core.&lt;/p&gt;
&lt;p&gt;Performance upgrades from the CHANGELOG include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; Improved session handling: reduces database overhead.&lt;/li&gt;
&lt;li&gt; Improved access checking: reduces database overhead.&lt;/li&gt;
&lt;li&gt; Made it possible to do memcached based session management.&lt;/li&gt;
&lt;li&gt; Omit sidebars when serving a &#039;404 - Page not found&#039;: saves CPU cycles and bandwidth.&lt;/li&gt;
&lt;li&gt; Added an &#039;aggressive&#039; caching policy.&lt;/li&gt;
&lt;li&gt; Added a CSS aggregator and compressor (up to 40% faster page loads).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There have also been numerous micro-level patches that optimize specific SQL queries or otherwise improve performance in certain situations. And a few other good performance fixes are still in the queue and may or may not make it into the 5.0 release.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/benchmarking-drupal&quot;&gt;Benchmarking Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/2142#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/742">benchmarking</category>
 <category domain="http://groups.drupal.org/taxonomy/term/776">drupal 5.0</category>
 <category domain="http://groups.drupal.org/taxonomy/term/332">performance</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1195">upgrade</category>
 <group domain="http://groups.drupal.org/benchmarking-drupal">Benchmarking Drupal</group>
 <pubDate>Thu, 21 Dec 2006 01:16:47 +0000</pubDate>
 <dc:creator>ChrisKennedy</dc:creator>
 <guid isPermaLink="false">2142 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Graphing out watts used with Drupal</title>
 <link>http://groups.drupal.org/node/1300</link>
 <description>&lt;p&gt;Inspired by Dries posting on the &lt;a href=&quot;http://buytaert.net/drupal-vs-joomla-hosting-costs&quot;&gt;powersavings&lt;/a&gt; one can get by having a system run on low CPU usage:&lt;/p&gt;
&lt;p&gt;Say we would make a test with 1k nodes in Drupal and Joomla? and run &lt;a href=&quot;http://jakarta.apache.org/jmeter/&quot;&gt; JMeter&lt;/a&gt; with the same parameters on it against both. Both would be optimzed for caching.&lt;/p&gt;
&lt;p&gt;It would be nice to make some &lt;a href=&quot;http://oss.oetiker.ch/mrtg/doc/mrtg-rrd.en.html&quot;&gt;MRTG/RRD&lt;/a&gt; stats on it with using the &lt;a href=&quot;http://www.google.com/search?q=define%3Amib&amp;amp;start=0&amp;amp;ie=utf-8&amp;amp;oe=utf-8&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla:en-US:official&quot;&gt;MIBS&lt;/a&gt;  of Watts used and CPU&#039;s cycles burned. Then we can show that Drupal will burn less cycles and is in fact environmental friendlier then Joomla?.&lt;/p&gt;
&lt;p&gt;Save the environment, eat a beaver and use Drupal :-)&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/benchmarking-drupal&quot;&gt;Benchmarking Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1300#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/742">benchmarking</category>
 <category domain="http://groups.drupal.org/taxonomy/term/761">dries</category>
 <category domain="http://groups.drupal.org/taxonomy/term/762">energy</category>
 <group domain="http://groups.drupal.org/benchmarking-drupal">Benchmarking Drupal</group>
 <pubDate>Fri, 25 Aug 2006 13:48:31 +0000</pubDate>
 <dc:creator>bertboerland</dc:creator>
 <guid isPermaLink="false">1300 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Some initial documentation</title>
 <link>http://groups.drupal.org/node/1256</link>
 <description>&lt;p&gt;I made an attempt at starting some documentation around benchmarking code:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/79237&quot; title=&quot;http://drupal.org/node/79237&quot;&gt;http://drupal.org/node/79237&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Reviews/Additions would be appreciated. :)&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/benchmarking-drupal&quot;&gt;Benchmarking Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1256#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/742">benchmarking</category>
 <group domain="http://groups.drupal.org/benchmarking-drupal">Benchmarking Drupal</group>
 <pubDate>Fri, 18 Aug 2006 17:52:07 +0000</pubDate>
 <dc:creator>webchick</dc:creator>
 <guid isPermaLink="false">1256 at http://groups.drupal.org</guid>
</item>
<item>
 <title>excellent idea - some starting points</title>
 <link>http://groups.drupal.org/node/1217</link>
 <description>&lt;p&gt;I&#039;ve posted on &lt;a href=&quot;http://drupal.org/node/73530&quot;&gt;standard benchmarking information before&lt;/a&gt; (with no responses...) in the  &lt;a href=&quot;http://drupal.org/forum/49&quot;&gt;performance and scalability forum&lt;/a&gt; which is a pretty good source of information in general.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/benchmarking-drupal&quot;&gt;Benchmarking Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1217#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/332">performance</category>
 <group domain="http://groups.drupal.org/benchmarking-drupal">Benchmarking Drupal</group>
 <pubDate>Mon, 14 Aug 2006 15:40:59 +0000</pubDate>
 <dc:creator>greggles</dc:creator>
 <guid isPermaLink="false">1217 at http://groups.drupal.org</guid>
</item>
</channel>
</rss>
