We should build UWUploadInterface DOM detached from the document, then attach all at once, to improve the performance and reduce needless reflows/rerenders.
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | matmarex | T121901 UploadWizard UI performance abysmal when adding many files to upload at once | |||
| Resolved | matmarex | T126778 Build UWUploadInterface DOM detached from the document, then attach all at once |
Event Timeline
Comment Actions
Change 271605 had a related patch set uploaded (by Bartosz Dziewoński):
Attach all interfaces to the DOM at once rather than one-by-one, for performance
Comment Actions
Change 271605 merged by jenkins-bot:
Attach all interfaces to the DOM at once rather than one-by-one, for performance