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 252465 - org.netbeans.api.project.ProjectManager$2.run: LowPerformance took 52924 ms.
Summary: org.netbeans.api.project.ProjectManager$2.run: LowPerformance took 52924 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All Unix
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2015-05-18 14:27 UTC by Exceptions Reporter
Modified: 2016-06-15 07:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217379


Attachments
nps snapshot (82.12 KB, application/nps)
2015-05-18 14:27 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-05-18 14:27:35 UTC
This issue was reported manually by tstupka.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 24.79-b02, OpenJDK Runtime Environment, 1.7.0_79-b14
OS: Linux

User Comments:
GUEST: Linux - Nemo (Ftp) - Netbeans Problems :-(



Maximum slowness yet reported was 52924 ms, average is 52924
Comment 1 Exceptions Reporter 2015-05-18 14:27:37 UTC
Created attachment 153727 [details]
nps snapshot
Comment 2 Tomas Stupka 2015-05-18 14:31:39 UTC
ProjectManager.findProjects eventually has to load a project and this might block AWT. 

please evaluate if this has to happen in AWT and in scope of GSFPHPLexer
Comment 3 Tomas Mysik 2016-06-15 07:16:36 UTC
The main problem here is the slow FS:

java.io.UnixFileSystem.getBooleanAttributes0[native] ()	40 166 ms (93,7%)	40 166 ms (99,6%)

No duplicates, closing as WONTFIX. Thanks.