https://bt-platform-staging.netlify.app/
We have a Next.js app with some SSG pages (static) and some SSR pages (server-side rendered, with getServerSideProps). The static pages respond instantly.
Every page that is using SSR will occasionally (about half the time) take an unreasonable amount of time (can be anywhere from about 3-10 seconds).
Deployed our app to Vercel and all of our SSR pages respond instantly, every time. Any particular reason this could be happening?