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 225623 - org.netbeans.modules.versioning.core.api.VCSFileProxy.createFileProxy: LowPerformance took 141144 ms.
Summary: org.netbeans.modules.versioning.core.api.VCSFileProxy.createFileProxy: LowPer...
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-02-01 08:35 UTC by Alexander Simon
Modified: 2015-05-31 21:55 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198227


Attachments
nps snapshot (183.98 KB, application/nps)
2013-02-01 08:35 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2013-02-01 08:35:31 UTC
This issue was reported manually by vv159170.
It already has 2 duplicates 


Build: Oracle Solaris Studio Pythia (2013/01/31 c546a6520bd3)
VM: Java HotSpot(TM) Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: SunOS

User Comments:
alexvsimon: move ove main menu "Team"



Maximum slowness yet reported was 141144 ms, average is 75978
Comment 1 Alexander Simon 2013-02-01 08:35:34 UTC
Created attachment 130920 [details]
nps snapshot
Comment 2 Ondrej Vrabec 2013-02-01 09:07:24 UTC
i really don't know. I know you guys would like us to solve it somehow. But the only way i can think of is to populate the main menu asynchronously (not sure it's allowed, but that's another discussion). However the idea that i (as a user) am going to the team menu to perform some action and have to wait (with the EDT blocked or not) 140s!!! to actually run the action is not a pleasant one. Even if the UI is not blocked the result would be the same: i would file a bug that the menu is not displayed in reasonable time. And i have no way to actually make it faster.
The project popup menu is a different case because user might open the popup menu to invoke other that a VCS operation but it's not the case for the Team menu.