[jira] [Comment Edited] (NETBEANS-2409) Very Slow Operations on Windows

2019-11-07 Thread Christian Lenz (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16969225#comment-16969225
 ] 

Christian Lenz edited comment on NETBEANS-2409 at 11/7/19 12:56 PM:


{quote}Some of the slowness in that file is about DTDs not being found. That’s 
an area you could investigate further.{quote}

would like to. Thx for the info. Can you please be a bit more specific to me, 
what that means? I can't see that there is smth missing from the Info that I 
gave.
I only see this line above the content:
{code}INFO [org.netbeans.core.windows.persistence]: 
[PersistenceManager.getTopComponentForID] Problem when deserializing 
TopComponent for tcID:'JShellEditor'. Reason: null {code}

and when I call this url: http://www.netbeans.org/dtds/sessionsettings-1_0.dtd 
it downloads the file correct.

Your or any other help here to help me to investigate into the problem is 
needed and much appreciated.


was (Author: chrizzly):
{quote}Some of the slowness in that file is about DTDs not being found. That’s 
an area you could investigate further.{quote}

would like to. Thx for the info. Can you please be a bit more specific to me, 
what that means? I can't see that there is smth missing from the Info that I 
gave.
I only see this line above the content:
{code}INFO [org.netbeans.core.windows.persistence]: 
[PersistenceManager.getTopComponentForID] Problem when deserializing 
TopComponent for tcID:'JShellEditor'. Reason: null {code}

Your or any other help here to help me to investigate into the problem is 
needed and much appreciated.

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: Details info.txt, NB11_autocomplete.nps, 
> NB11_getHint.nps, WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-2409) Very Slow Operations on Windows

2019-11-07 Thread Christian Lenz (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16969225#comment-16969225
 ] 

Christian Lenz edited comment on NETBEANS-2409 at 11/7/19 12:55 PM:


{quote}Some of the slowness in that file is about DTDs not being found. That’s 
an area you could investigate further.{quote}

would like to. Thx for the info. Can you please be a bit more specific to me, 
what that means? I can't see that there is smth missing from the Info that I 
gave.
I only see this line above the content:
{code}INFO [org.netbeans.core.windows.persistence]: 
[PersistenceManager.getTopComponentForID] Problem when deserializing 
TopComponent for tcID:'JShellEditor'. Reason: null {code}

Your or any other help here to help me to investigate into the problem is 
needed and much appreciated.


was (Author: chrizzly):
> Some of the slowness in that file is about DTDs not being found. That’s an 
> area you could investigate further.

would like to. Thx for the info. Can you please be a bit more specific to me, 
what that means? I can't see that there is smth missing from the Info that I 
gave.
I only see this line above the content:
{code}INFO [org.netbeans.core.windows.persistence]: 
[PersistenceManager.getTopComponentForID] Problem when deserializing 
TopComponent for tcID:'JShellEditor'. Reason: null {code}

Your or any other help here to help me to investigate into the problem is 
needed and much appreciated.

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: Details info.txt, NB11_autocomplete.nps, 
> NB11_getHint.nps, WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-2409) Very Slow Operations on Windows

2019-11-02 Thread Christian Lenz (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16965384#comment-16965384
 ] 

Christian Lenz edited comment on NETBEANS-2409 at 11/2/19 2:31 PM:
---

If I can import settings, then I still have a fresh user dir.
Unfortunately no usable info at all on the importing settings just this info:
INFO [org.netbeans.upgrade.AutoUpgrade]: Importing from 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.1 to 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.2

right after it starts importing and it finishes importing.

I attached my messages log while starting NetBeans with these parameters: 
-J-Dorg.netbeans.log.startup=print -J-Dnetbeans.logger.console=true

No Windows Defender active, JDK 11.0.2 Windows 10.
Will add the infos where I think they are performance problems with a threshold 
>= 10ms later. [^messages.log] 


was (Author: chrizzly):
If I can import settings, then I still have a fresh user dir.
Unfortunately no usable info at all on the importing settings just this info:
INFO [org.netbeans.upgrade.AutoUpgrade]: Importing from 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.1 to 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.2

right after it starts importing and it finishes importing.

I attached my messages log while starting NetBeans with these parameters: 
-J-Dorg.netbeans.log.startup=print -J-Dnetbeans.logger.console=true

