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 239516 - org.netbeans.modules.project.ui.LazyProject.getProjectDirectory: LowPerformance took 30737 ms.
Summary: org.netbeans.modules.project.ui.LazyProject.getProjectDirectory: LowPerforman...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-12-16 10:10 UTC by Exceptions Reporter
Modified: 2013-12-19 03:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204949


Attachments
nps snapshot (28.69 KB, application/nps)
2013-12-16 10:10 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-12-16 10:10:18 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 7

User Comments:
GUEST: Initializing projects takes a very long time when NetBeans is firts opened

GUEST: win8



Maximum slowness yet reported was 31022 ms, average is 30879
Comment 1 Exceptions Reporter 2013-12-16 10:10:21 UTC
Created attachment 143206 [details]
nps snapshot
Comment 2 Milos Kleint 2013-12-17 09:23:44 UTC
report 698284 is fixed by http://hg.netbeans.org/core-main/rev/dedbc278673c
report 704310 is duplicate of a few other issue, boiling down to creation of context aware actions and setting their enablement state.
Comment 3 Quality Engineering 2013-12-19 03:15:43 UTC
Integrated into 'main-silver', will be available in build *201312190002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/dedbc278673c
User: Milos Kleint <mkleint@netbeans.org>
Log: #239516 compute project root children in async way. only execute in sync in tests