Can you provide an overview of how Panels caching works?
Note
Panels is an API in Drupal 8.
In order to use panels, you must use an implementing module. Currently, Page Manager and Panelizer implement panels.
In Drupal 7, if you use the 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:
http://[site_URL]/admin/structure/pages.
A menu opens where you can change your page cache settings.
Although individual Panel panes aren't cached by default, you can cache them as well.
To cache Panels panes:
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 module provides a hash-based cache for Panels. In addition, the Cache actions module provides integration with the Rules module, allowing the cache to be cleared on specific triggers.
For more information about caching on your Drupal website, see the Caching overview Help Center article.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Wed Oct 22 2025 09:07:31 GMT+0000 (Coordinated Universal Time)