Feature proposal #7184
open
Added by krileon over 6 years ago.
Updated over 4 years ago.
Description
Implement routing trigger usage so the details pages, etc.. can have much more attractive SEF URLs.
- Target version changed from 6.2.0 to 8.0.0
We need alias generation for plugin routing to really be useful. Generating the alias real time at URL construction is inefficient and slow. This needs to be handled similar to content where the alias is generated at time of creation and is appended to the ID (e.g. 1:community-builder) otherwise every URL generated is having to query at URL creation for their respective objects to generate the alias real time which is just bad performance.
Review implementing a new table class into CB that can handle alias creation automatically. See #7973
Also available in: Atom
PDF