Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raj on Sep 16, 2008 03:46
open dhtmlx forum
loading images taking huge time

hi,

I am using dhtmlxtree in my application, in tree view we are displaying above 10000 elements,
for each level of tree we are displaying level number image with + or - images.

we are using enableSmartXMLParsing in viewing tree.

The time taking to load the images taking huge time, so can you please help me to load the images faster in the tree?
Answer posted by Support on Sep 17, 2008 02:23
Images should be cached. You can try to use the following method. It can fix the cache issue of IE:

tree.enableIEImageFix(true);

Also you can try to use Dynamic Loading instead of Smart Rendering. In this case data will be loaded by portions.