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 60114

Summary: PERF: Slow popup menu of EJB project node
Product: javaee Reporter: L Martinek <lmartinek>
Component: EJB ProjectAssignee: David Konecny <dkonecny>
Status: RESOLVED FIXED    
Severity: blocker CC: issues, tmysik
Priority: P4 Keywords: PERFORMANCE
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description L Martinek 2005-06-16 10:15:08 UTC
Displaying popup menu of EJB project root node in project view is a little bit
slow. It should not take more than 100 ms. It's exceeded mainly on Solaris.
(First usage may be up to 200 ms)

Example of measured values on build 20050613180:

                RHE Linux3  Solaris 9    WinXP
1st usage           107 ms     163 ms   101 ms
Subsequent usage     88 ms     127 ms    70 ms
Comment 1 Jaroslav Pospisil 2006-03-21 16:14:39 UTC
Actual values:

  EJB Project node popup in Projects View    RH3        SOL9    WINXP
   [ ms ] / 100 ms 	1st usage 	     134 	174 	114
                 Subsequent usage 	     140 	144 	78
Comment 2 Tomas Mysik 2007-12-09 23:38:27 UTC
Maybe related to issue #80723.
Comment 3 David Konecny 2008-03-28 02:50:30 UTC
There was several perf improvements for 6.1 which may or may not covered this. Feel free to file new issue with latest
perf figures. Thanks, -D.