Skip to content
Snippets Groups Projects
  • Wes Felter's avatar
    f0a53bef
    UI: Improve startup responsiveness · f0a53bef
    Wes Felter authored
    It now defers loading any data until the UI has been drawn, avoiding a blank
    screen. Now the dashboard is drawn (~1s) and then filled in with data. The
    remaining bottleneck is probably the number of XHRs; concatenating JS and
    templates and fetching switch data in bulk instead of individually would
    reduce the number of XHRs dramatically.
    f0a53bef
    History
    UI: Improve startup responsiveness
    Wes Felter authored
    It now defers loading any data until the UI has been drawn, avoiding a blank
    screen. Now the dashboard is drawn (~1s) and then filled in with data. The
    remaining bottleneck is probably the number of XHRs; concatenating JS and
    templates and fetching switch data in bulk instead of individually would
    reduce the number of XHRs dramatically.