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 181850 - LowPerformance took 76510 ms.
Summary: LowPerformance took 76510 ms.
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-03-11 07:02 UTC by lolo_101
Modified: 2010-03-12 04:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160646


Attachments
nps snapshot (256.00 KB, application/nps)
2010-03-11 07:03 UTC, lolo_101
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lolo_101 2010-03-11 07:02:57 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
aldobrucale: Followed a link to an external site in a javadoc from the javadoc tooltip in the editor (autocompletion)



Maximum slowness yet reported was 76510 ms, average is 30931
Comment 1 lolo_101 2010-03-11 07:03:05 UTC
Created attachment 95042 [details]
nps snapshot
Comment 2 Dusan Balek 2010-03-11 09:55:07 UTC
Fixed in jet-main. Data from external site should be loaded asynchronously.

http://hg.netbeans.org/jet-main/rev/179af709be60
Comment 3 Quality Engineering 2010-03-12 04:32:16 UTC
Integrated into 'main-golden', will be available in build *201003120200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/179af709be60
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #181850: setPage() should load data asynchonously.