PHPackages                             cmsexperts/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. cmsexperts/warmup

Abandoned → [b13/warmup](/?search=b13%2Fwarmup)ArchivedTypo3-cms-extension[CLI &amp; Console](/categories/cli)

cmsexperts/warmup
=================

This extension adds a CLI script to warmup the caches.

v1.1.3(7y ago)64.2k8GPL-2.0-or-laterPHP

Since Aug 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/CMSExperts/warmup)[ Packagist](https://packagist.org/packages/cmsexperts/warmup)[ RSS](/packages/cmsexperts-warmup/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (6)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.

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 cmsexperts/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

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

5

Last Release

2888d ago

### 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)

![](https://avatars.githubusercontent.com/u/13244885?v=4)[cmsexperts](/maintainers/cmsexperts)[@CMSExperts](https://github.com/CMSExperts)

---

Top Contributors

[![bmack](https://avatars.githubusercontent.com/u/165630?v=4)](https://github.com/bmack "bmack (8 commits)")

---

Tags

clicacheTYPO3 CMS

### Embed Badge

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

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

###  Alternatives

[helhum/typo3-console

A reliable and powerful command line interface for TYPO3 CMS

2959.3M238](/packages/helhum-typo3-console)[b13/warmup

This extension adds a CLI script to warmup the caches.

12123.2k](/packages/b13-warmup)[lochmueller/staticfilecache

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

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

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

101466.4k45](/packages/friendsoftypo3-content-blocks)[b13/make

Kickstarter CLI tool for various TYPO3 functionalities

48267.9k1](/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)
