wapplersystems/cache-monitor
最新稳定版本:14.0.0
Composer 安装命令:
composer require wapplersystems/cache-monitor
包简介
Cache monitoring dashboard, backend module and CLI command for TYPO3
README 文档
README
Monitor all registered TYPO3 caches with statistics on entry count, size and backend type.
Features
- Backend Module (System > 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
Backend Module
Dashboard Widget
Supported Cache Backends
| Backend | Entries | Size |
|---|---|---|
| FileBackend | yes | yes |
| SimpleFileBackend | yes | yes |
| Typo3DatabaseBackend | yes | yes |
| RedisBackend | yes | no |
| ApcuBackend | yes | no |
| NullBackend | 0 | 0 |
Installation
composer require wapplersystems/cache-monitor
Then activate the extension:
vendor/bin/typo3 extension:setup
Usage
Backend Module
Navigate to System > Cache Monitor in the TYPO3 backend. Requires admin access.
Dashboard Widget
Go to Dashboard, click + Add widget, select Cache Overview from the System Info group.
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
- TYPO3 v12.4
- PHP 8.1+
- Optional:
typo3/cms-dashboardfor the dashboard widget
License
GPL-2.0-or-later
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-04-21

