Slow routing on Vercel
Unanswered
Cuvier’s Dwarf Caiman posted this in #help-forum
Cuvier’s Dwarf CaimanOP
Hi! I've created my first NextJS application that I'm really proud of! It's a simple todo application, but I've tried making it look really cool. However, after publishing it to Vercel it feels like the routing between pages is super slow. I have animations for when clicking buttons to show loaders while it processes the login, but when it finishes it still takes like 5 seconds before you're routed to the /home page. When I run it locally after building the project by using "npm run start" it works smoothly. It's like the published version on Vercel is running in development mode. That's how slow it is... Any reasonings?