---
title: "Panels caching"
date: "2024-02-14T06:18:38+00:00"
summary: "Optimize Drupal site performance with Panels caching. Learn how to cache entire pages and individual panes for faster load times."
image:
type: "page"
url: "/resources/panels-caching"
id: "8f5f18b7-d890-4569-8faa-bc24d8a3ab29"
---

If you use the [Panels](https://www.drupal.org/project/panels) module on your website and you’re not making big changes to panes, you can cache Panel pages in their entirety. To do this:

1.  Sign in to your site, and access `http://[site_URL]/admin/structure/pages` for Drupal 7.
2.  Click **Edit** next to the panel you want to cache.
3.  Click the **Content** sub-tab.
4.  Near the top of the pane, click the **Display Settings** link. A menu opens where you can change your page cache settings.
    
    ![Panel page cache](https://acquia.widen.net/content/uqfuc8xgnv/jpeg/resources_panel-page-cache.jpeg?position=c&color=ffffffff&quality=80&u=kymscu)
    

Although individual Panel panes aren’t cached by default, you can cache them as well.

To cache Panels panes:

1.  Find the **Panel** pane that you want to cache.
2.  In the pane itself and not the region, click its gear icon.
3.  In the menu’s **Caching** section, click **Change**.
    
    ![Panel cache](https://acquia.widen.net/content/xwdqzs5fmo/jpeg/resources_panel-cache.jpeg?position=c&color=ffffffff&quality=80&u=kymscu)
    
4.  Determine the best method for your site. Panel panes use a cache with increments between 15 seconds and a week. You can also break out the cache based on the Panel pane’s arguments and contexts.

You should cache any pane that doesn’t need to be updated frequently.

Note

Be careful when you’re using Views and Panel caching at the same time. Users can be confused when one cache is cleared and items on a page don’t change because the other cache hasn’t cleared.

Several modules can help with additional caching for Panels. The [Panels Hash Cache](https://www.drupal.org/project/panels_hash_cache) module provides a hash-based cache for Panels. In addition, the [Cache actions](https://www.drupal.org/project/cache_actions) module provides integration with the [Rules](https://www.drupal.org/project/rules) module, allowing the cache to be cleared on specific triggers.

Additional caching information
------------------------------

For more information about caching on your Drupal website, see [Caching overview](/caching).