Drupal Performance - Drupal Training Curriculum for Drupal Companies

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
You are viewing a wiki page. You are welcome to join the group and then edit it. Be bold!

Back to Drupal Training Syllabus

Drupal Performance

There are several steps that we should follow in order to improve the performance of Drupal-based website

Learning Objectives

Trainee will be good in performance tuning, via code and through configuration

Course Content

  1. Best practices

  2. As Drupal is used more and more for large, high-traffic websites, it has become very important to focus on performance enhancements to Drupal and the underlying server infrastructure.
    https://drupalwatchdog.com/volume-2/issue-1/drupal-performance-best-prac...

  3. Caching

  4. Caching has an important role in performance optimization of Drupal
    https://www.drupal.org/documentation/performance

  5. DB optimization

  6. Performance of a site can be improved by fine tuning of database.
    https://www.drupal.org/node/2021599

Reference

http://www.zyxware.com/services/drupal-solutions/drupal-performance-eval...
https://buildamodule.com/video/drupal-7-development-core-concepts-how-to...

Exercise

Install and configure Memcached in your Drupal instance

Next » Drupal Theming