Replies: 2 comments 3 replies
-
@daveteu according to this reddit post: It's just the size of the page.
via the Next.js source: next.js/packages/next/build/utils.ts Lines 77 to 85 in 279ae19 so:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
For my case, I see all of the in white! |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
When building, I often see First Load JS color in Red, despite me doing all kind of code optimization.
May I know what are the criterial for the first load JS to be shown as green or yellow instead of red?
Red color signifies critical, or error, and usually a page of red is not a good sign, which requires actions.
So, how are the colors determined? If it's purely base on size, showing it in red is definitely not the best idea as different projects are of different sizes.
Beta Was this translation helpful? Give feedback.
All reactions