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

Summary: org.netbeans.modules.versioning.core.api.VCSFileProxy.createFileProxy: LowPerformance took 141144 ms.
Product: versioncontrol Reporter: Alexander Simon <alexvsimon>
Component: CodeAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: issues, marckoby, zaheedam
Priority: P3 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198227
Attachments: nps snapshot

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.