Actions
task #7054
openclean up initialization strategy using '.representations'
Status:
In Progress
Priority:
Priority14
Assignee:
Category:
cdmlib-remote
Target version:
Start date:
Due date:
% Done:
30%
Estimated time:
1:00 h
Severity:
normal
Description
we have a couple of init-strategies which still include the representations:
DescriptionElementController.java 66: "states.state.representations", DescriptionElementListPortalController.java (2 matches) 45: "name.rank.representations", 46: "name.status.type.representations", FeatureTreeListPortalController.java (2 matches) 32: "root.feature.representations", 33: "root.childNodes.feature.representations" FeatureTreePortalController.java 56: featuretreeNodeInitStrategy.add("feature.representations"); NameController.java 51: "typeStatus.representations", NamePortalController.java 67: "typeStatus.representations", TaxonPortalController.java (7 matches) 116: "name.rank.representations", 117: "name.status.type.representations", 133: "name.rank.representations", 134: "name.status.type.representations", 143: "synonyms.name.status.type.representations", 193: "name.rank.representations", 194: "name.status.type.representations", TaxonPortalListController.java (2 matches) 32: "name.rank.representations", 33: "name.status.type.representations",
All these are no longer needed and should be removed to speed up the controllers.
Related issues
Updated by Andreas Kohlbecker over 5 years ago
- Copied from task #7052: discuss eager loading of term representations added
Updated by Andreas Kohlbecker over 4 years ago
- Tags set to performance
- Description updated (diff)
- Priority changed from New to Priority14
- Estimated time set to 1:00 h
Updated by Andreas Müller about 1 year ago
- Related to bug #4919: improve AdvancedBeanInitializer added
Updated by Andreas Müller about 1 year ago
- Status changed from New to In Progress
- Assignee changed from Andreas Kohlbecker to Andreas Müller
- Target version changed from Reviewed Next Major Release to Release 5.39
- % Done changed from 0 to 30
Please check what is still open here.
Actions