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 230107

Summary: org.netbeans.api.project.ProjectManager$2.run: LowPerformance took 6565 ms. loading project in awt
Product: projects Reporter: Exceptions Reporter <exceptions_reporter>
Component: Generic InfrastructureAssignee: Milos Kleint <mkleint>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alexvsimon, hearvishwas, Leong_Kam_Wei, massimo, pekarna, ralphbenjamin
Priority: P3 Keywords: PERFORMANCE
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 200834
Attachments: nps snapshot

Description Exceptions Reporter 2013-05-22 12:29:29 UTC
This issue was reported manually by ralphbenjamin.
It already has 9 duplicates 


Build: NetBeans IDE Dev (Build 201303142300)
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: Eu apenas abri um arquivo .php (I just open a file .php)

GUEST: Open IDE

Leong_Kam_Wei: Slow performance and hard to run the wed application. I just wait for a long time , or close the program with task manager.

GUEST: opening a project

alexvsimon: open remote project

hearvishwas: when i was opening a project

GUEST: to slow



Maximum slowness yet reported was 277596 ms, average is 45566
Comment 1 Exceptions Reporter 2013-05-22 12:29:32 UTC
Created attachment 134738 [details]
nps snapshot
Comment 2 Ralph Ruijs 2013-05-22 12:31:17 UTC
Splitoff from 226057 as these reports are not related to refactoring's clipboard converter.
Comment 3 Milos Kleint 2013-06-07 13:14:26 UTC
just the usual set of suspects.

FileEncodingQuery called in AWT that loads a project
ActionUtils getting owning projects from selection lookup (loading a project again)

etc
Comment 4 Milos Kleint 2013-08-21 10:45:48 UTC

*** This bug has been marked as a duplicate of bug 228020 ***