Replies: 2 comments 3 replies
-
Hi @akshaymhk First of all, a user will see a broken layout (without styles). I can suggest revising your CSS code and try to eliminate unused CSS. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I want my global CSS file to load asynchronous, i.e without render-blocking. My page is waiting for FCP until it gets CSS loaded.
So, How can I achieve this in next js.
What I am getting :
<link rel="stylesheet" href="/_next/static/css/eb4e3a560474a24ae771.css" data-n-g="">
What is Expected :
<link rel="stylesheet" href="/_next/static/css/eb4e3a560474a24ae771.css" data-n-g="" media="all" onload="this.media='all'">
Beta Was this translation helpful? Give feedback.
All reactions