Next.js Discord

Discord Forum

Very slow initial Execution Duration

Unanswered
Channel catfish posted this in #help-forum
Open in Discord
Channel catfishOP
Any of my pages with getServerSideProps takes forever to run initially on production. takes almost ~3 seconds. why is that?

4 Replies

Channel catfishOP
the initial request to /dashboard, it hits /_next/data/GY7htGsNsc6COQ2aflvGM/dashboard.json and it shows a whopping 2.70s of Execution Duration
the second time, it just hits
/dashboard , and execution duration becomes 159ms
Channel catfishOP
when i looked at sentry trace, overall the request takes ~4 seconds