Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by PRAKASH.N on Aug 18, 2008 06:11
open dhtmlx forum
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
Answer posted by Support on Aug 18, 2008 07:20
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

http://dhtmlx.com/docs/products/dhtmlxTree/samples/loading_processing_data/tree_dyn_loading.html?un=1219070394000
http://dhtmlx.com/docs/products/dhtmlxTree/doc/dyn_loading.html#dyntree

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