christophlehmann / route-cache
A cache implementation for record slugs that prevents fetching and overlaying records again in the PersistedAliasMapper
Package info
github.com/christophlehmann/route-cache
Type:typo3-cms-extension
pkg:composer/christophlehmann/route-cache
Requires
- typo3/cms-core: ^12.4 || ^13.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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