weboftalent / indexlastedited
Ensure that the LastEdited field is indexed so that performance for partials is consistent with large sites
Installs: 1 071
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:silverstripe-module
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']