Hi,
If you are talking about [wpdm_tree] shortcode. it generally does not take more time, if you are using a fast internet or you can test it in localhost for checking.
Thanks.
Thanks for your pormpt reply.
Yes, I mean to [wpdm_tree] shortcode and it has some delay / animation that can be a little too annoying even with fast internet (200M).
Even your demo has the same delay so it is not something special to me. CHecked from several internet connections.
While investigating I could see a JS file in your plugin with an option to define the animation to none (instead of 500) but when I changed it in the file, it did not make any difference and still worked with the same delay.
Hi,
When you click on a category/folder it sends an async request to the server and shows the items from the response, so, there always will be a delay, but, there is also a js animation delay when rendering the items, you can reduce that:

Many thanks.
I reduced it and I can see an improvment.
Thanks again.