Slide 17
Slide 17 text
SLIDESMANIA.COM
Okay, then now what
● Minimize the number of
resources by using: defer, async,
code splitting, etc.
● Minimize the number of bytes:
minification, caching, etc.
● If they must be downloaded,
download them ASAP, or inline
them. Every second counts!