hpaildar

Results 8 comments of hpaildar

I am going thru the dojo build documentation. https://dojotoolkit.org/reference-guide/1.10/build/transforms/writeAmd.html depsScan and writeAmd are related to transformations. I have doubt that using these flags may be other flags also, can we...

thank you bryanforbes, I will try and update.

I have updated code to use as per your previous comment. But I do not see any improvement in the performance. to put 1623th item into store, taking nearly 3...

Hi Bill Keese, I tried your suggestion and I can render 5000 items in tree view in ~38 seconds. Thanks !

Yes, 38s is to render the tree along with initialization of the store.

By passing all the items to dojo.data.ItemFileWriteStore during initialization we see significant performance improvement. To display 5000 items in tree view it takes ~38 seconds now. thanks for your suggestion.

I could able to pass 5000 items during initialization of the dojo.data.ItemFileWriteStore. and tree will display in ~38 seconds. now I add new item , it takes around 60 seconds...