networkteam/typo3-cachebase
Composer 安装命令:
composer require networkteam/typo3-cachebase
包简介
It adds variables to the page cache identifier calculation for serving multiple versions of a webseite parallel. This is the case in container environments with rolling updates.
关键字:
README 文档
README
In container environments with rolling updates there is the point where two versions run parallel and a page cache flush is not what we want.
What does it do?
This extension adds variables to the page cache identifier calculation. For our Use Case it adds the
environment variable SENTRY_RELEASE, which contains a version number.
More variables can be added like
$GLOBALS['EXTCONF']['networkteam_cachebase']['keys']['your_key'] = 'value';
Installation
composer req networkteam/typo3-cachebase
Background
The page cache hash calculation is based on
- Page row
- TypoScript Conditions
- Modification time of loaded TypoScript files
- Site
- ... and some more
but changes for example in Fluid Templates are not taken into account.
统计信息
- 总下载量: 2.76k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2023-01-12