techvigil-logo

Loading Multiple CSS Files After Page is Loaded

In this post we will see how to decrease the page load time when using multiple JavaScript and CSS files in a HTML page. We will defer loading of these files, so browser can continue to render content.