Closed jripmeester closed 4 years ago
Hi,
If I'm following you correctly, I think the problem is that you need to generate the Critical CSS for the webpage yourself (which in my experience would include the banner) separately - all the setting in the plugin set the preload attribute on the CSS tag as you've seen.
Hope that helps,
Mark
Closing due lack of further feedback.
Hi!
When we turn on the option to preload the css the link tag with preload attribute is loaded. But the actual link tag for loading the css isn't included in the head. Which causes the styling to fail.
I think we missing something but i can't seem to find what...