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?

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.