Configuration

Compatibility Tab

Option Description
Admin event compatibility Enables onAdminSave and onAdminSaveAfter events for plugins. Enabled by default.

Caching Tab

For more information, see Flex Objects.

Option Description
Enable Index Caching Index caching speeds up searches by creating temporary lookup indexes for the queries.
Index Cache Lifetime (seconds) Lifetime for index caching in seconds.
Enable Object Caching Object caching speeds up loading the object data and images.
Object Cache Lifetime (seconds) Lifetime for object caching in seconds.
Enable Render Caching Render caching speeds up rendering the content by caching the resulting HTML.
Render Cache Lifetime (seconds) Lifetime for render caching in seconds.

If the rendered HTML has dynamic content, render cache can be disabled from the Twig template by {% verbatim %}{% do block.disableCache() %}{% endverbatim %}.

Found errors? Think you can improve this documentation? Simply click the Edit link at the top of the page, and then the icon on Github to make your changes.

Results