App Router: CSS modules always generate blocking <link> tags, no way to defer or inline #85700
Unanswered
simpsonphile
asked this question in
App Router
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i just want to improve my lighthouse LCP by making some css critical and some dont' by adding media='print' onLoad=this.media.all
but there is no way currently.
I did an component that inlines css in <style> tag but for no reason as links are appended to head and css is render blocking.
For test I made new project with few sections nothing complcated just html and css. such site has 80 points because render blocking css.
In my opinion it is a joke, no reason to use app router
Beta Was this translation helpful? Give feedback.
All reactions