Rule 8 - Make JS and CSS External
This rule is not always true for HTTP 1.1.
Inlining and bundling are:
- parallelism workaround for HTTP/1.x
- eliminates full request roundtrip
but:
- complicates our workflows, code and applications
- breaks granular caching, updates, and revalidation
- forces frequent and expensive invalidations