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 255448 - org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding: LowPerformance took 10178 ms.
Summary: org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedd...
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2015-09-21 12:54 UTC by Exceptions Reporter
Modified: 2015-09-23 13:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220068


Attachments
nps snapshot (25.56 KB, application/nps)
2015-09-21 12:54 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-09-21 12:54:20 UTC
This bug was originally marked as duplicate of bug 239215, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Mac OS X

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce

slow



Maximum slowness yet reported was 10178 ms, average is 10178
Comment 1 Exceptions Reporter 2015-09-21 12:54:22 UTC
Created attachment 156319 [details]
nps snapshot
Comment 2 Tomas Zezula 2015-09-23 13:23:49 UTC
There are 2 problems:
1st) The CSS calls index + parser from EDT
2nd) The CSSUpdater ignores cancel.
Both of them should be resovled