Home ›
High Performance DrupalHigh Performance Drupal
Submitted by Benjamin Melançon on December 3, 2007 - 9:54am
High performance Drupal:
Drupal will run as many modules as you ask, but your php config may need tinkering. If you get the white screen of death, inadequate RAM is often the cause.
We run APC as well, which of course requires extra RAM as well.
And for best performance you can have mysql store the sessions table in RAM.
We also convert many of the heavy-use tables (sessions, cache) to InnoDB instead of MYISAM.
Check the various Handbook threads on optimization and the group: http://groups.drupal.org/high-performance
As for the heavy-use tables, I would also recommend memcache
For more documentation on Drupal optimisation check out there:
http://2bits.com/
Resolution
Searched words:
optimization
high traffic
speed
Comments
Post new comment