Site configuration
Important
Caches can be warmed up only if the entry point of the site contains the full domain name.
Cache warmup is based on the configured sites in the TYPO3 installation. Therefore, in order to control the cache warmup behavior, the site configuration can be used.
Take a look at the site configuration of EXT:sitemap_locator which provides the XML sitemap location feature.
In addition, the following site configuration options are available:
warming_exclude (site)
-
- Type
- boolean
- Path
- warming_exclude
- Default
- 0
New in version 4.0.0
Feature: #793 - Allow to exclude sites and languages from warming
Enable or disable cache warmup for this site. If this is set to
1
, the whole site will be excluded from cache warmup. By default, all sites are included.
warming_exclude (site_language)
-
- Type
- boolean
- Path
- languages > (site language) > warming_exclude
- Default
- 0
New in version 4.0.0
Feature: #793 - Allow to exclude sites and languages from warming
Enable or disable cache warmup for this site language. If set to
1
, only pages of this specific site language will be excluded from cache warmup.
See also
Take a look at Sitemap providers to learn how the extension internally evaluates the site configuration values to determine the path to the XML sitemap of a site.