Harvard Extension School
CSCI E-12 Fundamentals of Web Site Development
| Fall 2020
◁ previous
Slide 20
|
next ▷
JavaScript - Minifying and CDNs
Minified JS
Comments and unnecessary whitespace are removed.
288 kb for jquery-3.5.1.js
9 kb for jquery-3.5.1.min.js
70% reduction!
◁ previous
Slide 20
|
next ▷