Large Payload Size and Time for Nextjs project deployment. #6170
Unanswered
Keshavdulal
asked this question in
Q&A
Replies: 2 comments
-
Hi @Keshavdulal Were you able to get to the bottom of this? I am on the same boat as you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had similar issue, make sure to clean up your repository, remove any |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We recently migrated our project from React to Nextjs(13.4.10).
We use firebase cloudstore and hosting.
Previously the hosting deployment of React Project would take a few minutes or so. Nothing too crazy.
But now the same migrated NextJS Project takes anywhere between 10-18 mins and payloads is also nearly 5 times larger (848MB compared to 180MB).
I wanted to discuss If I am doing everything alright or not and is there a way to optimize the payload size and deployment time?
We do frequent automated deployments on PRs and Merges, and this large payload and deployment time would make things slow for us. I get similar results whether I am using preview channel or not.
I tried using Firebase Tools v12.4.5 and [email protected] and 9.23.0 with more or less similar results.
Here's our firebase.json
firebase.rc
Full deployment log
Any help is appreciated, thanks.
Beta Was this translation helpful? Give feedback.
All reactions