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 26581

Summary: Fix the most important UI responsiveness problems
Product: ide Reporter: _ ttran <ttran>
Component: PerformanceAssignee: _ ttran <ttran>
Status: CLOSED FIXED    
Severity: blocker CC: anebuzelsky, mmirilovic, pnejedly, vnicolici
Priority: P1 Keywords: PERFORMANCE
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 13768, 17789, 22176, 22890, 24060, 25926, 26113, 26212, 26914, 26917, 26956, 27011, 27062, 27183, 27350, 27414, 27710, 27713, 27769, 27771, 27774, 27777, 27779, 27780, 27781, 27782, 27783, 27784, 27785, 27788, 27792, 27793, 27794, 27795, 27796, 27797, 27798, 28591, 28596, 28752, 28933, 28959, 28963, 29548, 30277    
Bug Blocks:    

Description _ ttran 2002-08-16 21:34:01 UTC
The users often complain that NetBeans is
sluggish.  This is often considered a performance
problem which is not correct.  What the users care
about is the perceived performance, not raw numbers.

We need to review all frequent UI actions and make
sure they are responsive enough.  In many cases
what we need is to change the way NetBeans
responds to the user action, not necessarily to
make the current way faster.  Sure in some cases
an optimized code is needed too.

The work must be done in the platform as well as
in modules.
Comment 1 NiclasH 2002-08-22 03:13:09 UTC
 The most irritating "slow response", especially for me who is 
used to Kate (text editor in Linux KDE3) and has had me shy away 
from NB, IS; 
 
Opening a java class that starts the Form Editor. 
 
First time is killing (15sec) but subsequent opens are just as 
annoying. 
 
 
Comment 2 _ ttran 2002-09-10 22:10:43 UTC
Links to an interesting discussion on nbdev

"No, we don't have any performance problems in NetBeans"

Starting message:
http://www.netbeans.org/servlets/ReadMsg?msgId=368180&listName=nbdev

The whole thread: 
http://www.netbeans.org/servlets/BrowseList?listName=nbdev&by=subject&from=169469&paged=false
    
Comment 3 Tomas Pavek 2002-09-16 14:15:21 UTC
*** Issue 27183 has been marked as a duplicate of this issue. ***
Comment 4 Tomas Pavek 2002-09-16 14:15:33 UTC
*** Issue 27183 has been marked as a duplicate of this issue. ***
Comment 5 Jaroslav Tulach 2002-09-30 12:47:16 UTC
These issues are planned as Sun's "must have" contribution to NetBeans 4.0 and
are considered to be "high level" issues. That is why changing the type to
FEATURE and priority to P1. 
Comment 6 Martin Roskanin 2003-01-07 15:03:30 UTC
*** Issue 29748 has been marked as a duplicate of this issue. ***
Comment 7 Jaroslav Tulach 2008-10-24 08:59:09 UTC
Mostly done, I guess. At least it is completed enough to claim success, isn't?