<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Statistics</title>
    <description>Dries Buytaert on Statistics.</description>
    <link>https://dri.es/tag/statistics</link>
    <atom:link href="https://dri.es/tag/statistics/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Measuring Drupal Core code complexity</title>
      <link>https://dri.es/measuring-drupal-core-code-complexity</link>
      <guid>https://dri.es/measuring-drupal-core-code-complexity</guid>
      <pubDate>Wed, 07 Jan 2026 17:22:23 -0500</pubDate>
      <description>&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/cache/miscellaneous-2025/vibe-coding-van-1280w.jpg&quot; alt=&quot;A laptop open on a small table inside a van, showing code on the screen, with a bowl of cereal and a mug of coffee beside it.&quot; width=&quot;1280&quot; height=&quot;850&quot; fetchpriority=&quot;high&quot; /&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;I built a dashboard that tracks &lt;a href=&quot;https://www.drupal.org/project/drupal&quot;&gt;Drupal Core&lt;/a&gt;&#039;s code quality over time, across major releases from Drupal 7 through Drupal 11. It measures lines of code, cyclomatic complexity, maintainability index, anti-patterns, and API surface area. Think of it as a health report for Drupal&#039;s codebase.&lt;/p&gt;
&lt;p&gt;The dashboard updates automatically and is available at &lt;a href=&quot;https://dbuytaert.github.io/drupal-core-metrics/&quot;&gt;https://dbuytaert.github.io/drupal-core-metrics/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The charts tell a clear story of steady, hard-won progress. A story to be proud of and worth sharing. Code quality is dramatically better than it was in Drupal 7: lower complexity, easier to maintain, fewer anti-patterns, and dramatically better test coverage. Drupal now has nearly twice as much test code as production code!&lt;/p&gt;
&lt;p&gt;Drupal Core&#039;s API surface has modernized too. As Drupal shifted from procedural to object-oriented patterns, global procedural functions gave way to classes implementing interface methods, services, plugins, and events.&lt;/p&gt;
&lt;p&gt;By tracking these metrics publicly, I hope to inform decisions about both code quality and developer experience. When we refactor complex code, we can measure the impact. We can set goals and track progress.&lt;/p&gt;
&lt;p&gt;All charts use static code analysis. Static analysis can&#039;t measure the experience of learning Drupal, but it can hint at it. As a next step, I&#039;d love to measure developer experience more directly. Dynamic analysis could help, for example by tracking call stack depth or how many files and APIs you need to touch to make a simple change.&lt;/p&gt;
&lt;p&gt;The dashboard is open source, and contributions are welcome at &lt;a href=&quot;https://github.com/dbuytaert/drupal-core-metrics&quot;&gt;https://github.com/dbuytaert/drupal-core-metrics&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Special thanks to &lt;a href=&quot;https://www.drupal.org/u/catch&quot;&gt;catch&lt;/a&gt; for multiple rounds of feedback. As the most active Core Committer over the past 12 months, his input was invaluable.&lt;/em&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Drupal contributor statistics</title>
      <link>https://dri.es/drupal-contributor-statistics-2011</link>
      <guid>https://dri.es/drupal-contributor-statistics-2011</guid>
      <pubDate>Mon, 06 Jun 2011 06:32:02 -0400</pubDate>
      <description>&lt;p&gt;I recently extracted some data from the Drupal project&#039;s CVS and Git logs to see how the number of code contributors and total contributions have changed over time. If there was any doubt of our continual growth, the resulting charts demolish it.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/images/drupal/commits-2011.jpg&quot; alt=&quot;Graph showing the number of Drupal commits per month, with a sharp increase after 2009.&quot; width=&quot;498&quot; height=&quot;402&quot; /&gt;
&lt;figcaption&gt;&lt;em&gt;Aggregated results from core and contributed modules.&lt;/em&gt;&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/images/drupal/committers-2011.jpg&quot; alt=&quot;Graph showing the number of Drupal committers per month, increasing steadily from 2001 to 2011 with sharp growth at the end.&quot; width=&quot;498&quot; height=&quot;402&quot; /&gt;
&lt;figcaption&gt;&lt;em&gt;Aggregated results from core and contributed modules.&lt;/em&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;As can be seen from the graphs, there is a pretty big spike in commit activity post-Git migration.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Drupal 7 commit history</title>
      <link>https://dri.es/drupal-7-commit-history</link>
      <guid>https://dri.es/drupal-7-commit-history</guid>
      <pubDate>Mon, 31 Jan 2011 22:16:46 -0500</pubDate>
      <description>&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/images/drupal/drupal-7-commit-history-absolute.jpg&quot; alt=&quot;Graph showing Drupal 7 commit history from 2008 to 2010, with contributions by Dries and Angie over time.&quot; width=&quot;499&quot; height=&quot;409&quot; /&gt;
