PHPackages                             wapplersystems/cache-monitor - 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. [Caching](/categories/caching)
4. /
5. wapplersystems/cache-monitor

ActiveTypo3-cms-extension[Caching](/categories/caching)

wapplersystems/cache-monitor
============================

Cache monitoring dashboard, backend module and CLI command for TYPO3

14.0.1(2mo ago)424GPL-2.0-or-laterPHPPHP &gt;=8.3

Since Apr 21Pushed 2mo agoCompare

[ Source](https://github.com/WapplerSystems/t3-cache-monitor)[ Packagist](https://packagist.org/packages/wapplersystems/cache-monitor)[ RSS](/packages/wapplersystems-cache-monitor/feed)WikiDiscussions release/v14 Synced 3w ago

READMEChangelogDependencies (3)Versions (7)Used By (0)

TYPO3 Extension: Cache Monitor
==============================

[](#typo3-extension-cache-monitor)

Monitor all registered TYPO3 caches with statistics on entry count, size and backend type.

Features
--------

[](#features)

- **Backend Module** (System &gt; Cache Monitor): Overview of all caches with entries, size, backend type, groups and flush action per cache
- **Dashboard Widget**: Compact cache overview table for the TYPO3 Dashboard
- **CLI Command** `cache:stats`: Full cache statistics on the command line

### Screenshots

[](#screenshots)

#### Backend Module

[](#backend-module)

[![Backend Module](Documentation/Images/backend-module.png)](Documentation/Images/backend-module.png)

#### Dashboard Widget

[](#dashboard-widget)

[![Dashboard Widget](Documentation/Images/dashboard-widget.png)](Documentation/Images/dashboard-widget.png)

### Supported Cache Backends

[](#supported-cache-backends)

BackendEntriesSizeFileBackendyesyesSimpleFileBackendyesyesTypo3DatabaseBackendyesyesRedisBackendyesnoApcuBackendyesnoNullBackend00Installation
------------

[](#installation)

```
composer require wapplersystems/cache-monitor
```

Then activate the extension:

```
vendor/bin/typo3 extension:setup
```

Usage
-----

[](#usage)

### Backend Module

[](#backend-module-1)

Navigate to **System &gt; Cache Monitor** in the TYPO3 backend. Requires admin access.

### Dashboard Widget

[](#dashboard-widget-1)

Go to Dashboard, click **+ Add widget**, select **Cache Overview** from the System Info group.

### CLI

[](#cli)

```
# Show all caches
vendor/bin/typo3 cache:stats

# Filter by group
vendor/bin/typo3 cache:stats --group=pages

# Sort by size (descending)
vendor/bin/typo3 cache:stats --sort=size

# Sort by entries (descending)
vendor/bin/typo3 cache:stats --sort=entries
```

Example output:

```
TYPO3 Cache Statistics
======================

+-------------------+----------------------+---------+----------+--------+
| Cache             | Backend              | Entries | Size     | Groups |
+-------------------+----------------------+---------+----------+--------+
| core              | SimpleFileBackend    | 12      | 911 KB   | system |
| pages             | Typo3DatabaseBackend | 3       | 35.8 KB  | pages  |
| proxy_responses   | FileBackend          | 1       | 4.77 KB  | all    |
| ...               |                      |         |          |        |
| Total (25 caches) |                      | 270     | 10.41 MB |        |
+-------------------+----------------------+---------+----------+--------+

```

Requirements
------------

[](#requirements)

- TYPO3 v12.4
- PHP 8.1+
- Optional: `typo3/cms-dashboard` for the dashboard widget

License
-------

[](#license)

GPL-2.0-or-later

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance86

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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 ~9 days

Total

4

Last Release

67d ago

Major Versions

12.0.0 → 13.0.02026-04-22

13.0.0 → 14.0.02026-04-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/a944bb90af783b13d74049f2d8adcff598f4e7cb0aad9d7040a6af0bb8c23984?d=identicon)[svewap](/maintainers/svewap)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wapplersystems-cache-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/wapplersystems-cache-monitor/health.svg)](https://phpackages.com/packages/wapplersystems-cache-monitor)
```

###  Alternatives

[friendsoftypo3/content-blocks

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

103519.9k57](/packages/friendsoftypo3-content-blocks)[eliashaeussler/typo3-warming

Warming - Warms up Frontend caches based on an XML sitemap. Cache warmup can be triggered via TYPO3 backend or using a console command. Supports multiple languages and custom crawler implementations.

22260.2k](/packages/eliashaeussler-typo3-warming)[pagemachine/typo3-formlog

Form log for TYPO3

23238.6k8](/packages/pagemachine-typo3-formlog)[typo3/cms-adminpanel

TYPO3 CMS Admin Panel - The Admin Panel displays information about your site in the frontend and contains a range of metrics including debug and caching information.

115.7M68](/packages/typo3-cms-adminpanel)[web-vision/wv_deepltranslate

DeepL Translate (CORE) - This extension provides option to translate content element, and TCA record texts to DeepL supported languages.

33305.5k](/packages/web-vision-wv-deepltranslate)[web-vision/deepltranslate-core

DeepL Translate (CORE) - This extension provides option to translate content element, and TCA record texts to DeepL supported languages.

33142.5k8](/packages/web-vision-deepltranslate-core)

PHPackages © 2026

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