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 203047 - [71cat] CodeCompletion took 2172 ms.
Summary: [71cat] CodeCompletion took 2172 ms.
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: Editing infrastructure (show other bugs)
Version: 7.1
Hardware: All All
: P4 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-10-04 12:51 UTC by muellermi
Modified: 2014-10-06 13:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181597


Attachments
nps snapshot (9.70 KB, application/nps)
2011-10-04 12:51 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2011-10-04 12:51:21 UTC
This bug was originally marked as duplicate of bug 180756, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows XP

User Comments:
muellermi: editing web page



Maximum slowness yet reported was 2172 ms, average is 2172
Comment 1 muellermi 2011-10-04 12:51:26 UTC
Created attachment 111456 [details]
nps snapshot
Comment 2 Marek Fukala 2011-10-05 16:21:28 UTC
The CPU time is spent in trying to find and load resource bundles possibly available for facelets. 

I'm affraid I cannot do much for improving the performance. This situation should however happen only for the first EL completion invocation. The results are cached then so I do not consider this as a big issue.