&lt;figcaption&gt;&lt;em&gt;We opened the Drupal 7 development branch in February 2008, and released Drupal 7.0 in January 2011. This graph shows the stacked commit history from beginning to end. I appointed Angie as my Drupal 7 co-maintainer in August 2008 after having been the sole committer for 7 months. The peak around August 2009 (the highest peak) was the first attempted Drupal 7 code freeze. The momentum steadily built up towards the initial code freeze date. Interestingly, we remained most productive during the extended code freeze period ... more code freezes are better than one code freeze? ;-)&lt;/em&gt;&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/images/drupal/drupal-7-commit-history-relative.jpg&quot; alt=&quot;Bar chart showing Drupal 7 commit history, comparing Dries&amp;amp;#039; and Angie&amp;amp;#039;s contributions over time as a percentage of total commits.&quot; width=&quot;499&quot; height=&quot;409&quot; /&gt;
&lt;figcaption&gt;&lt;em&gt;I averaged at 3.6 commits per day, whereas Angie&#039;s average is 2.6 commits per day (including weekends and holidays).&lt;/em&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Acquia Hosting: an update after 8 months of Drupal hosting</title>
      <link>https://dri.es/acquia-hosting-update-after-8-months-of-drupal-hosting</link>
      <guid>https://dri.es/acquia-hosting-update-after-8-months-of-drupal-hosting</guid>
      <pubDate>Fri, 14 May 2010 08:52:46 -0400</pubDate>
      <description>&lt;p&gt;Roughly 8 months ago at DrupalCon Paris, &lt;a href=&quot;https://dri.es/acquia-hosting-now-available&quot;&gt;we launched Acquia Hosting&lt;/a&gt;. In this blog post, I wanted to give a quick update on where we are after 8 months.&lt;/p&gt;
