Skip to content

Feature request: async loading and processing #2

@wdconinc

Description

@wdconinc

The new cache interface is nice, once it has loaded, but the loading takes a while. To me it is 7.5 seconds until the interface is ready:
Image

That appears to be primarily determined by the 2.8 s specs_data.json download and the subsequent processing of that json. In other projects I've been able to benefit from json.gz to speed up the transfer itself (at much smaller deflate cost). But I think the main benefit could here be in downloading the json files in a different order, starting with what's needed for the main interface only, and then downloading the large artifact last with a promise.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions