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 235814

Summary: CodeCompletion took 2239 ms.
Product: php Reporter: jamiepeloquin_nf
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED WONTFIX    
Severity: normal CC: aquaglia
Priority: P3 Keywords: PERFORMANCE
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 193481
Attachments: nps snapshot

Description jamiepeloquin_nf 2013-09-11 12:24:00 UTC
Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Mac OS X

User Comments:
GUEST: Code completion lags in PHP Editor

jamiepeloquin_nf: PHP Code completion (I believe this has ben reported already).

GUEST: slowness

GUEST: Complete code in PHP editor



Maximum slowness yet reported was 4468 ms, average is 3029
Comment 1 jamiepeloquin_nf 2013-09-11 12:24:02 UTC
Created attachment 139933 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2013-09-11 12:51:42 UTC
There is some I/O invoked during code completion for PHP, but it's mostly
FileOwnerQuery or File.isFile, so it seems valid. 
Probably the filesystem was slow.

I suppose the resolution is WONTFIX, but reassigning to PHP to be sure.
Please evaluate, thank you.
Comment 3 Ondrej Brejla 2013-09-11 12:55:19 UTC
Yep, I agree.