&lt;h3&gt;Current status&lt;/h3&gt;
&lt;p&gt;For those who don&#039;t know, &lt;a href=&quot;https://www.acquia.com/products-services/acquia-managed-cloud&quot;&gt;Acquia Hosting&lt;/a&gt; is a highly-available cloud-based hosting platform tuned for Drupal performance and scalability. From a technology point of view, &lt;a href=&quot;https://www.acquia.com/blog/acquia-hosting-automated-provisioning-system&quot;&gt;we&#039;ve built tools to automatically launch multi-server hosting environments&lt;/a&gt; optimized for &lt;a href=&quot;https://www.drupal.org&quot;&gt;Drupal&lt;/a&gt;. It is built on &lt;a href=&quot;http://aws.amazon.com&quot;&gt;Amazon Web Services&lt;/a&gt; (i.e. &lt;a href=&quot;https://aws.amazon.com/ec2/&quot;&gt;Amazon EC2&lt;/a&gt;, &lt;a href=&quot;https://aws.amazon.com/s3/&quot;&gt;Amazon S3&lt;/a&gt;, etc) using Open Source components such as &lt;a href=&quot;http://varnish-cache.org/&quot;&gt;Varnish&lt;/a&gt;, &lt;a href=&quot;https://puppet.com/&quot;&gt;Puppet&lt;/a&gt;, &lt;a href=&quot;https://www.gluster.org/&quot;&gt;GlusterFS&lt;/a&gt;, &lt;a href=&quot;http://nginx.org/&quot;&gt;NginX&lt;/a&gt; and more. If you are interested in the technical details, I highly recommend watching &lt;a href=&quot;https://archive.org/details/ChallengesOfHostingDrupalOnAws&quot;&gt;Barry Jaspan&#039;s DrupalCon San Francisco presentation on the challenges of hosting Drupal on AWS&lt;/a&gt; – I&#039;m biased, but it is the best technical presentation that I&#039;ve seen on hosting websites on Amazon Web Service (AWS). Highly recommended. The presentation is the result of 2.5 years of experience building products exclusively on &lt;a href=&quot;http://aws.amazon.com&quot;&gt;Amazon Web Services&lt;/a&gt; and having to maintain close to 200 EC2 instances.&lt;/p&gt;
&lt;p&gt;At &lt;a href=&quot;https://www.acquia.com&quot;&gt;Acquia&lt;/a&gt;, we&#039;re all very proud of what we&#039;ve built. For example, we were recently able to have a new, enterprise-scale Acquia Hosting customer online only a few days after they first contacted us. It takes most hosting companies weeks or months to roll out, configure and tweak all the servers required to host a high-traffic traffic sites like this one. In just a few days, we scaled past the limits of their previous hosting provider and &lt;a href=&quot;https://www.acquia.com/blog/acquia-hosting-customer-hits-700-pagessecond-or-why-i-love-load-testing&quot;&gt;flawlessly served 3 million page views per hour&lt;/a&gt; (i.e. 830+ page views per second or 5000+ HTTP requests per second – yes, Drupal scales). I hope the customer will allow us to write-up a detailed case study at some point. It is a real success story for Drupal, Acquia Hosting, Amazon Web Services and cloud computing in general: incredible time to market, great performance and scalability. We&#039;ve come a long way since we started working on a Drupal hosting product about a year ago.&lt;/p&gt;
&lt;p&gt;The way we started work on Acquia Hosting is the way we have continued: with a very strong focus on engineering. Our first area of focus was on reliability. The results of this were: providing multiple, redundant web nodes; real-time database replication; backups; monitoring infrastructure (we track 25+ system parameters); customer isolation, and so on. Next, we focused our efforts on improving Acquia Hosting&#039;s performance by adding tools like Varnish for page caching; customer isolation; reorganizing parts of our underlying architecture; lots of tweaking to Apache, PHP and MySQL; and repeated rounds of realistic load testing. Along the way, we developed deployment tools to make it easy to roll-out and automatically configure our customers&#039; EC2 instances – it takes just a matter of minutes to upgrade a site&#039;s capacity.&lt;/p&gt;
&lt;h3&gt;Roadmap&lt;/h3&gt;
&lt;p&gt;Considering our costs and other metrics eight months into the hosting business adventure, the real value of our hosting offering comes not from the technology alone, but rather from our support team&#039;s work while getting customers&#039; sites online and helping them day in, day out. Once servers are provisioned for a new site, getting customers up-and-running involves detailed site audits (making sure they don&#039;t have core hacks, analyzing their site architecture, etc.), teaching them how the Acquia Hosting environment works, helping them learn to best leverage clusters of servers, doing load testing, and helping them get over performance bottlenecks (slow or excessive SQL queries, expensive uncached Views or blocks, etc.). At the end of the day, our team&#039;s deep knowledge of Drupal and our technology stack are the essence and ultimate value-proposition of our Drupal hosting offering.&lt;/p&gt;
&lt;p&gt;Going forward, a top priority is to make the process of getting new customers online easier for us and better for them. Among other things, that means developing more &amp;quot;self-service&amp;quot;-style systems, improved customer dashboards and documentation, and streamlined, focused support operations to make sure our customers are getting their questions answered and their problems fixed in the shortest time possible so they can worry about their business and not their websites.&lt;/p&gt;
&lt;h3&gt;Free Acquia Hosting program&lt;/h3&gt;
&lt;p&gt;We also announced a &lt;a href=&quot;https://www.acquia.com/products-services/acquia-managed-cloud/free-acquia-hosting&quot;&gt;free Acquia Hosting program&lt;/a&gt;. To help support the Drupal community, we give free Acquia Hosting to sites for non-profit groups that promote Drupal use and adoption. We&#039;re now hosting 25 community websites including &lt;a href=&quot;http://drupaledu.org/&quot;&gt;Drupal Edu&lt;/a&gt;, &lt;a href=&quot;http://spreaddrupal.org&quot;&gt;SpreadDrupal&lt;/a&gt;, &lt;a href=&quot;http://drupaldojo.com&quot;&gt;Drupal Dojo&lt;/a&gt;, &lt;a href=&quot;http://drupal.cat&quot;&gt;Drupal Catalan&lt;/a&gt;, &lt;a href=&quot;https://boston2010.design4drupal.org/&quot;&gt;Design 4 Drupal Boston&lt;/a&gt; and more. There are about 50 more Drupal community sites in the backlog waiting to get setup with an &lt;a href=&quot;https://www.acquia.com/products-services/acquia-managed-cloud&quot;&gt;Acquia Hosting&lt;/a&gt; account. Yet another reason to make it easier to get new users and customers up and running!&lt;/p&gt;
</description>
    </item>
    <item>
      <title>State of Drupal presentation (April 2010)</title>
      <link>https://dri.es/state-of-drupal-presentation-april-2010</link>
      <guid>https://dri.es/state-of-drupal-presentation-april-2010</guid>
      <pubDate>Mon, 03 May 2010 16:08:48 -0400</pubDate>
      <description>&lt;p&gt;Two weeks ago at DrupalCon San Francisco I gave my traditional state of Drupal presentation. A total of 6000 people watched my keynote live; 3000 were present at DrupalCon, and another 3000 watched the live video stream. Nonetheless, a lot of people asked me for my slides. So in good tradition, you can &lt;a href=&quot;https://dri.es/files/state-of-drupal-april-2010.pdf&quot;&gt;download a copy of my slides&lt;/a&gt; (PDF, 48 MB) or you can &lt;a href=&quot;http://archive.org/details/TheStateOfDrupal_100&quot;&gt;watch a video recording of my keynote on archive.org&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/cache/drupalcon-san-francisco-2010/keynote-backstage-1-1280w.jpg&quot; alt=&quot;People working at computer stations backstage, managing technical equipment and screens before a keynote presentation at DrupalCon 2010.&quot; width=&quot;1280&quot; height=&quot;960&quot; /&gt;
