weboftalent / indexlastedited
Ensure that the LastEdited field is indexed so that performance for partials is consistent with large sites
Package info
github.com/gordonbanderson/weboftalent-index-lastedited
Type:silverstripe-module
pkg:composer/weboftalent/indexlastedited
3.6
2018-03-13 18:50 UTC
Requires
- silverstripe/cms: ~3.1
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']