christophlehmann/route-cache

A cache implementation for record slugs that prevents fetching and overlaying records again in the PersistedAliasMapper

Maintainers

Package info

github.com/christophlehmann/route-cache

Type:typo3-cms-extension

pkg:composer/christophlehmann/route-cache

Statistics

Installs: 253

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.1.1 2025-04-09 08:54 UTC

This package is auto-updated.

Last update: 2026-03-09 10:44:40 UTC


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