TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,33 @@
.. 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