-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interest
Description
What problem are you trying to solve?
Reduce network requests and transfers
What solutions exist today?
currently CDN's are used. Different websites will refer to jquery from a popular CDN thereby reducing network traffic overall and faster load times when a person visits different websites that use the same CDN.
How would you solve it?
add a checksum tag to various elements such as script, link, img. This way the same file can be used across different CDN's. The checksum tag will start with the algorithm such as sha256, sha512, etc.. followed by a ":" and then the sum.
<script ... checksum="sha256:b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9">
Anything else?
No response
Metadata
Metadata
Assignees
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interest