Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data loading too long #7

Open
franck-serot opened this issue Sep 2, 2015 · 2 comments
Open

data loading too long #7

franck-serot opened this issue Sep 2, 2015 · 2 comments

Comments

@franck-serot
Copy link

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

@dragosu
Copy link
Owner

dragosu commented Sep 4, 2015

Maybe this demo can help you a bit : http://acoderinsights.ro/demo/aciTree-lazy-dom.html

@TornadoTony
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants