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 234333 - CodeCompletion took 2540 ms.
Summary: CodeCompletion took 2540 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-08-13 14:37 UTC by jwh
Modified: 2013-08-14 06:11 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187315


Attachments
nps snapshot (28.25 KB, application/nps)
2013-08-13 14:37 UTC, jwh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jwh 2013-08-13 14:37:03 UTC
Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 8

User Comments:
GUEST: Problema no alto completar.

GUEST: Lentid
Comment 1 jwh 2013-08-13 14:37:05 UTC
Created attachment 138643 [details]
nps snapshot
Comment 2 Tomas Mysik 2013-08-13 15:06:23 UTC
Ondro, please evaluate. Thanks.
Comment 3 Ondrej Brejla 2013-08-13 16:05:55 UTC
20% of time spent in PhpSourcePath.getFileType. But imho nothing strange from editor point of view. Tome can you look at it as well? Thanks.
Comment 4 Tomas Mysik 2013-08-14 06:11:55 UTC
The snapshot from NB 7.4 Beta - it seems to be caused by slow FS:

java.io.WinNTFileSystem.getBooleanAttributes[native]()	13.468683	236 ms (13,5%)	236 ms	19
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getCachedOnly()	9.287655	163 ms (9,3%)	163 ms	16
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getCachedOnly()	4.8053336	84,5 ms (4,8%)	84,5 ms	8
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getCachedOnly()	4.482264	78,8 ms (4,5%)	78,8 ms	8

Unfortunately, there is IMHO nothing we can do about it.

Thanks.