The drop is always movingYou know that saying about standing on the shoulders of giants? Drupal is standing on a huge pile of midgetsAll content management systems suck, Drupal just happens to suck less.Popular open source software is more secure than unpopular open source software, because insecure software becomes unpopular fast. [That doesn't happen for proprietary software.]Drupal makes sandwiches happen.There is a module for that

Speedy Drupal

Submitted by nk on Tue, 2009-03-10 22:19

Not for the faint of heart but I have Drupal that boots without SQL using memcached. It's fast. Very. If you have a focused site, you can gain from running a code coverage script and moving everything to conditional includes that's not used on the focus-pages. You can easily get several hundreds of requests from one small machine.

Commenting on this Story is closed.

Submitted by EdgarPE on Wed, 2009-03-11 12:34.

Nice achievement, earth would be a better place, if this would make into D7 core.

Recently, I worked on something similar in goal, but with different techniques. I achieved 8/9 queries per request (auth and anon users) just with a custom module, a custom theme and overloading cache.inc for memcached. I can't recall, but I think session table was not in memory, but in db.