-
Bug
-
Resolution: Can't Do
-
Major
-
8.1.0.GA
-
None
-
NEW
Seems like there's a lot of querying to check if Usage Reporting is enabled. Not sure why it's taking so long, or why it needs to ask so many times. I've disabled Usage Reporting, so I would assume it would come back fast when it's set to No.
This is something I usually ignore, but is problem-some when the clients keep pointing out how slow JBDS is because of this.
Yes, please do a thread dump.
It's OK to have many queries when plugins are being started. But it looks likes something is blocking them. Anyway it should not slow eclipse down at all. All requests are made in separate jobs and they do very little job: just check preferences and system variables.