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

Summary: org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding: LowPerformance took 10178 ms.
Product: web Reporter: Exceptions Reporter <exceptions_reporter>
Component: CSS EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal CC: tzezula
Priority: P3 Keywords: PERFORMANCE
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220068
Attachments: nps snapshot

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