Einmal mit Profis arbeiten!

The title roughly translates to "Oh, to once work with true professionals!"

This is something which I all too often have to think (and sometimes say aloud) when working on client projects. The nature of my work usually results in working for some kind of web agency which has secured a bigger Drupal project that they cannot handle alone. I then work with the agency's employees and other freelancers to complete whatever the project demands.

34626 logged in users during August 2008

select count(login) from users where login > 0 and from_unixtime(login) > '2008-08-01 00:00:00' and status= 1;
+--------------+
| count(login) |
+--------------+
| 34626 |
+--------------+

That means that 10% of all drupal.org user accounts are actively used. Not that bad at all.

133257 is the result for the same query if you change the date to 1st of January. That is over50% of the accounts that exist on drupal.org and have been used at least once. Quite impressive.

450 Abusers on drupal.org during August 2008

mysql> select count(login) from users where login > 0 and from_unixtime(login) > '2008-08-01 00:00:00' and status = 0 ;
+--------------+
| count(login) |
+--------------+
| 450 |
+--------------+

The query gives us the number of users who logged in during August and are now blocked.

Getting rid of slow queries

If you run a popular Drupal site, you'll sometimes find more queries in your MySQL server's slow query log than you really want to.

Sometimes the unruly queries can be eliminated easily by adding an index or two. Sometimes, they can be avoided alltogether (for example, the query in theme_forum_topic_navigation can be avoided by overriding the function with an empty one in your theme).

Drupal 6 proves to be very popular

We've already counted close to 40000 downloads in only three days!

For comparison: There were about 67000 downloads of all Drupal 5 releases combined in January 2008. There were about 60000 downloads of all Drupal 5 releases in January 2007 when Drupal 5 was released.

Going FOSDEM

This is to announce that Andy Kirkham (AjK) of the Drupal security team and myself will be attending FOSDEM from the 22nd to the 25th. Meet us at the Beer event or in the Drupal developer room.

Searching for foo

As outlined in the previous post, drupal.org got over 850k referalss from search engines' result pages in January 2008. Thanks to awstats we've got some statistics to share about people's favourite search words.

So Microsoft wants to buy Yahoo!

What's the relevance of the title of this blog post for Drupal you might ask yourself? Actually, this post is about how it is not relevant.

So google thinks we are fast

(from an earlier post to the infrastructure mailing list)

You'll maybe remember the problems we had with googlebot in summer. It had crawled about 150k pages per day and that caused problems on our servers. I then asked google (via the webmaster tools, thanks to Morbus Iff) to crawl less often and it went down to below 10k pages per day. This setting expired in November and as of December googlebot

Generators rock!

Today, there was some loss of electricity at the Open Source Lab. An electrical fire somewhere else on their campus led to their power being turned off for some time.

That's usually bad for computers, but wasn't bad at all for drupal.org's infrastructure. Why? Because the OSUOSL data centre has a backup generator! So drupal.org continued to serve pages. About 40k during the roughly 2 hours of the outage. Thanks OSUOSL!

Pages

Subscribe with RSS Subscribe to RSS - gerhard killesreiter's blog