We’ve been discussing the current behavior of autoCreateRedirects and autoUpdateSlugs in TYPO3. Right now, TYPO3 automatically creates redirects and updates all subpage slugs immediately after a slug change — and only afterwards offers the option to revert those actions. This can sometimes lead to timeouts when many pages are affected, and it doesn’t feel logical that TYPO3 performs such extensive operations before asking whether they’re actually desired.
Would it be possible, either through configuration or as a new feature, to introduce a prompt that appears after changing a slug, asking whether to:
- Create redirects, and/or
- Update all subpage slugs?
That way, editors could confirm or cancel these operations before TYPO3 executes them.