You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm currently upgrading to v4 from v3 in my Next app, and everything works well. However, when I'm in dev mode, the first compiling takes A LOT, about 30secs, but then everything works faster than before, about 2 secs for each page compiled.
I don't know if this behaviour is expected or not, when running next build everything works fine. The issue is only that first compile on dev mode.
UPDATED:
Actually the problem is on Docker: when running on a Docker container the first compiling takes a lot of time and A LOT of resources.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So I'm currently upgrading to v4 from v3 in my Next app, and everything works well. However, when I'm in dev mode, the first compiling takes A LOT, about 30secs, but then everything works faster than before, about 2 secs for each page compiled.
I don't know if this behaviour is expected or not, when running
next build
everything works fine. The issue is only that first compile on dev mode.UPDATED:
Actually the problem is on Docker: when running on a Docker container the first compiling takes a lot of time and A LOT of resources.
Beta Was this translation helpful? Give feedback.
All reactions