This is a migrated thread and some comments may be shown as answers.

Kendo MVVM and SPA - slow

1 Answer 145 Views
MVVM
This is a migrated thread and some comments may be shown as answers.
Dennis
Top achievements
Rank 1
Dennis asked on 05 Sep 2012, 03:18 PM
I created my whole page as an SPA, all the links do Ajax calls and just refresh content areas. I have serious performance Issues with content areas that have Kendo widgets. With a lot of subsequent calls the app becomes slower and slower until it freezes. I checked whats happening and I see Kendo with each initalization adds <div> items to the bottom of the <body>, when my app changes the content area which is inside the body these divs stay and with each click they keep growing until they turn into a monster that kills the performance. 

Is there some generic method to clean these up?

1 Answer, 1 is accepted

Sort by
0
Daniel
Top achievements
Rank 2
answered on 20 Sep 2012, 08:52 PM
I did my SPA integrating Angular not sure if this helps, but here it is.
Tags
MVVM
Asked by
Dennis
Top achievements
Rank 1
Answers by
Daniel
Top achievements
Rank 2
Share this question
or