weboftalent/indexlastedited
Composer 安装命令:
composer require weboftalent/indexlastedited
包简介
Ensure that the LastEdited field is indexed so that performance for partials is consistent with large sites
README 文档
README
By default SilverStripe does not index the LastEdited field, a field that is used for partial caching. On large sites this can be a problem with performance. The module adds the index to SiteTree, Member and Group.
#Adding Last Edited to DataObjects Create or append to an existing extension.yml file in an appropriate _config directory within your codebase.
--- Name: your-site-specific-last-edited-extensions --- SiteTree: extensions: ['IndexLastEditedExtension']
统计信息
- 总下载量: 1.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-02-05