EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: amir-t on August 27, 2014, 01:13:07 AM



Title: ComboTree - slow performance in creation
Post by: amir-t on August 27, 2014, 01:13:07 AM
Hi,

We're using comboTree component, inside a cardView window in our web application.
When we creates a floating window which holds about 8 - 12 comboTree components,
we noticed the view creation takes a lot of time (about 2300 ms) , and that the main reason is when creating all the contained comboTree components.

We created a similar demo -
http://jsfiddle.net/xFy42/21/ (http://jsfiddle.net/xFy42/21/)

Where you can see in console, that creating 10 comboTrees takes about 900-1000 ms in average. you can see also that we're creating the most light ComboTree fields (without any bound retrieved data or custom callbacks or any added logic at their generation).

Is there a way to improve the performance when creating comboTree or to implement this scenario more efficient?

Thanks in advance.


Title: Re: ComboTree - slow performance in creation
Post by: amir-t on September 03, 2014, 05:34:31 AM
Hey, still waiting for your reply.  :-\
hope you'll be able to assist with this performance issue.


Title: Re: ComboTree - slow performance in creation
Post by: aswzen on September 03, 2014, 06:06:03 AM
same problem here :/


Title: Re: ComboTree - slow performance in creation
Post by: stworthy on September 03, 2014, 06:49:24 PM
We have used different browsers to test http://jsfiddle.net/xFy42/21/. The testing result is:

ie9: total 10 creations execution time 320ms
chrome: total 10 creations execution time 282ms
safari: total 10 creations execution time 160 ms