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
Is zone.run really required? It's very very slow for multiple items.
I can see that in the file ngx-file-drop.js you've wrapped " this.traverseFileTree(entries[i], path + entries[i].name); " with zone.run, however, this makes it really slow.
For 1800 files it takes over 16 seconds!
I've tested it without and everything works fine + it takes only about 200ms.
Any chance you could remove this and backdate the fix to v11 ?
Thanks massively! it's a really cool feature
The text was updated successfully, but these errors were encountered:
Is zone.run really required? It's very very slow for multiple items.
I can see that in the file ngx-file-drop.js you've wrapped " this.traverseFileTree(entries[i], path + entries[i].name); " with zone.run, however, this makes it really slow.
For 1800 files it takes over 16 seconds!
I've tested it without and everything works fine + it takes only about 200ms.
Any chance you could remove this and backdate the fix to v11 ?
Thanks massively! it's a really cool feature
The text was updated successfully, but these errors were encountered: