Next.js Discord

Discord Forum

Site Speed

Unanswered
Transvaal lion posted this in #help-forum
Open in Discord
Transvaal lionOP
A lot of users are reaching out regarding our site speed. It works fast for me but users in other regions of America are having really slow loading times. How can I debug this?

13 Replies

Transvaal lionOP
"next": "14.2.13",
Transvaal lionOP
Anyone?
Mini Rex
where is it deployed? region and deployment matters for this
Transvaal lionOP
is it iad1?
are you using caching techniques?
Transvaal lionOP
not really i dont know how
check the route at
and see which db queries that is making it slow
cache it using unstable_cache() and revalidate the data (if its updated) using revalidateTag()
@Transvaal lion is it iad1?
you can check this in the Vercel project settings
and make sure the db location is as close as possible with the vercel's region
@alfonsüs ardani you can check this in the Vercel project settings
Transvaal lionOP
It's loading all these chunk files