Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Performance in swimlane (Read 1513 times)
Michael
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 17
Joined: Nov 9th, 2012
Performance in swimlane
Dec 3rd, 2014 at 3:19pm
Print Post  
Hello

After failing to increase the performance of my swimlane diagram I´ve to ask for some hints.
The performance issue comes up by loading 50 or more ControlNodes to my diagram.
Profiling the application showed that in an example with 183 ControlNodes the most time consuming element is the OnLayout-handler of the DiagramView with 16.836 calls.
The Arrange()-method of the layout als o takes as much time as the time for node creation.

Do you have any hints to solve that problem?
The diagram is used as “read/show only”. No interactions are needed.
Thank you very much.

  

SwimlaneControl.txt (Attachment deleted)
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Performance in swimlane
Reply #1 - Dec 3rd, 2014 at 4:02pm
Print Post  
Hi,

You can find some tips for ControlNode performance here:
http://mindfusion.eu/Forum/YaBB.pl?num=1330616818

You might consider using CompositeNode objects instead; we created them as lightweight alternative of user controls, and they should be capable of rendering the kind of nodes from the screenshot in your previous post:



I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint