How to enable cache blocks in Drupal 7 Updated on August 16, 2021 by Scott Mitchell 1 Minutes, 5 Seconds to Read 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: Log into your Drupal 7 admin dashboard. On the top menu bar, locate the Configuration option and click on it. This brings you to the main Configuration category screen. Find the subcategory named Development and click on the Performance link. 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. 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. Share this Article Related Articles Finding 404 page not found errors in Drupal 7 Removing the site title in Drupal 8 Content Types in Drupal 8 Disabling user images for posts and comments in Drupal 8 How to add an image in Drupal 7 How to upload your custom logo in your Drupal 7 theme Setting custom logos in your Drupal 8 theme Fixing the “An unrecoverable error occurred” error in Drupal How to Make a Duplicate Drupal Site How to Install a New Theme in Drupal