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 221297 - LowPerformance took 9867 ms.
Summary: LowPerformance took 9867 ms.
Status: RESOLVED DUPLICATE of bug 226654
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords: PERFORMANCE
: 221883 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-01 22:29 UTC by Exceptions Reporter
Modified: 2013-07-25 14:11 UTC (History)
16 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194416


Attachments
nps snapshot (57.86 KB, application/nps)
2012-11-01 22:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-01 22:29:39 UTC
This bug was originally marked as duplicate of bug 200233, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 8
Maximum slowness yet reported was 9867 ms, average is 9867
Comment 1 Exceptions Reporter 2012-11-01 22:29:41 UTC
Created attachment 126960 [details]
nps snapshot
Comment 2 Tomas Zezula 2012-11-02 07:23:05 UTC
Utilities.toURI() implementation for JDK 7.0 which is really slow, for the JDK 6.0 we have a hint and it's quite fast (no IO)).
But it's questionable if javascript needs to do it in EDT.
Comment 3 Petr Hejl 2012-11-27 15:00:43 UTC
It starts here: org.netbeans.modules.javascript2.editor.JsStructureScanner$JsSimpleStructureItem.getHtml() which is called from awt and do some type resolution.
Comment 4 Petr Hejl 2012-11-27 15:01:16 UTC
*** Bug 221883 has been marked as a duplicate of this bug. ***
Comment 5 Petr Hejl 2013-07-25 14:11:03 UTC

*** This bug has been marked as a duplicate of bug 226654 ***