Community
Participate
Working Groups
I20040505 As noted in bug 60826, reading message catalogs is currently taking 10-15% of startup time. During the RCP refactoring, many of the resource bundles from the org.eclipse.ui were simply cloned in the new org.eclipse.ui.ide plugin. org.eclipse.ui.internal.messages.properties in org.eclipse.ui.workbench plugin is almost identical to org.eclipse.ui.internal.ide.messages.properties in the org.eclipse.ui.ide plugin. plugin.properties from org.eclipse.ui and org.eclipse.ui.ide are also largely the same. We should try to fix up these duplications before 3.0 if possible. It may not seem like a lot, but cumulatively these property files really affect startup time and memory footprint.
*** This bug has been marked as a duplicate of 46576 ***