Defer CSS loading with WordPress
So you’re learning about Critical Rendering Path, you have already optimized your WordPress theme’s stylesheet but still there are WordPress core CSS files that you want to lazy load. I have a present for you π One of several techniques is to load the stylesheet using media=”print” which tells the browser this file is meant […]