Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ECLIPSE-628
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: James Strachan
Reporter: Claus Ibsen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Fuse IDE

Make the profile view go faster

Created: 01/Apr/12 07:26 AM   Updated: 25/May/12 08:40 PM
Component/s: JMX
Affects Version/s: None
Fix Version/s: 2.1.0


 Description  « Hide
With the latest RCP build of today, the JMX tree is reacting much faster, and its an enjoyment to use now.

However the Profiles View is still slow. We have a JIRA ticket about that. The reason is that its most likely using a fine grained API to gather the data.
I have added a method on the FMC facade to get all the data in 1 JMX operation.

I think we should fix this, to make it go fast like the other views.

You can see its really slow, for example by just scrolling its scroll-bars. It takes a bit to update the screen after scrolling.
And the scrollbar dont react immediately.

Unlikes the Processors view, where you can press mouse down, and move the scrollbar back/forth and it updates the screen immediately.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Lars Heinemann added a comment - 04/Apr/12 01:17 PM
fixed

Claus Ibsen added a comment - 05/Apr/12 03:03 PM
I am not so sure it goes so much faster. Its still appears to be slow, at least with the camel-archetype-spring example.