Next.js Discord

Discord Forum

Is there a way to optimize Next.js for 3G connections?

Unanswered
Eastern yellowjacket posted this in #help-forum
Open in Discord
Avatar
Eastern yellowjacketOP
Is there a way to optimize Next.js for 3G connections?

11 Replies

Avatar
Uhhhhhh I mean 3g is still plenty quick in most cases unless loading photos.
Avatar
Eastern yellowjacketOP
Any suggestions? This is my app https://pokemon-bmc9acepgpe3fcc2.westus2-01.azurewebsites.net/pokedex. When I click Next it takes a while to load the next page and doesn't always show the Skeleton. This is my code in case you want to take a look. https://github.com/raky291/pokedex
@Jboncz ^^^
Try it from your mobile, that's where it has performance issues
Avatar
Are you running it in dev mode?
I won’t be able to look right now it’s bed time.
Avatar
Eastern yellowjacketOP
np, tomorrow
about the app, it's running on Azure, Dockerized in production mode
Avatar
It's not a 3g thing, even on my 5g home internet with 100mbps + speed, your site is still slow asf
The only fix is just that you need to moniter you expensive stuff, this can be done with the nextjs full url logging enabled to check fetch requests and their caching states


You can also check the network tab and see what takes the longest to resolve