christophlehmann / route-cache
A cache implementation for record slugs that prevents fetching and overlaying records again in the PersistedAliasMapper
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^12.4 || ^13.4
README
This is a cache implementation for record slugs.
Cache entries are created after language overlaying, basically what's done with every record when it's fetched from database. Cache lookups are done in the PersistedAliasMapper during link generation. Successful cache lookups (hits) reduce the amount of database queries - record are not fetched and overlayed again in the PersistedAliasMapper.
ToDos
- Slug updates in FE require a cache invalidation