---
title: "Feature: #108229 - Fluid cache warmup"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-108229-1763675198"
source: "Changelog/14.0/Feature-108229-FluidCacheWarmup.rst"
typo3-version: "14.0"
typo3-major: 14
type: "feature"
issue: 108229
forge: "https://forge.typo3.org/issues/108229"
tags: ["CLI", "Fluid", "ext:fluid"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Feature: #108229 - Fluid cache warmup {#feature-108229-1763675198}

See [forge#108229](https://forge.typo3.org/issues/108229)

## Description {#description}

TYPO3 v14 leverages the revamped Fluid v5 warmup feature and integrates a
Fluid template warmup directly into the CLI
command `typo3 cache:warmup`.

The command finds and compiles all `*.fluid.*` (for example
`Index.fluid.html`) files found in extensions.

Fluid warmup can also be called directly using `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 {#impact}

The warmup command can be useful to reduce ramp up time after deployments.
