Replies: 4 comments 8 replies
-
Incidentally, I noticed in another (very vanilla use of NextJS) it says so twice there too:
|
Beta Was this translation helpful? Give feedback.
-
Same problem for me. Compiling is now very slow the second time since the 12.2.5. I have no problem with 12.2.4. Any idea ? |
Beta Was this translation helpful? Give feedback.
-
I noticed the exact same thing running This is on MacOS 12.3.1 (Monterey) with a MacBook Pro (16-inch, 2021) M1 Max.
Seems to have been reported in Compilation time extremely slow (Next > 12.0.9) · Issue #38590 · vercel/next.js as well. UPDATE: I downgraded and locked to 12.2.4 and this slowdown is gone, so this "issue" seems to have been introduced in 12.2.5 |
Beta Was this translation helpful? Give feedback.
-
I just tested v12.3.0 and sadly, this is even worse now, because running
The huge pause occurs (for me) in between these 2 lines above. There is no longer a second |
Beta Was this translation helpful? Give feedback.
-
Seeing this:
...when starting up with
npm run dev
. (we run Next within an Express app)In particular, why are there 2 lines of...
and
It's a bit of a concern of ours that it's taking 43.1s seconds for the second one which might be a mixture of upgrading to 12.2.5 from 12.2.4 but I also very much suspect one of your
pages/**/*.tsx
files does something crazy when it drags in some Node import which is needed by thegetServerSideProps
.Beta Was this translation helpful? Give feedback.
All reactions