This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 65004 - Startup severly affected even when only one NB project opened
Summary: Startup severly affected even when only one NB project opened
Status: CLOSED DUPLICATE of bug 61579
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-09-23 14:46 UTC by Antonin Nebuzelsky
Modified: 2006-01-25 12:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2005-09-23 14:46:26 UTC
It is enough to have a single Netbeans project opened (a project from nb_all/),
to have all nb_all/* projects and subprojects scanned during startup.

This prolongs startup for many seconds.
Comment 1 Antonin Nebuzelsky 2005-09-23 15:15:10 UTC
Some numbers for comparison with a regular non-netbeans project...

startup with only jEdit project opened: 18.4s, 18.2s, 18.2s
startup with only nb_all/core project opened: 24.6s, 25.2s, 24.6s
Comment 2 Jesse Glick 2005-09-23 17:20:19 UTC
Yes, this isn't news... ModuleList scanning for nb.org is pretty slow. (Rather
faster for a binary build, i.e. the normal case for an external module author.)

*** This issue has been marked as a duplicate of 61579 ***
Comment 3 Antonin Nebuzelsky 2005-11-01 12:15:27 UTC
The fixes in issue 62221 helped. Difference between startup times for jEdit
project and nb_all/core project is now a bit smaller.

[today's build of trunk on the same HW/OS as above]

startup with only jEdit project opened: 17.6s, 18.2s, 17.9s
startup with only nb_all/core project opened: 21.6s, 21.2s, 20.7s

Anyway, the difference is still there...
Comment 4 Tomas Danek 2006-01-25 12:27:22 UTC
yes, duplicate...can be closed..