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

Summary: org.netbeans.modules.web.jsf.wizards.JSFConfigurationPanelVisual.addNotify: LowPerformance took 37942 ms.
Product: javaee Reporter: Exceptions Reporter <exceptions_reporter>
Component: JSFAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205519
Attachments: nps snapshot

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.