No Windows Defender active, JDK 11.0.2 Windows 10.
Will add the infos where I think they are performance problems with a freshhold 
>= 10ms later. [^messages.log] 

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: Details info.txt, NB11_autocomplete.nps, 
> NB11_getHint.nps, WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-2409) Very Slow Operations on Windows

2019-11-02 Thread Christian Lenz (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16965384#comment-16965384
 ] 

Christian Lenz edited comment on NETBEANS-2409 at 11/2/19 2:09 PM:
---

If I can import settings, then I still have a fresh user dir.
Unfortunately no usable info at all on the importing settings just this info:
INFO [org.netbeans.upgrade.AutoUpgrade]: Importing from 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.1 to 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.2

right after it starts importing and it finishes importing.

I attached my messages log while starting NetBeans with these parameters: 
-J-Dorg.netbeans.log.startup=print -J-Dnetbeans.logger.console=true

No Windows Defender active, JDK 11.0.2 Windows 10.
Will add the infos where I think they are performance problems with a freshhold 
>= 10ms later. [^messages.log] 


was (Author: chrizzly):
If I can import settings, then I still have a fresh user dir.
Unfortunately no usable info at all on the importing settings just this info:
INFO [org.netbeans.upgrade.AutoUpgrade]: Importing from 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.1 to 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.2

I attached my messages log while starting NetBeans with these parameters: 
-J-Dorg.netbeans.log.startup=print -J-Dnetbeans.logger.console=true

No Windows Defender active, JDK 11.0.2 Windows 10.
Will add the infos where I think they are performance problems with a freshhold 
>= 10ms later. [^messages.log] 

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-2409) Very Slow Operations on Windows

2019-11-02 Thread Christian Lenz (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16965367#comment-16965367
 ] 

Christian Lenz edited comment on NETBEANS-2409 at 11/2/19 1:33 PM:
---

I know that you pointed at everytime and as you may noticed, I pointed it 
everytime too, that not importing settings, if this is possible from the IDE, 
doesn't make sense at all. And if importing makes problem than the solution is 
to fix it and not to force people to not doing an option which is possible. If 
the option to import options is broken from NetBeans and can't handle cases 
which a lot of people have and not only one or two, that it is a problem of 
NetBeans not of the Users.


was (Author: chrizzly):
I know that you pointed at everytime and as you may noticed, I pointed it 
everytime too, that not importing settings, if this is possible from the IDE, 
doesn't make sense at all. And if importing makes problem than the solution is 
to fix it and not to force people to not doing an option which is possible.

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-2409) Very Slow Operations on Windows

2019-07-04 Thread Eric Bresie (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16878868#comment-16878868
 ] 

Eric Bresie edited comment on NETBEANS-2409 at 7/4/19 7:44 PM:
---

Not sure if this is related but...

Given there are some "Windows native" elements involved with this, and with 
NETBEANS-2291 with it's slowness in Linux aspect in which is seeming to be 
impacted by FileWatcher elements which when disabled seemed to improve 
performance some.  I wonder if something similar possible to disabled 
equivalent module on Windows. Maybe NETBEANS-2785 will help here as well.

Also there  could be some overlap with NETBEANS-2661 and NETBEANS-2606


was (Author: ebresie):
Not sure if this is related but...

Given there are some "Windows native" elements involved with this, and with 
NETBEANS-2291 with it's slowness in Linux aspect in which is seeming to be 
impacted by FileWatcher elements which when disabled seemed to improve 
performance some.  I wonder if something similar possible to disabled 
equivalent module on Windows. 

Also there  could be some overlap with NETBEANS-2661 and NETBEANS-2606

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows, pull-request-available
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-2409) Very Slow Operations on Windows

2019-04-23 Thread Scott Palmer (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16824147#comment-16824147
 ] 

Scott Palmer edited comment on NETBEANS-2409 at 4/23/19 1:41 PM:
-

[~lkishalmi] that installer does not appear to be signed by a trusted source.  
When I attempted to open it Windows Defender warned me:

 
 Windows protected your PC
 Windows Defender SmartScreen prevented an unrecognized app from starting. 
Running this app might put your PC at risk.
|App:|Apache-NetBeans-11.0-bin-windows-x64.exe|
|Publisher: |Unknown publisher|


was (Author: swpalmer):
[~lkishalmi] that installer does not appear to be signed by a trusted source.  
When I attempted to open it Windows Defender warned me:

 
Windows protected your PC
Windows Defender SmartScreen prevented an unrecognized app from starting. 
Running this app might put your PC at risk.
[More info|about:blank#]

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows, pull-request-available
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists