Skip to content

Lazily load semester data #328

@panchr

Description

@panchr

Currently, all semesters displayed have their data loaded on page load. This means that switching later on is fast, but the initial load is terribly slow. Instead, only the latest semester's data should be loaded initially, and the rest of the data is loaded lazily.

By "lazily", I mean that the data for a given semester should be loaded once that tab is clicked.

A good place to start would be looking at how semesters are loaded.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions