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 227615 - org.openide.xml.XMLUtil.getDOMImplementation: LowPerformance took 42432 ms.
Summary: org.openide.xml.XMLUtil.getDOMImplementation: LowPerformance took 42432 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Eclipse project importer (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@projects
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-03-18 12:52 UTC by racasagrande
Modified: 2016-07-07 08:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 163569


Attachments
nps snapshot (48.62 KB, application/nps)
2013-03-18 12:52 UTC, racasagrande
Details

Note You need to log in before you can comment on or make changes to this bug.
Description racasagrande 2013-03-18 12:52:01 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 7

User Comments:
GUEST: During Netbeans startup

GUEST: S
Comment 1 racasagrande 2013-03-18 12:52:03 UTC
Created attachment 132751 [details]
nps snapshot
Comment 2 Ondrej Vrabec 2013-07-02 09:22:07 UTC
can't make class-loading faster, please try to reschedule to EDT:
org.netbeans.modules.projectimport.eclipse.core.UpdateProjectAction.isEnabled()	99.55914	31 911 ms (99,6%)	31 911 ms
-> ...
org.netbeans.modules.projectapi.AuxiliaryConfigBasedPreferencesProvider.getPreferences()	99.55914	31 911 ms (99,6%)	31 911 ms
-> ...
org.netbeans.modules.projectapi.AuxiliaryConfigBasedPreferencesProvider.loadConfigRoot()	99.55914	31 911 ms (99,6%)	31 911 ms
->
org.openide.xml.XMLUtil.createDocument()	99.55914	31 911 ms (99,6%)	31 911 ms
Comment 3 Martin Balin 2016-07-07 08:37:47 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss