-
Type:
Bug
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: TermPortal
-
High
-
Solved termportal long initial loading problem
-
Emptyshow more show less
Termportal initial loading takes dozend of seconds on instances having huge term collections. Tracing shown that the problem is in the way of how tbx-persons -dictionaries are fetched from database.
SELECT DISTINCT `tbxCreatedBy` FROM terms_terms is used currently.
Todo: refactor it to use SELECT .. FROM `terms_transacgrp_persons` only