Drupal performance tuning
This won’t be the last post about Drupal performance tuning I guess.
Some steps you can follow to increase the performance of your Drupal-based website (if you need so), in no particular order:
Don’t let the database handle the cache
Add memcache support (no surprise there): Install memcached on your server (or on a few of them). On [...]