By default, browsers load the assets in a render-blocking way. Modern browsers introduced prefetch
and preload
which let us specify the priority for a resource without blocking the first render..
This lesson shows you how to use preload
and prefetch
on an external css.
this course is great.