Async/defer CSS
-
Hi,
Is it possible to async/defer the CSS of the plugin? I’m getting ‘Avoid chaining critical requests’ in PageSpeed Insights and the /cookie-law-info-gdpr.css, cookie-law-info-table.css and cookie-law-info-public.css are on the list. I can’t imagine that all 3 CSS files are being needed for the first popup screen (the one with ‘We use cookies on our website to give you the most relevant experience’).
The ‘Privacy Overview’ is not even present on the screen when the page loads in the browser, so I believe the CSS for the ‘Privacy Overview’ can be asynced/deferred without any issues. Also, another option would be to maybe combine some of the CSS files since they are pretty small?
Which option would be best.
Thanks!
The topic ‘Async/defer CSS’ is closed to new replies.