Page MenuHomePhabricator

Use TermIndex for finding labels for linked items in recentchanges and similar lists
Closed, ResolvedPublic

Description

RepoHooks::onLinkBegin currently loads the full entity in order to get the label to use as the link text for links to item pages. This is very slow, we should use the term index. However, therm index access would need to be cached, otherwise the overall effect on performance might actually be negative.


Version: unspecified
Severity: normal
Whiteboard: u=dev c=backend p=0

Details

Reference
bz66541

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:23 AM
bzimport set Reference to bz66541.
bzimport added a subscriber: Unknown Object (MLST).
Lydia_Pintscher removed a subscriber: Unknown Object (MLST).
Lydia_Pintscher removed a subscriber: Unknown Object (MLST).
daniel claimed this task.

should be covered by Ib16da3dcd3bb1