Page MenuHomePhabricator

Load resources dynamically as we need them
Open, LowPublic

Description

ResourceLoader is super nice, and it lets us do loads of cool stuff in UploadWizard. But we haven't, up 'til now, been using it *properly*. See the blocker bug.

Given that people see a lot of JS load already, we should consider loading only the bare minimum for app start at first, then start the application, then move on to loading the next step, only loading the third when the user clicks "next". This could cut our JS/CSS/image load drastically, making it way easier to test and for people to load the page.

Blocked by splitting up the modules in sane ways.


Version: master
Severity: normal

Details

Reference
bz54746