Next.js Discord

Discord Forum

Poor performances on production

Unanswered
Checkered Giant posted this in #help-forum
Open in Discord
Checkered GiantOP
Hey everyone πŸ‘‹

I'm running into performance issues with my Next.js site in production, and I'm not sure how to improve it.

Even though I'm using the same database and bucket in both local and production environments, my production build feels way slower β€” especially on the first load of dynamic routes. I use vercel for my deploy but i guess the problem comes from my code.

The first load is so slow that it's breaking my view transitions between /collection to /collection/id, and I can't figure out where to start to debug this.

If anyone has advice on what to look into (data fetching, caching strategies, or anything else), I'd really appreciate it!

Thanks a lot πŸ™Œ

website : https://arthur-website-rho.vercel.app/abstract
github : https://github.com/lifeaddikt/arthur-website

0 Replies