How to improve page navigation speed in Next.js project?
Unanswered
BabyMonkey posted this in #help-forum
Hello everyone
I am working on a job-marketplace using Next.js and Node.js.
Already I have improved the file uploading speed.
But now the page navigation speed is very low.
The size of frontend is 1.5 GB.
How to fit it?
Please help me
I am working on a job-marketplace using Next.js and Node.js.
Already I have improved the file uploading speed.
But now the page navigation speed is very low.
The size of frontend is 1.5 GB.
How to fit it?
Please help me
11 Replies
Are you on dev?
That's why it's slow
Run
npm run build then npm run startBut I have done already
It takes 2 minutes to load the first page.
If the network and my PC are slow, it will take over 5 minutes.
@BabyMonkey It takes 2 minutes to load the first page.
Go to pagespeed.web.dev
And see what causes your FCP to be bad
Ok, thank you