Very slow initial Execution Duration
Unanswered
Channel catfish posted this in #help-forum
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 Durationthe second time, it just hits
/dashboard , and execution duration becomes 159msChannel catfishOP
when i looked at sentry trace, overall the request takes ~4 seconds