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 36814 - Tune performance of opening/closing window groups
Summary: Tune performance of opening/closing window groups
Status: RESOLVED DUPLICATE of bug 36949
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords: PERFORMANCE
Depends on: 36949
Blocks:
  Show dependency tree
 
Reported: 2003-10-24 09:11 UTC by Tomas Pavek
Modified: 2008-12-22 23:50 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2003-10-24 09:11:11 UTC
In the case of form editor, the responsiveness of
appearing the inspector, palette and properties is
unpleasantly slow. This should be analyzed; if it
shows up it is caused by slow layout/painting of
the components, then it should be fixed in form
editor (e.g. together with redesigning the
palette, see issue 36125).
Comment 1 Peter Zavadsky 2003-10-24 09:24:48 UTC
Component Pallete is the most problematic component.
Has to be imporved much.

Assingning there.
Comment 2 Tomas Pavek 2003-10-24 09:40:59 UTC
I don't say the palette is not problematic, but I'd like to see some
performance analysis as a proof that the main problems are there and
not in the infrastructure - before reassigning to form editor. I may
do some measuring and profiling if needed.

Also there are other questions, like e.g. if we should not ensure
generally that the window group is opened synchronously with the
triggering component so all components appear just at once in the
final, not additionally as it is now. (IMO this was strong HIE request
on group implementation.)
Comment 3 Peter Zavadsky 2003-10-24 13:49:27 UTC
I expected you will do the analysis, I have a lot of other work to do. 

It is asynch now. But will be synch if the issue #36679 becomes fixed.
Anyway the asynch is not that problem... earlier we were investigating
it a bit (no concrete resulte were put down), therefore I point you
directly to that component.
Comment 4 Tomas Pavek 2003-10-24 14:04:18 UTC
Okay.
Comment 5 Peter Zavadsky 2003-11-26 09:17:30 UTC
Why do you think this issue depends on issue #36679. It doesn't.
Comment 6 Tomas Pavek 2003-11-26 14:48:07 UTC
I think it is related - if the whole window group is opened
synchronously with the triggering component (not some time after), the
user experience is better. It is UI responsiveness issue. You are
right if talking just about rough performance of the window group
opening - that's independent problem.
Comment 7 Tomas Pavek 2004-01-12 09:13:20 UTC
Looks much better now when issue 36679 is fixed. Close this if you
want, or make it a duplicate of issue 36949.
Comment 8 Peter Zavadsky 2004-01-12 09:58:59 UTC
Resolving as duplicate

*** This issue has been marked as a duplicate of 36949 ***