Best Performance Practices: Storing Drupal Sessions in Memcache and Handling Cache_form issues with Memcache
I believe you have already worked upon the Drupal 6 performance and optimzation techniques and now is the time to do some session handling improvements.
Drupal Sessions: Challenge
Drupal stores sessions in database tables that may make your drupal site slow if your application is too database intensive and you have too many users loging in and logging out.
Drupal Sessions: Solution
Memcache as always!
- Log in to post comments