/processwire-templatecacheoverview

Overview over the template cache management of all templates of a site.

Primary LanguagePHP

WARNING: This repository is no longer maintained ⚠️

This repository will not be updated. The repository will be kept available in read-only mode.

ProcessWire Template Cache Overview

Using this module you can view all template cache settings at once. E.g. cache status, cache time. Furthermore it adds the functionality to clear the entire template cache or just the template cache for a given template. Note that this may cause a temporary delay for one or more requests while pages are re-cached.

Screenshot of the module's interface

Caching can help significantly with page render time on resource-heavy pages. But caching should not be used on templates that need to process constantly changing data, like from forms or sessions. Also note that URL segments are cachable, but GET and POST vars are not.

You're able to configure what columns to show in the results table:

Screenshot of the module's configuration settings