vote up 0 vote down star

Hi there, I have got a hierarchichal tags (with parent child relationship) in my page and it will account to 500 - 4500 (can even grow). When i bound the draggable and droppable for all i saw very bad performance in IE7 and IE6. The custom helper wont move smoothly and was very very slow. Based on some other post i have made the droppable been bound/unbound on mouseover and mouseout events (dynamically). Its better now.

But still i dont see the custom helper move very smoothly there is a gap between the mouse cursor and the helper when they move and gets very bad when i access the site from remote.

Please help me to address this performance issue. Am totally stuck here.. :(

flag
Are you referring to stackoverflow.com/questions/552951/…? Post some code so that we can help. – Chetan Sastry Jul 15 at 19:27
By the way, the remote problem should be with your network latency. I don't think optimizing javascript can help there. – Chetan Sastry Jul 15 at 19:29
Hi Chetan, Yes i did as per the solution given for the question 552951. Gained some improvement. But how does the network latency matters when the jquery is executed on the browser. I tested a sample with about 100 Divs it was smooth. But more i added say 500+ its started becoming slower.. Is there any other way to tackle this? – Anonymous Jul 15 at 21:00
I thought you are using remote desktop. – Chetan Sastry Jul 15 at 21:29

2 Answers

vote up 0 vote down

Try to reduce the number of droppables at any given moment. There is no other way.

One strategy is to combine drop targets into groups bound by divs and bind the children of this div as droppables only on mouse enter of this parent div and de-register on mouse leave.

link|flag
vote up 0 vote down

Hi Chetan, Yes i did as per the solution given for the question 552951. Gained some improvement. But how does the network latency matters when the jquery is executed on the browser. I tested a sample with about 100 Divs it was smooth. But more i added say 500+ its started becoming slower.. Is there any other way to tackle this?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.