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 205799 - LowPerformance took 58537 ms.
Summary: LowPerformance took 58537 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-12-01 18:21 UTC by roger_rf
Modified: 2012-06-04 12:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 169921


Attachments
nps snapshot (195.70 KB, application/nps)
2011-12-01 18:21 UTC, roger_rf
Details
screenshot (276.96 KB, image/png)
2012-06-04 12:11 UTC, Milos Kleint
Details

Note You need to log in before you can comment on or make changes to this bug.
Description roger_rf 2011-12-01 18:21:24 UTC
Build: NetBeans IDE 7.1 RC1 (Build 201111242103)
VM: Java HotSpot(TM) Client VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: Windows XP

User Comments:
GUEST: just switching tabs in the options window



Maximum slowness yet reported was 58537 ms, average is 22611
Comment 1 roger_rf 2011-12-01 18:21:30 UTC
Created attachment 113722 [details]
nps snapshot
Comment 2 Theofanis Oikonomou 2012-06-04 12:00:17 UTC
From the attached snapshots it looks like a problem in org.netbeans.modules.maven.options.SettingsPanel
Comment 3 Milos Kleint 2012-06-04 12:11:47 UTC
Created attachment 120313 [details]
screenshot

not really maven issue. as can be seen in the screenshot, the vast amount of time is spent in classloading (and IO down the road/stacktrace)
Comment 4 Milos Kleint 2012-06-04 12:12:17 UTC
reassigning back
Comment 5 Theofanis Oikonomou 2012-06-04 12:37:38 UTC
true. Thank you Milosi. It seems that the majority of time is spend opening a ZipFile (heavy disk load?), so nothing that can be done from options side.