Lyquix / tpl_lyquix

Joomla! base template created by Lyquix
9 stars 3 forks source link

Non blocking CSS #32

Closed lyquix-owner closed 6 years ago

lyquix-owner commented 6 years ago

Non-blocking: high CSS files need to be non-blocking to prevent the DOM from taking time to load.

lyquix-owner commented 6 years ago
<link rel="preload" href="global.min.css" as="style" onload="this.rel='stylesheet'">