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 65367 - Package node popup in Projects view is slow
Summary: Package node popup in Projects view is slow
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords: PERFORMANCE
Depends on: 65549 66976 67027
Blocks:
  Show dependency tree
 
Reported: 2005-09-29 16:01 UTC by Antonin Nebuzelsky
Modified: 2006-01-18 10:47 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
OptimizeIt Screenshot (156.76 KB, image/jpeg)
2005-10-13 12:19 UTC, Tomas Zezula
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2005-09-29 16:01:40 UTC
Our performance tests show that first invocation of package node popup in
Projects view is slow. (In comparison to package node popup in Files view which
shows more quickly)

  Package node popup in Projects View
   [ ms ] / 100 ms 	FC3 	JDS3 	Sol9 	Sol10 	W2K
 1st invocation 	252 	261 	334 	378 	249

   Package node popup in Files View
   [ ms ] / 100 ms 	FC3 	JDS3 	Sol9 	Sol10 	W2K
 1st invocation 	96 	101 	124 	115 	57
Comment 1 Jan Becicka 2005-10-04 13:36:00 UTC
Package View is in java/project module.
Comment 2 Tomas Zezula 2005-10-04 14:21:09 UTC
The PackageNode.getActions() only delegates to DataFolderNode and then it needs
to iterate returned actions and filter out some of them and add to specified
places new other actions. See UI Spec, there is nothing to remove and keep the
current UI Spec.
Comment 3 Tomas Zezula 2005-10-04 14:22:03 UTC
In addition adding any Action into DataFolderNode will slow down the PackageNode.
Comment 4 Antonin Nebuzelsky 2005-10-13 09:21:33 UTC
Has to be analyzed.
Comment 5 Tomas Zezula 2005-10-13 12:19:42 UTC
Created attachment 25912 [details]
OptimizeIt Screenshot
Comment 6 Tomas Zezula 2005-10-13 12:21:15 UTC
See attached OptimizeIt screenshot which shows the analyzes I did on the Tue Oct
4 13:21:09 +0000 2005 
Comment 7 Antonin Nebuzelsky 2005-11-28 14:41:35 UTC
Various smaller fixes which were done lately fixed this issue.

Performance tests show today the following numbers:

   Package node popup in Projects View
   [ ms ] / 100 ms 	FC3 	Sol9 	Sol10 	W2K 	WinXP
 	1st usage 	119 	125 	164 	88 	94
 Subsequent usage 	88 	77 	73 	37 	40
Comment 8 Jaromir Uhrik 2006-01-18 10:47:47 UTC
Marking this issue as VERIFIED since the issue reporter == issue owner.