Drupal

Storing Drupal Sessions in Memcache

Drupal tries to cater to 80% of the market by taking most decisions for you. Generally this is a good idea. But if you fall in the remaining 20% then you need to get your hands dirty and start hacking around. Drupal by default stores all sessions in the database. This is a good idea if your site does not get a lot of load. But as your site starts growing, this will soon become a major bottleneck. Storing sessions in memcache works best in such situations. Not only is memcache easy to maintain, install and work with, but also provides in depth stats about itself.

Drupal adds LOWER() to column names when doing a SELECT

I have been playing a lot with Drupal lately. I must say it does feel weird getting back to PHP after so much Ruby; but it is a refreshing change. One of the the things I noticed is that Drupal 6 adds a LOWER() to the column names when it does a select. Not that this is bad but then it confuses MySQL, and instead of using the "name" index it runs through the entire database. This is not a issue if your site has a few hundred users. But now consider a site that has about 5 million users (which is what I am dealing with)

I just finished hacking up this patch, that prevents it from adding the LOWER() to the column names. This boosted something as simple as the login process from 5 seconds to milliseconds. 5 seconds may not sound a lot to you; but then I use a Dell 1950 as my development box. Not that it is the best box in the world, but it is pretty powerful.

Drupal internship update

We have finally stopped accepting applications for the internship program. Now this is where the grunt work begins. We have started the phone interview process. The application turn out was better than expected, we got about 57 entries. I will be spending the weekend generating some nice charts and stats about the people who applied (age, locations etc).

If you need any information please stop by #drupal-india on irc.freenode.net.

Drupal Internship

With 75,000+ Drupal power websites and an emerging industry supporting over 150 professionals, the open-source Drupal project and community is exploding. At the heart of this community is an incredibly active and productive group of contributors. Creating contributed modules, themes, bug fixes, and core enhancement, these individuals define the course of the Drupal project and the ecosystem of users, tinkerers, and professionals around it.

Drupal: Help Wanted

Drupal is a free software project, that is maintained and developed by a community of users and developers that run into thousands. Drupal aims at being a community based content management system. But users and developers have hacked it to do everything from manage their personal websites to run a corporate website. Drupal makes it easy to publish content for every. The powerful taxonomy system in Drupal helps users organize their data and knowledge with ease.

Drupal and SPI

Drupal is one of the most powerful CMS out there. Drupal recently to decided to accept donations to cover the cost of the dedicated server and the bandwidth the cost for this is approx 200 Euros per month. Drupal on a average uses approx 100GB data transfer per month. Till now the developers have been paying for this out of their pockets.

Syndicate content