Skip to content

Perceived lag in libraries #19

@tmickel

Description

@tmickel

These seem to load very slowly.

The basic problem is that they require tons of network requests currently. The sprite library has to request one JSON file per sprite, and then separately one SVG/PNG. The costume library has to request all the images (no JSON), but there are many of them.

Two ways we could address this are packaging the metadata into scratch-gui, or by implementing lazy loading.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions