Skip to content

Modular loading #1310

@mjallday

Description

@mjallday

In #1309 @kyungmin added the d3 library to the dashboard.

d3.js isn't the largest library (53KB) but it did trigger a thought I've been having which is we're adding more and more functionality to the dashboard and it's currently sitting at about 800KB for the initial load.

Is it possible, and are there libraries, that will allow us to incrementally load content onto the page as it is required? I'm thinking something like requirejs could be very well suited to this task.

@cohitre any thoughts/experience with doing this? Does the fact that we're using Ember.js make this any easier or more difficult?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions