Drupal performance tuning & optimization
- Optimization and tuning service covers Drupal as well as Linux, Apache, MySQL and PHP (LAMP)
- The result is a faster running site with full usage of existing resources, such as CPU
- At the Drupal level, get an idea on how much time is consumed in generation of ur pages , you can use very useful devel module.Besides the total time used to generate a page, the module can give you with info on how much database I/O is taken, You can also insert timing code in the areas you can use the functions timer_start(), timer_read() and timer_stop()