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 242486 - org.netbeans.modules.web.jsf.wizards.JSFConfigurationPanelVisual.addNotify: LowPerformance took 37942 ms.
Summary: org.netbeans.modules.web.jsf.wizards.JSFConfigurationPanelVisual.addNotify: L...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-03-01 18:30 UTC by Exceptions Reporter
Modified: 2014-07-11 12:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205519


Attachments
nps snapshot (70.83 KB, application/nps)
2014-03-01 18:30 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-01 18:30:50 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
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: when creating a new Java web app, after selecting the server

GUEST: whenever I'm selecting or inserting some thing or working after some time it's getting stuck or hang . 

plese support



Maximum slowness yet reported was 37942 ms, average is 30462
Comment 1 Exceptions Reporter 2014-03-01 18:30:52 UTC
Created attachment 145694 [details]
nps snapshot
Comment 2 Martin Fousek 2014-03-21 06:46:14 UTC
In all cases there seems to be quite slow filesystem since one call of getBooleanAttributes tooks around 1 second. Waiting for additional snapshots for now.
Comment 3 Martin Fousek 2014-07-11 12:33:27 UTC
Already fixed by caching of JSF libraries (web-main #845213e14ca7). Also ClasspathUtil#containsClass is not called called recursively and needs only one walkthrough.