I recently deployed my new Next.js 14 app to Vercel and noticed it takes quite a while to even show the page... navigating to other pages is slow as well. However when I run
npm run build
npm run build
and then
npm run start
npm run start
on my machine everything works nice and fast as it should. Did I maybe do something wrong while deploying? Any help would be much appreciated.