Next.js Discord

Discord Forum

Vercel slow response time

Unanswered
Britannia Petite posted this in #help-forum
Open in Discord
Avatar
Britannia PetiteOP
I have nextjs app that is made using app router.
it is deployed on vercel and all pages have very slow response time.

What might be the case and how can I measure it to find the real root of the problem ?

1 Reply

Avatar
Clown
What does your generated assets size look like? (When you run npm run build).

Are you using a database? Which one? Which ORM(if any)?

Have you verified its not an issue with your internet? Try using a VPN as well even though it shouldn't be that much of a problem i would assume.