]
Rob Stryker resolved JBIDE-24291.
---------------------------------
Fix Version/s: 4.5.0.AM1
(was: 4.5.0.AM2)
Resolution: Done
This was fixed in AM1. Please see JBIDE-24593 for what you consider to still be broken.
Improve initial loading of JMX Connection tree
----------------------------------------------
Key: JBIDE-24291
URL:
https://issues.jboss.org/browse/JBIDE-24291
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: jmx
Affects Versions: 4.4.4.AM2
Reporter: Aurélien Pupier
Assignee: Rob Stryker
Fix For: 4.5.0.AM1
Attachments: JMXLoad.mp4
JMX Navigator is taking quite a long time to load the first level of elements when the
connection is targeting a remote server with quite a high latency (such
open.paas.redhat.com which is taking around 450ms for each request for me)
It would be nice to improve the lazy-loading to be able to display the first level of the
tree without loading every MBeans and doing one query per MBean Names registered on the
server.
For instance on a FIS project, it is 112 MBean Names * 450ms = 50.4s!