Minimal loading time for tree

Hi,



I am using professional edition, i need to load millions of records(as tree structure) in an application with optimized loading time. I have used enableSmartXMLParsing and enableSmartRendering functions but it takes lot of time for loading the page. Can u please suggest me a solution for loading the records with minimal time.



Awaiting for your reply,







Thanks,









With regards,

PRAKASH.N

The smartXMLParsing allow faster data parsing on client side which is usefull, but tree will load full hierarchy on client side ( in case of 1M records it will be quite a big )

The only way to show such big hierarchy is dynamical loading

dhtmlx.com/docs/products/dhtmlxT … ml#dyntree

in such mode data loaded on demand, which is the best solution for huge hierarchies.