I’m trying to improve load speed using the recommendation from html - How to load CSS Asynchronously - Stack Overflow
I’ve applied it to my_changes > hooks > index > styles.pre.tpl where I call bootstrap.min.css by adding media none and onload to the end of the link as shown below.
This helped reduce the First Content Paintful, Largest Content Paintful and the Total Blocking Time.
I want to apply it to the standalone css stylesheet to see if it will further reduce load times. Do you know which template calls the main stylesheet?