&lt;figcaption&gt;&lt;em&gt;Picture taken backstage while waiting to go on stage for my keynote.&lt;/em&gt;&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/cache/drupalcon-san-francisco-2010/keynote-view-1280w.jpg&quot; alt=&quot;A laptop on a podium displays a &amp;amp;quot;Thank you!&amp;amp;quot; slide, overlooking an empty conference hall after a keynote speech.&quot; width=&quot;1280&quot; height=&quot;960&quot; /&gt;
&lt;figcaption&gt;&lt;em&gt;Picture taken after my keynote just before packing up my laptop.&lt;/em&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Future of Open Source Survey 2010</title>
      <link>https://dri.es/future-of-open-source-survey-2010</link>
      <guid>https://dri.es/future-of-open-source-survey-2010</guid>
      <pubDate>Tue, 23 Feb 2010 14:24:29 -0500</pubDate>
      <description>&lt;p&gt;Like last year, I&#039;ll be attending the Open Source Business Conference (OSBC) next month, on March 17-18 in San Francisco. Also like last year, I will participate in a &lt;a href=&quot;https://www.eiseverywhere.com/ehome/index.php?eventid=7578&amp;amp;tabid=3659&amp;amp;discountcode=osbcmain&quot;&gt;panel discussion&lt;/a&gt; led by &lt;a href=&quot;http://nbvp.northbridge.com/OurTeam/Bio.asp?PartnerID=9&quot;&gt;Michael Skok&lt;/a&gt; (Partner at North Bridge, Acquia Board Member and personal friend). This year, I&#039;ll be in a panel with Larry Augustin (CEO of SugarCRM, VA Linux, SourceForge), Jim Whitehurst (CEO of RedHat) and Tim Yeaton (CEO of Black Duck Software) to discuss the future of Open Source businesses. The panel discussion will draw on the &amp;quot;2010 Future of Open Source survey&amp;quot; so make sure to weigh in and provide your perspective on a number of important Open Source business questions. As a reference, here are the &lt;a href=&quot;http://futureofopensource.drupalgardens.com/survey&quot;&gt;2009 and 2008 results&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/images/acquia/osbc-2009.jpg&quot; alt=&quot;Four men on a panel discussion sit with microphones, listening attentively to someone off-camera.&quot; width=&quot;600&quot; height=&quot;376&quot; /&gt;
&lt;/figure&gt;
&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Speed matters</title>
      <link>https://dri.es/speed-matters</link>
      <guid>https://dri.es/speed-matters</guid>
      <pubDate>Fri, 18 Dec 2009 07:12:38 -0500</pubDate>
      <description>&lt;p&gt;More proof that &lt;a href=&quot;https://dri.es/faster-is-better&quot;&gt;speed as perceived by the end user matters&lt;/a&gt;. This time from a &lt;a href=&quot;http://code.google.com/speed/files/delayexp.pdf&quot;&gt;Google Research paper&lt;/a&gt; (PDF). Google&#039;s experiments demonstrate that increasing web search latency 100 to 400 ms reduces the daily number of searches per user by 0.2% to 0.6%. Furthermore – and this is where it gets really interesting – users do fewer searches the longer they are exposed. In other words, the cost of slower performance increases over time and persists.&lt;/p&gt;
