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 35481 - Navigation in Explorer is terribly slow
Summary: Navigation in Explorer is terribly slow
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2003-08-19 10:46 UTC by Jan Becicka
Modified: 2004-04-19 16:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (15.13 KB, text/plain)
2003-08-19 10:47 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2003-08-19 10:46:52 UTC
I must wait sometimes for seconds for IDE to respond.
I did a thread dump. I hope it helps. There is
probably some bug in looks, or in VCS module.
Please check it.
Comment 1 Jan Becicka 2003-08-19 10:47:30 UTC
Created attachment 11356 [details]
Thread dump
Comment 2 Vitezslav Stejskal 2003-08-19 13:01:04 UTC
My experiance is that combination of projects and vcs has drastic
impact on performance. I don't know why. The FTD shows that vcs fires
annotationChanged events which causes looks to redraw names of file
nodes. The other active thread which asynchronously redraws nodes
(probably invoked by events fired from previous one) spends its time
in reading the registry (looking for looks and instantiating them),
this should be improved by caching in NamespaceSelector (Hrebejk has
this almost done).
Comment 3 Jan Becicka 2003-09-10 16:10:22 UTC
IDE is slow even if CVS filesystem is not used. BTW see issue 36011
Comment 4 Vitezslav Stejskal 2003-10-04 12:11:47 UTC
Now the situation should be better - LookSelectors are rewritten and
properly cache Looks, issue #36011 is fixed. Could you please verify
that IDE is faster now or describe what exactly is slow? (or make more
FTDs) Thanks.
Comment 5 Jan Becicka 2003-10-06 13:47:11 UTC
[200310060000] IDE is definitely faster
Comment 6 Jan Becicka 2003-10-06 13:47:29 UTC
Verified
Comment 7 Jan Becicka 2003-11-25 14:22:30 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as CLOSED.