Subresource Integrity and performance

Viewed 704

I'm reading about Subresource Integrity but I'm worried about the performance loss. How does this (having to hash every file before executing it) slow down the page load, especially on devices with low level CPUs?

2 Answers
Related