Other Ways of Increasing Performance

Drupal Version
Tags

Besides performance modules, there are several other methods for increasing the performance of your Drupal site.

Disable Modules Only Needed During Development

Only enable these modules while actively developing, and then turn them off the rest of the time.

Track Your Site's Performance Baselines

Locate and Fix PHP Errors/Warnings

  • Turn on verbose error reporting to find errors and warnings (check Apache error logs as well)
  • Perform performance testing of any custom coding.

Optimize Javascript and Other Front-End Features