Ensure that the LastEdited field is indexed so that performance for partials is consistent with large sites
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']
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem