- Setup
- Usage
- Developers
Caching
There are several layers of caching in this plugin, which should all be enabled on production environments for faster execution :
- Template resolution cache, helps loading the correct templates faster. (Pro)
- Eager loading cache, keep in cache view mode eager loading maps. (Pro)
- Rules cache, keeps in cache which theme to use for which url
- Displayer caching, keep in cache each displayer's html (Pro)
- Block caching, keep in cache each block's html (Pro)