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 - CodeCompletion took 2239 ms.
Summary: CodeCompletion took 2239 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-09-11 12:24 UTC by jamiepeloquin_nf
Modified: 2013-09-11 12:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193481


Attachments
nps snapshot (36.84 KB, application/nps)
2013-09-11 12:24 UTC, jamiepeloquin_nf
Details

Note You need to log in before you can comment on or make changes to this bug.
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.