PHPackages                             b13/warmup - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. b13/warmup

ActiveTypo3-cms-extension[CLI &amp; Console](/categories/cli)

b13/warmup
==========

This extension adds a CLI script to warmup the caches.

2.0.0(11mo ago)12124.3k↓54.9%6[3 issues](https://github.com/b13/warmup/issues)[1 PRs](https://github.com/b13/warmup/pulls)GPL-2.0-or-laterPHP

Since Aug 2Pushed 11mo agoCompare

[ Source](https://github.com/b13/warmup)[ Packagist](https://packagist.org/packages/b13/warmup)[ RSS](/packages/b13-warmup/feed)WikiDiscussions main Synced yesterday

READMEChangelog (7)Dependencies (1)Versions (20)Used By (0)

Cache Warmup for TYPO3
======================

[](#cache-warmup-for-typo3)

This extension provides a simple command line tool for warming up certain caches.

This extension is especially useful for large installations that deploy and then flush caches.

The current state is intended for TYPO3 v8 LTS, and handles the Rootline Cache.

For TYPO3 v9+ LTS, pages can be called as well.

Rootline Cache
--------------

[](#rootline-cache)

One of the main issues here is a large installation with lots of pages. A `cache:flush` via TYPO3 console will empty the information on the rootline cache. When a visitor visits the page again after flushing the cache, and the page has 100 links to other pages, the rootline for each of the page will be built. This could take several seconds. A second visitor could visit the page and then see the nice "Page is being generated" screen. This can be improved!

A command line script runs directly after `cache:flush` and warms up all caches. This is mostly `cache_core` (by running the script itself) and `cache_rootline`.

```
./typo3/sysext/core/bin/typo3 cache:warmup

```

Running the script multiple times does not matter, as it solely acts as a wrapper for fetching the rootline for a page. If it is already in the cache, the command runs smoothly.

Installation
------------

[](#installation)

Install the extension by extracting the contents of this folder into typo3conf/ext/warmup and install the extension via the Extension Manager.

Alternatively, you can use composer via `composer req b13/warmup`.

Notes
-----

[](#notes)

Note that this extension does not take workspaces or mount points into account currently! Contributions are welcome.

Credits
-------

[](#credits)

- Benni Mack

License
-------

[](#license)

GPL2.0+, see LICENSE.txt for more details.

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance45

Moderate activity, may be stable

Popularity40

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~158 days

Recently: every ~108 days

Total

17

Last Release

356d ago

Major Versions

v1.4.4 → 2.0.02025-07-11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/165630?v=4)[Benni Mack](/maintainers/bmack)[@bmack](https://github.com/bmack)

![](https://avatars.githubusercontent.com/u/2851821?v=4)[b13 GmbH](/maintainers/b13)[@b13](https://github.com/b13)

---

Top Contributors

[![bmack](https://avatars.githubusercontent.com/u/165630?v=4)](https://github.com/bmack "bmack (32 commits)")[![achimfritz](https://avatars.githubusercontent.com/u/2152991?v=4)](https://github.com/achimfritz "achimfritz (5 commits)")[![davidsteeb](https://avatars.githubusercontent.com/u/3862523?v=4)](https://github.com/davidsteeb "davidsteeb (1 commits)")[![nsd0jboesche](https://avatars.githubusercontent.com/u/185419845?v=4)](https://github.com/nsd0jboesche "nsd0jboesche (1 commits)")[![sbuerk](https://avatars.githubusercontent.com/u/1453466?v=4)](https://github.com/sbuerk "sbuerk (1 commits)")

---

Tags

clicacheTYPO3 CMS

### Embed Badge

![Health badge](/badges/b13-warmup/health.svg)

```
[![Health](https://phpackages.com/badges/b13-warmup/health.svg)](https://phpackages.com/packages/b13-warmup)
```

###  Alternatives

[helhum/typo3-console

A reliable and powerful command line interface for TYPO3 CMS

2959.5M255](/packages/helhum-typo3-console)[lochmueller/staticfilecache

Transparent static file cache solution using mod\_rewrite and mod\_expires. Increase performance for static pages by a factor of 230!!

1271.4M4](/packages/lochmueller-staticfilecache)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[derhansen/sf_event_mgt

Event management and registration - Configurable event management and registration extension based on ExtBase and Fluid

66338.4k10](/packages/derhansen-sf-event-mgt)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

34653.7k16](/packages/brotkrueml-schema)[b13/make

Kickstarter CLI tool for various TYPO3 functionalities

48276.6k1](/packages/b13-make)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
