Skip to content

Speed up installation time #126

@Sv443

Description

@Sv443

Violentmonkey (and potentially other extensions) load all resources sequentially, meaning it can take a couple minutes to install.
To fix, either the pngs need to be stitched together into a texture atlas and all SVG icons into one XML bundle, or the resources should just be fetched from the GitHub CDN directly, on demand. This would leverage the browser asset cache instead of the userscript manager extension's cache.

Metadata

Metadata

Assignees

Labels

E2 🟠High level of required effort and potential complicationsenhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions