aoepeople/cachemgm

为高流量网站提供页面缓存管理

安装数: 10,948

依赖关系: 0

建议者: 0

安全性: 0

星星: 4

关注者: 23

分支: 2

公开问题: 1

类型:typo3-cms-extension


README

这是一个TYPO3扩展,提供高流量网站的页面缓存管理。

下载/安装

您可以从TER (TYPO3扩展仓库)下载并安装此扩展,或者使用composer。

$ composer require aoepeople/cachemgm

文档

文档可在docs.typo3.org在线获取。

如果您愿意,也可以在本地渲染文档,这在调整文档并在提交前检查时非常有帮助。

本地渲染需要docker,可以按以下方式操作

$ source <(docker run --rm t3docs/render-documentation:latest show-shell-commands)
$ dockrun_t3rd makehtml

然后使用您的浏览器打开Documentation-GENERATED-temp/Result/project/0.0.0/Index.html

版权/许可

版权:© 2009 - 2024,Kasper Skaarhoj & AOE GmbH 许可证:GPLv3,https://gnu.ac.cn/licenses/gpl-3.0.en.html

贡献

1. Fork the repository on Github
2. Create a named feature / bugfix branch (like `feature_add_something_new` or `bugfix\thing_which_does_not_work`)
3. Write your change
4. Write tests for your change (if applicable)
5. Write documentaton for your change
6. Run the tests, ensuring they all pass
7. Submit a Pull Request using Github