34 lines
950 B
ReStructuredText
34 lines
950 B
ReStructuredText
.. include:: /Includes.rst.txt
|
|
|
|
.. _feature-108229-1763675198:
|
|
|
|
=====================================
|
|
Feature: #108229 - Fluid cache warmup
|
|
=====================================
|
|
|
|
See :issue:`108229`
|
|
|
|
Description
|
|
===========
|
|
|
|
TYPO3 v14 leverages the revamped Fluid v5 warmup feature and integrates a
|
|
Fluid template warmup directly into the :abbr:`CLI (command line interface)`
|
|
command :shell:`typo3 cache:warmup`.
|
|
|
|
The command finds and compiles all :file:`*.fluid.*` (for example
|
|
:file:`Index.fluid.html`) files found in extensions.
|
|
|
|
Fluid warmup can also be called directly using :shell:`typo3
|
|
fluid:cache:warmup`, which will additionally output compile time
|
|
deprecations found within Fluid template files.
|
|
|
|
Verbose output allows to get feedback of warmed up templates
|
|
and the number of errors/deprecations (or success).
|
|
|
|
Impact
|
|
======
|
|
|
|
The warmup command can be useful to reduce ramp up time after deployments.
|
|
|
|
.. index:: CLI, Fluid, ext:fluid
|