Next.js Discord

Discord Forum

How to improve page navigation speed in Next.js project?

Unanswered
BabyMonkey posted this in #help-forum
Open in Discord
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

11 Replies

Are you on dev?
@Arinji Are you on dev?
yup
That's why it's slow
Run npm run build then npm run start
But 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