Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up installation time #126

Open
Sv443 opened this issue Dec 11, 2024 · 1 comment · May be fixed by #121
Open

Speed up installation time #126

Sv443 opened this issue Dec 11, 2024 · 1 comment · May be fixed by #121
Assignees
Labels
enhancement New feature or request

Comments

@Sv443
Copy link
Owner

Sv443 commented Dec 11, 2024

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.

@Sv443 Sv443 added the enhancement New feature or request label Dec 11, 2024
@Sv443 Sv443 self-assigned this Dec 11, 2024
@Sv443 Sv443 changed the title Stitch image files together to speed up installation time Speed up installation time Dec 20, 2024
@Sv443 Sv443 linked a pull request Dec 20, 2024 that will close this issue
18 tasks
@Sv443
Copy link
Owner Author

Sv443 commented Jan 23, 2025

#128 also ties into this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant