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
I've an application where I use file uploader 2.3.4 at some point, I noticed a drop in performance while a list of just 50 items was loaded at the same time. After digging a bit I found that this line is called https://github.com/nervgh/angular-file-upload/blame/master/src/services/FileUploader.js#L342 causing ALL the watchers to be fired way too often. This should be handled differently. In my case, I could remove the _render as uploader renders properly and now adding 300+ files has no hiccups
The text was updated successfully, but these errors were encountered:
I've an application where I use file uploader 2.3.4 at some point, I noticed a drop in performance while a list of just 50
items
was loaded at the same time. After digging a bit I found that this line is called https://github.com/nervgh/angular-file-upload/blame/master/src/services/FileUploader.js#L342 causing ALL the watchers to be fired way too often. This should be handled differently. In my case, I could remove the_render
as uploader renders properly and now adding 300+ files has no hiccupsThe text was updated successfully, but these errors were encountered: