Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 468840

Summary: Investigate if merging data requests improves editor page load performance
Product: [ECD] Orion Reporter: Silenio Quarti <Silenio_Quarti>
Component: ServerAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 8.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Silenio Quarti CLA 2015-05-29 13:12:48 EDT
The page editor loads the navigator tree in separate request. It makes one request to get the children of which parent of the opened resource.

This bug is to investigate whether adding server API to get the full tree in one request would improve the page loading performance.
Comment 1 Silenio Quarti CLA 2015-12-11 10:28:08 EST
Major work has been done. Navigator contents is now loaded in one request.