-
Notifications
You must be signed in to change notification settings - Fork 10
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
Slow to expand on FF when on a slow network #55
Comments
You're comparing "DojoX" to "Chrome"? It doesn't make sense. |
No, I'm saying it's slow to expand/collapse on FF (see the ticket title), but fast on Chrome. I notice this when I'm on a slow network connection only. |
Hmm, that's odd. It fetches all the data when the tree is initially displayed. Perhaps it's an issue downloading the icons. What does firebug's NET tab show you? Since it's limited to slow network connections, I don't think it's an issue with the animation. |
Also, could it have been that the tree data was cached in Chrome, but not in FF, requiring a load? |
Maybe... except then, it should be slow to display the initial tree, not to open the dojox branch. Because it's downloading the data all at once. (Even though it shouldn't be.) |
When on a hotel network or 4G network, clicking on Dojo or DojoX is very slow to open (10-20 seconds), and provides no visual feedback that it is loading. Chrome by comparison opens right away.
The text was updated successfully, but these errors were encountered: