Feature: #108229 - Fluid cache warmup
See forge#108229
Description
TYPO3 v14 leverages the revamped Fluid v5 warmup feature and integrates a
Fluid template warmup directly into the CLI
command
typo3 cache:.
The command finds and compiles all *. (for example
Index.) files found in extensions.
Fluid warmup can also be called directly using
typo3
fluid:, which will additionally output compile time
deprecations found within Fluid template files.
Impact
The warmup command can be useful to reduce ramp up time after deployments.