Knowledgebase

Optimizing Performance  Print this Article

Optimizing Drupal Performance

There are a few different things you can do to optimize the performance of your Drupal installation.

1. First, enable Drupal's caching system. You can do this by going to  Administer -> Site Configuration -> Performance. Here, change the values for Caching Mode to Normal and Block Cache to Enabled. Once changed, click the Save Configuration button at the bottom.



2. Next, you will want to disable all inactive modules/blocks on your site.To do this, go to Administer -> Site Building -> Modules (or Blocks). Deselect all modules/blocks your site is not currently using in the Enabled column. When finished, click the Save Configuration button at the bottom.



3. Finally, you will want to optimize your site's MySQL database. To do this, log in to your database with PhpMyAdmin. Click on your database name to the left and it will display a list of the tables on the right.



4. At the bottom of the tables list, select the Check All link and then from the With Selected drop down box, select Optimize Table.



After
 the optimization completes, the MySQL requests will be faster in
searching tables and will result in better performance for your website.

Was this answer helpful?

Related Articles

Additional Resources
Additional Drupal Resources - Forums, Themes, Plugins, etc. The Official Drupal Website -...
Changing the Theme
Installing Drupal from the Control PanelThe default Drupal installation comes bundled with a few...
Adding Blocks
Adding Information with BlocksBlocks are used to show extra information on pages, as is often...
Changing your Password
Changing your Drupal Password1. From your admin panel, go to My Account.2. Next, select the Edit...
Creating a Contact Form
Creating a Contact Form in Drupal1. From your Drupal admin panel, go to Administer -> Site...