kindspells/astro-shield

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

Closed this issue · 1 comments

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.

Fixed by #29 and #32 .