You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi dragosu,
I use acitree with parameters rootData.
My array is a list of 7500 items.
The data loading can take from 30 secondes to 60 secondes.
Could you please help me to improve the time response and so user experience ?
I will be grateful for any help you can provide.
Best regards,
Franck
The text was updated successfully, but these errors were encountered:
Using the queue is one way. I have loaded 30K+ items with custom columns/images. Using a compression algorithm (ASP.NET MVC4 Filter) that seeks available headers for gzip and deflate and performs the appropriate action sped things up quite a bit. I even have an ItemHook function that greps an array on every load. The queue is great for client side issues, however, I would recommend checking to see if it is the server. If I recall, the queue is async not FILO, which could be an issue but don't hold me to that as I may be incorrect. If you are still experiencing the issue, can you supply more information on the items and how you are using the plugin?
Hi dragosu,
I use acitree with parameters rootData.
My array is a list of 7500 items.
The data loading can take from 30 secondes to 60 secondes.
Could you please help me to improve the time response and so user experience ?
I will be grateful for any help you can provide.
Best regards,
Franck
The text was updated successfully, but these errors were encountered: