January 8, 2020 in Tips and Tricks
how to load css before page load
Each network call takes one second. This is highly simplified points : If we call the CSS file first, the browser will get the CSS in one second. If we call the javascript first, the browser will get the CSS in two seconds (one second to retrieve the javascript + one second to retrieve the […]






