Next.js Discord

Discord Forum

vercel deployment question

Unanswered
testerOne posted this in #help-forum
Open in Discord
Where can I ask a question about deployment on Vercel?
More specifically, when I add a custom domain, the speed drops by 2 times in comparison with the domain that Vercel allocated to me

6 Replies

Toyger
you need to check network tab of chrome developer tools and waterfall specifically in it to see difference between requests
@ToygerAs I understand it, this is a capacity problem on the server?
I tried changing the server location to the nearest one.
It was Mumbai, but the delay rate increased to 5 seconds. Do I need to upgrade to a higher power plan?
@testerOne <@536484914221285376>As I understand it, this is a capacity problem on the server? I tried changing the server location to the nearest one. It was Mumbai, but the delay rate increased to 5 seconds. Do I need to upgrade to a higher power plan?
Toyger
such drastic speed change because of domain change is impossible.
I see from screenshot that other resources are pretty quickly downloaded but your request generate response almost 2.5s which is a lot, you need to optimize your code, maybe you have here some external requests or some big data processing, but 2.5s is huge
@testerOne I don't need to increase the power in my tariff plan?
Toyger
if you want you can, but I doubt that it will help a lot.
most likely it's some external request, or complex calculation that add such big delay