---
title: "How to enable cache blocks in Drupal 7"
description: "Caching in Drupal 7 can be further configured by caching block data. Users that are registered and logged in usually receive non-cached, up to the minute data. Block caching will cause certain blocks..."
url: https://www.inmotionhosting.com/support/edu/drupal/enable-cache-blocks/
date: 2012-06-28
modified: 2021-08-16
author: "Scott Mitchell"
categories: ["Drupal"]
type: post
lang: en
---

# How to enable cache blocks in Drupal 7

Caching in Drupal 7 can be further configured by caching block data. Users that are registered and logged in usually receive non-cached, up to the minute data. Block caching will cause certain blocks of content (those that are not generated on the fly) to be cached for all users. This can help the site load a bit faster and spend less time on database queries with data that does not change very often. Blocks themselves are specific areas of content on the page and change from theme to theme. By default, block caching is disabled. Turning on the cache blocks feature in Drupal 7 is very simple. Simply perform the following steps.

**To enable the cache blocks feature in Drupal 7:**

1. [Log into your Drupal 7 admin dashboard.](/support/edu/drupal/how-to-log-into-the-drupal-admin-dashboard/)
2. On the top menu bar, locate the **Configuration **option and click on it.[![_main-dashboard-configuration](https://www.inmotionhosting.com/support/wp-content/uploads/2012/06/edu_Drupal_7_Configuration__main-dashboard-configuration.png)](/support/wp-content/uploads/2012/06/edu_Drupal_7_Configuration__main-dashboard-configuration.png)
3. This brings you to the main **Configuration **category screen. Find the subcategory named **Development **and click on the **Performance **link.
4. Once on the **Performance **screen, locate the **Caching **section and click on the checkbox labeled** Cache Blocks.** This enables Drupal to cache block data and store it in the database for faster site loading.[![config-dev-perf-cache-blocks](https://www.inmotionhosting.com/support/wp-content/uploads/2012/06/edu_Drupal_7_Configuration_Development_Performance_config-dev-perf-cache-blocks.png)](/support/wp-content/uploads/2012/06/edu_Drupal_7_Configuration_Development_Performance_config-dev-perf-cache-blocks.png)
5. Once finished, go down to the bottom of the screen and click the **Save Configuration** button.

You have successfully turned on the Cache Blocks feature in Drupal 7.
