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 183271 - [69cat] LowPerformance took 4956 ms.
Summary: [69cat] LowPerformance took 4956 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 2 votes (vote)
Assignee: Petr Hejl
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-03-31 13:28 UTC by mklaehn
Modified: 2012-09-19 13:22 UTC (History)
13 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167287


Attachments
nps snapshot (256.00 KB, application/nps)
2010-03-31 13:29 UTC, mklaehn
Details
nps snapshot (256.00 KB, application/nps)
2010-03-31 19:31 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mklaehn 2010-03-31 13:28:58 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-5013-on-100329)
VM: Java HotSpot(TM) Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
GUEST: editing code

tnleeuw: There was a very annoying long wait when the IDE tried to get code-completion for JavaScript. The code-completion could not be cancelled for me to continue typing.

GUEST: I was typing in a groovy file (doing grails development) and typed User.lookup... Then a little flag came up to say it was thinging about completions. I kept typing ...ByEmail but nothing happened. I tried clicking and scrolling. Nothing. Then NB plated back all my input and put the "detected slowness" flag in the status bar. Cool...



Maximum slowness yet reported was 24155 ms, average is 13010
Comment 1 mklaehn 2010-03-31 13:29:03 UTC
Created attachment 96438 [details]
nps snapshot
Comment 2 misterm 2010-03-31 19:31:04 UTC
Created attachment 96473 [details]
nps snapshot
Comment 3 David Strupl 2010-09-16 09:14:36 UTC
This exception report is full of different reports all duplicated to 
org.netbeans.editor.GuardedDocument.runAtomicAsUser
which I have added to "innocent" methods. I am passing to JavaScript as some of the reports indicate something slow in java script edtior. Other reports in groovy editor, other I did not read ... Please fix some or close this report - the new report should be better categorized.
Comment 4 Petr Hejl 2012-09-19 13:22:24 UTC
I'm closing this report because the implementation of JS in rewritten plus the categorization of snapshots.