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

perf: cache cross-origin scripts (or their hashes) for sri computation #24

Closed
castarco opened this issue Feb 22, 2024 · 1 comment
Closed
Labels
enhancement New feature or request performance Performance

Comments

@castarco
Copy link
Contributor

In order to make builds faster and consume less resources, we could try to cache cross-origin scripts (or just their hashes) so we can minimise the amount of network requests that we have to perform to run our SRI computing code.

@castarco castarco added enhancement New feature or request performance Performance labels Feb 22, 2024
@castarco
Copy link
Contributor Author

Fixed by #29 and #32 .

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

No branches or pull requests

1 participant