Performance question: DHTMXLTree

I have a question about the performances of the tree…



When having a rather large tree-structure loaded in the browser what can one do to avoid slow downs like the ones I am experiencing with my tree? Some general suggestions? Memory allocation optimizations? Something?

v\:* { BEHAVIOR: url(#default#VML) } o\:* { BEHAVIOR: url(#default#VML) } w\:* { BEHAVIOR: url(#default#VML) } .shape { BEHAVIOR: url(#default#VML) }
If your tree has not many nodes per level,
you can use Smart XML Parsing (the most preferable):
 
    tree.enableSmartXMLParsing(true);

[dhtmlx.com/docs/products/](http://www.dhtmlx.com/docs/products/)dhtmlxTree/samples/loading_processing_data/tree_dyn_loading.html