Requesting a route takes too long
Unanswered
Asiatic Lion posted this in #help-forum
Asiatic LionOP
I can't understand what takes so long to load a route. Every F5 press takes around 10sec to load the route. In dev and in prod all is the same.
I'm trying to figure out something out of network tab in a browser and I don't understand where this 10sec is coming from. I can see that webpack-hmr is pending forever, but idk, maybe it's okay.
When I hit my /orders route I make requests to supabase to get some data and images.
I'm trying to figure out something out of network tab in a browser and I don't understand where this 10sec is coming from. I can see that webpack-hmr is pending forever, but idk, maybe it's okay.
When I hit my /orders route I make requests to supabase to get some data and images.
1 Reply
Asiatic LionOP
seems like my supabase api call is slow.. not nextjs