Project

General

Profile

Actions

Feature proposal #7184

open

Implement custom routing

Added by krileon almost 6 years ago. Updated almost 4 years ago.

Status:
Assigned
Priority:
Normal
Assignee:
Target version:
Start date:
12 June 2018
Due date:
% Done:

0%

Estimated time:

Description

Implement routing trigger usage so the details pages, etc.. can have much more attractive SEF URLs.

Actions #1

Updated by krileon almost 4 years ago

  • Target version changed from 6.2.0 to 7.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

Actions

Also available in: Atom PDF