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 199883 - LowPerformance took 188030 ms.
Summary: LowPerformance took 188030 ms.
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-07-04 15:23 UTC by majiknet
Modified: 2014-07-30 11:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178239


Attachments
nps snapshot (329.93 KB, application/nps)
2011-07-04 15:23 UTC, majiknet
Details
nps snapshot (407.66 KB, application/nps)
2012-01-18 17:21 UTC, majiknet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description majiknet 2011-07-04 15:23:21 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows 7

User Comments:
GUEST: Restarted computer
Started only netbeans
Takes up 4-500MB RAM and 60 - 98% CPU immediately
Stayes like this with task scanning, checking for external changes ++ for several minutes
Repeats itself when starting it, while using it, when not using it

GUEST: 1 jsp open, just opened the program and did nothing. Just a lot of task and project scanning without stop. Uses 500MB RAM and 100% CPU.



Maximum slowness yet reported was 188030 ms, average is 84074
Comment 1 majiknet 2011-07-04 15:23:30 UTC
Created attachment 109229 [details]
nps snapshot
Comment 2 majiknet 2012-01-18 17:21:53 UTC
Created attachment 115048 [details]
nps snapshot
Comment 3 Marek Fukala 2014-07-30 11:13:56 UTC
Very slow creation of java embedded source in indexing thread by web.core.syntax.JSPProcessor which processes also included files. Finally blocked by TaglibParseSupport.getCachedParseResult() waiting for the jsp parsing thread.

As last report is from 7.1 I'm closing the issue as fixed