Next.js Discord

Discord Forum

First Load JS

Answered
Sloth bear posted this in #help-forum
Open in Discord
Sloth bearOP
Its first load js gt or 200 around bad?
Answered by fuma
Depends on what kind of the page is. Normally a landing page should lower than 130, and it’s fine to get more than 200kb in a complex applications like dashboard.
You can use next/dynamic to lazy load components (see the docs for more details)
View full answer

3 Replies

Depends on what kind of the page is. Normally a landing page should lower than 130, and it’s fine to get more than 200kb in a complex applications like dashboard.
You can use next/dynamic to lazy load components (see the docs for more details)
Answer