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 - PERF: Slow popup menu of EJB project node
Summary: PERF: Slow popup menu of EJB project node
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: David Konecny
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-06-16 10:15 UTC by L Martinek
Modified: 2008-03-28 02:50 UTC (History)
2 users (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 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.