&lt;p&gt;To use &lt;a href=&quot;http://poorbuthappy.com/ease/archives/2009/11/28/4656/more-details-on-the-effect-of-speed&quot;&gt;Peter Van Dijck&#039;s words&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In other words, if your website is a little slower, users will use it less (we knew that), but they&#039;ll also use it less and less over time, and when it speeds up again, they&#039;ll still use it less than before the slowdown.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Based on their observations, Google suggests site builders to think twice about adding a feature that hurts performance if the benefit of the feature is unproven.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>State of Drupal presentation (September 2009)</title>
      <link>https://dri.es/state-of-drupal-presentation-september-2009</link>
      <guid>https://dri.es/state-of-drupal-presentation-september-2009</guid>
      <pubDate>Mon, 21 Sep 2009 07:46:18 -0400</pubDate>
      <description>&lt;p&gt;Two weeks ago at DrupalCon Paris, I gave my traditional state of Drupal presentation. The &lt;a href=&quot;http://archive.org/details/TheStateofDrupal&quot;&gt;video of the presentation is available from archive.org&lt;/a&gt;, and you can &lt;a href=&quot;https://dri.es/files/state-of-drupal-september-2009.pdf&quot;&gt;download a copy of my slides&lt;/a&gt; (PDF, 8 MB) as well.&lt;/p&gt;
&lt;p&gt;I don&#039;t want to give away the spoiler, but essentially, the state of Drupal is strong. :) We should be really proud of what we have accomplished with Drupal 6, and what we&#039;re about to accomplish with Drupal 7. In the presentation, I also talk about what it means for Drupal to grow up, and what the next phase of our life will most likely look like.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Drupal can help pay for your rent</title>
      <link>https://dri.es/drupal-can-help-pay-for-your-rent</link>
      <guid>https://dri.es/drupal-can-help-pay-for-your-rent</guid>
      <pubDate>Tue, 07 Jul 2009 12:58:33 -0400</pubDate>
      <description>&lt;p&gt;The demand for Drupal talent continues to exceed the supply! What will we do about it?&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/images/drupal/job-trends-july-2009.jpg&quot; alt=&quot;Job trends graph showing Drupal, Joomla, and WordPress job growth from 2005 to 2009, with Drupal leading significantly.&quot; width=&quot;532&quot; height=&quot;320&quot; /&gt;
&lt;figcaption&gt;&lt;em&gt;Source: &lt;a href=&quot;http://www.indeed.com/jobtrends?q=drupal,joomla,wordpress&amp;amp;l=&amp;amp;relative=1&quot;&gt;Indeed.com&lt;/a&gt;.&lt;/em&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Drupal 6 growth</title>
      <link>https://dri.es/drupal-6-growth</link>
      <guid>https://dri.es/drupal-6-growth</guid>
      <pubDate>Sat, 04 Apr 2009 23:09:06 -0400</pubDate>
      <description>&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/images/drupal/drupal-6-growth.jpg&quot; alt=&quot;Line graph showing the steady growth of active Drupal 6 sites from July 2008 to January 2010.&quot; width=&quot;503&quot; height=&quot;363&quot; /&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;The graph above is made based on the project usage statistics collected on drupal.org. As ever with statistics of this sort, they don&#039;t tell the whole story. This is because only sites running the &lt;em&gt;update status module&lt;/em&gt; report data back to drupal.org. This module is part of Drupal 6 and the installer prompts the user to enable the module when Drupal is first installed. It is not required to enable this module. People upgrading from Drupal 5 aren&#039;t even prompted to enable it. Plus, many Drupal sites are hidden behind corporate firewalls. As a result, we don&#039;t really know how many Drupal 6 sites there are.&lt;/p&gt;
&lt;p&gt;Either way, based on the growth data that we do have available, we can predict that we will near 240,000 Drupal 6 sites by January 2010. See the black trendline on the graph. The R-square represents the variability in the data set that is accounted for by the prediction model. Its value indicates how likely the predicted values are – the closer to 1.0, the better. If Drupal 6 continues to grow like it did the past 9 months, our prediction should be pretty accurate. It would mean that the number of Drupal 6 sites will double over the next 9 months. Not bad.&lt;/p&gt;
&lt;p&gt;I always believed that the best way to grow Drupal is to make the software better, and that is why we continue to work hard on Drupal 7. But until Drupal 7 is released, there are a lot of things that we can do to help people get started with Drupal 6 – from offering .zip-files instead of .tar-files, to launching the drupal.org redesign, to sharing more Drupal 6 success stories, and more. There are a lot of barriers that could be removed and that would result in faster growth.&lt;/p&gt;
&lt;p&gt;Once in a while, it is good to make lists. You&#039;re all invited to share your list of &amp;quot;things you think we should do&amp;quot; in the comments of this post. I recommend that you prioritize your list so the most important item is at the top. If you are actively working on any of the items on your list, let us know too. Bonus points for ideas that have high impact, require minimal effort and benefit the Drupal community at large. Penalty points for people that recommend Drupal 7 features based on self-interest. &lt;em&gt;Ready, steady, go!&lt;/em&gt;&lt;/p&gt;
</description>
    </item>
  </channel>
</rss>
