i am using a jstree with around 1500 nodes, nested a max of 4 levels deep (most are only 1 level deep), and i'm getting internet explorer's "this script is running slowly" error. i began with just a straight html_data <li> structure, generated by ASP.NET. The tree wouldn't finish loading at all. then i tried xml_data and json_data, which was a little better but eventually errored out. my last-stitch effort was async loading. clearly, this fixed the initial load problem, but now i get IE's error when i expand one of the larger branches.
some more details: i'm using the checkbox plugin, and i will also need the ability to search. unfortunately, when searching, the user could potentially enter as little as one character so i'm looking at some large search results.
has anybody done something similar with such a large dataset? any suggestions on speeding up jstree? or, am i better off exploring other options for my gui?
i realize i haven't posted any code, but any general techniques/gotcha's are welcome.
thanks,
mike