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 251094 - org.netbeans.modules.web.common.api.WebUtils.resolveToReference: LowPerformance took 57517 ms.
Summary: org.netbeans.modules.web.common.api.WebUtils.resolveToReference: LowPerforman...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2015-03-11 09:35 UTC by terje7601
Modified: 2015-09-04 01:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203867


Attachments
nps snapshot (1.02 MB, application/nps)
2015-03-11 09:35 UTC, terje7601
Details

Note You need to log in before you can comment on or make changes to this bug.
Description terje7601 2015-03-11 09:35:31 UTC
This issue was reported manually by terje7601.
It already has 8 duplicates 


Build: NetBeans IDE Dev (Build 1)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Windows 7

User Comments:
GUEST: Windows 8 and 8.1 all versions of Netbeans are vere very slow. Fix it.

GUEST: low performance

GUEST: open web sie

terje7601: While running a project as a NodeJS application, I did "Start Inspect in NetBeans Mode" in Chrome & selected an element.

GUEST: Programs open:
- Putty (1x SSH instance)
- Chrome (1x New tab w/ no content entered)

NetBeans:
- 2x Uncommitted files
- Running project which includes html/css/js
--> Attempting to run via Chrome
**** SLOWED TO A HALT ****

GUEST: very slow

GUEST: slowness

GUEST: lowperformance



Maximum slowness yet reported was 181963 ms, average is 73633
Comment 1 terje7601 2015-03-11 09:35:46 UTC
Created attachment 152553 [details]
nps snapshot
Comment 2 Jan Stola 2015-09-02 13:19:50 UTC
The exception reporter's snapshots show that LifecycleManager.getDefault().saveAll(); is called from ClientSideProjectActionProvider.invokeAction() in the event dispatch thread.
Comment 3 Tomas Mysik 2015-09-03 05:48:04 UTC
Fixed, thanks for catching that.

http://hg.netbeans.org/web-main/rev/cb5208bf40cc
Comment 4 Quality Engineering 2015-09-04 01:24:22 UTC
Integrated into 'main-silver', will be available in build *201509040002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/cb5208bf40cc
User: Tomas Mysik <tmysik@netbeans.org>
Log: #251094 - org.netbeans.modules.web.common.api.WebUtils.resolveToReference: LowPerformance took 57517 ms.