Enabling caching for anonymous users in Drupal 7 Updated on August 16, 2021 by Scott Mitchell 0 Minutes, 49 Seconds to Read In order to enhance site performance, Drupal 7 has several options on tuning its caching abilities. Caching for non-registered users is not enabled by default. Turning this on will cause Drupal to keep html copies of pages on hand for faster serving, increasing site speed and limiting repeated queries. Turning on caching for anonymous users in Drupal 7 can be done by following the simple instructions below. How to enable anonymous user caching in Drupal 7: Log into your Drupal 7 admin dashboard. Find the Configuration option on the top menu bar and click on that option. You are now on the Configuration screen. Find the Developlment category and click on the Performance link. This brings you to the Performance screen. Look for the Caching section and find the Cache pages for anonymous users setting. From there, click the checkbox to turn on the feature. Scroll to the bottom of the screen and click on the Save Configuration button. Now you know how to configurecaching for non-registered users in Drupal 7. Share this Article Related Articles Getting Started Guide: Drupal How to Use the Simple XML Sitemap Drupal Module 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