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 242541 - org.netbeans.modules.html.editor.gsf.HtmlStructureItem.runTask: LowPerformance took 20150 ms.
Summary: org.netbeans.modules.html.editor.gsf.HtmlStructureItem.runTask: LowPerformanc...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Expression Language (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords: PERFORMANCE
: 241159 242079 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-04 10:24 UTC by Exceptions Reporter
Modified: 2014-07-26 01:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204990


Attachments
nps snapshot (228.34 KB, application/nps)
2014-03-04 10:24 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-03-04 10:24:51 UTC
Build: NetBeans IDE 8.0 RC1 (Build 201402242200)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: Trying to edit file on VirtualBox Samba share

GUEST: When formatting code in xhtml file.



Maximum slowness yet reported was 25223 ms, average is 22686
Comment 1 Exceptions Reporter 2014-03-04 10:24:55 UTC
Created attachment 145742 [details]
nps snapshot
Comment 2 Marek Fukala 2014-07-24 12:39:33 UTC
I've checked the two freshest snapshots and the reason is the same in both: o.n.m.web.el.hints.ELHintsProvider takes all the time in parsing thread.
Comment 3 Martin Fousek 2014-07-25 06:27:54 UTC
*** Bug 242079 has been marked as a duplicate of this bug. ***
Comment 4 Martin Fousek 2014-07-25 08:04:16 UTC
CC library caches its components map and invalidates it on indexers basis.

Fixed in web-main #8a26063f22ec.
Comment 5 Martin Fousek 2014-07-25 08:12:33 UTC
*** Bug 241159 has been marked as a duplicate of this bug. ***
Comment 6 Quality Engineering 2014-07-26 01:24:26 UTC
Integrated into 'main-silver', will be available in build *201407260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8a26063f22ec
User: Martin Fousek <marfous@netbeans.org>
Log: #242541 - org.netbeans.modules.html.editor.gsf.HtmlStructureItem.runTask: LowPerformance took 20150 ms.