Bug 127788 - Improve UI startup performance (core runtime side)
Summary: Improve UI startup performance (core runtime side)
Status: RESOLVED WONTFIX
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Compendium (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: equinox.compendium-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2006-02-14 12:13 EST by Oleg Besedin CLA
Modified: 2007-03-29 17:24 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Besedin CLA 2006-02-14 12:13:50 EST
There is a 10% degradation in M5 of the UI startup perfromance (comparing to the Eclipse 3.1). 

From the initial check, it seemed to be related to the increased usage of the registry by the UI workbench. (Number of calls to registry APIs increased by a factor of 1.4 to 1.9.)

It might be worth while to investigate if the performance of the registry can be improved to offset this.
Comment 1 Oleg Besedin CLA 2007-03-29 17:24:02 EDT
Closing as:
1) this bug is stale; it was created for Eclipse 3.2
2) the degradation described is relatively mild and was treated as "acceptable"
3) the most likely cause of the performance drop: a new UI command infrastructure was added, but the old one was kept in place for backward compatibility. Not much can be done on the core runtime / Equinox side.