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(10mo ago)12120.6k—7.8%6[2 issues](https://github.com/b13/warmup/issues)[1 PRs](https://github.com/b13/warmup/pulls)GPL-2.0-or-laterPHP

Since Aug 2Pushed 10mo agoCompare

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

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

48

—

FairBetter than 95% of packages

Maintenance51

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

311d 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

2939.0M192](/packages/helhum-typo3-console)[b13/make

Kickstarter CLI tool for various TYPO3 functionalities

47250.0k1](/packages/b13-make)[soflomo/cache

Command line utility for cache management in Zend Framework 2

1410.9k](/packages/soflomo-cache)

PHPackages © 2026

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