I don’t know why this works, or if there is an opportunity to improve on it, or if it increases the chances of something going wrong, but I added to the following code to the head of my website:
<link rel="preload" href="/css/style.css" as="style"onload=“this.rel=‘stylesheet’”>
The first one is to supposed to help differ the CSS and the other came from Google, it apparently bypasses unused Java Script which Bubble.
My got slight increase in my page speed and load time, by adding it. I deleted it and tested it again and my speed went down, so it’s doing something.
Interested to know thoughts and feedback.