Following up here
27.10.2025 11:07 β π 0 π 0 π¬ 0 π 0@timneutkens.bsky.social
Next.js lead at Vercel, co-author of Next.js, MDX, Micro, and ncc. Opinions are my own.
Following up here
27.10.2025 11:07 β π 0 π 0 π¬ 0 π 0Why?
24.10.2025 20:11 β π 1 π 0 π¬ 1 π 0Next.js 16
β’ Cache Components
β’ Turbopack enabled by default
β’ Turbopack file system caching (beta)
β’ Optimized navigations and prefetching
β’ Improved caching APIs
β’ Build Adapters API (alpha)
β’ React 19.2
nextjs.org/blog/next-16
There hasnβt been many new bundlers π proving that it works at the scale of large Next.js applications is important to us π
20.10.2025 16:58 β π 0 π 0 π¬ 1 π 0What packages are you using?
20.10.2025 16:54 β π 2 π 0 π¬ 1 π 0Because we decided to focus on Next.js applications first. There will be a more generic API to use the bundler in the future.
19.10.2025 18:31 β π 2 π 0 π¬ 1 π 0Maybe there is a lockfile at multiple levels in the monorepo incorrectly, which makes automatic root detection detect the application directory as the root. 
More info in these docs: nextjs.org/docs/app/api...
Thank you!
09.07.2025 13:18 β π 3 π 0 π¬ 0 π 0Saying "be honest" claims I'm lying. I'm not lying. 
Everything you're bringing up so far is stuff outside of our control that we're somehow getting blamed for by you "Not using Unjs" "Not using Vite" "The React docs".
We maybe made decisions you personally don't like, that's different than evil.
We have no control over what the React team at Meta recommends in their documentation. There is no conspiracy.
It's really weird for you to claim that because we did not contribute to one project (i.e. unjs) we're somehow "hostile"? We contribute to many other projects that help everyone.
We live in a time where I couldnβt be happier about web tooling. A time of optimizing what came before, and everyone building for the web wins. We want the web to win. That includes people building with Nuxt / Nitro / Vite.
08.07.2025 20:28 β π 4 π 0 π¬ 0 π 0Somehow people assume that because we donβt use Vite in Next.js that we believe itβs bad. This is just not the case. Itβs a good tool, it just wasnβt the tool for us to build Next.js. We had different requirements. Itβs good for other things.
08.07.2025 20:25 β π 3 π 0 π¬ 1 π 0Choosing a different bundler because it doesnβt fit our needs is far from stubborn. The web benefits from variety of tools. You could always host Next.js yourself, just like Nuxt: next build -> next start. Weβre also working with Netlify Cloudflare and others on adapters.
08.07.2025 20:24 β π 2 π 0 π¬ 1 π 0Yeah so far it's better in terms of bots here, except that on the other side bluesky engagement is reposted π
Hope you have a good day!
Like I said before, it's not about you. It's about in general. I have to deal with bots posting random engagement bait based on other people's tweets π Hope you can understand that.
13.05.2025 09:00 β π 2 π 0 π¬ 1 π 0Also I did not even say you were spreading fake news. I said "this is how fake news is spread" which is very different than claiming what you in particular said is fake news.
Again, you're okay π Have a good day!
You're reading way too much into this. Like I said I don't think you intended harm at all. There's a reason you deleted the post. That's totally okay. No hard feelings.
I'm guessing you think I'm mad at you? I'm not.
You shared Next.js / Turbopack DX is terrible. Which wasnβt the case. So fake news π
13.05.2025 04:30 β π 0 π 0 π¬ 1 π 0Gotcha. Iβm sure you mean well but this is quite unfortunate. This is how fake news is spread.
12.05.2025 19:44 β π 1 π 0 π¬ 1 π 0nextjs.org/docs/app/gui...
You can follow this to run the Node.js devtools, then go to the performance tab and capture a CPU profile, works the same way as browser CPU profile. Will show you exactly why the request was slow
`generateStaticParams` even runs async and doesn't block requests. Worth for you grabbing a Node.js CPU profile here I think. Feel free to send one over so I can take a look.
12.05.2025 15:43 β π 0 π 0 π¬ 1 π 0Until the  "β Compiled / in 11ms" is with revalidate+force-static.
After that it's without anything added.
As you can see it's the same time for both.
Had the page do a fetch to an external url.
Are you using `generateStaticParams` when adding `revalidate`? If so it'll run `generateStaticParams` each request to a route that matches.
12.05.2025 15:33 β π 0 π 0 π¬ 1 π 0And you're dynamically rendering markdown?
12.05.2025 15:29 β π 0 π 0 π¬ 1 π 0In the screenshot the part of Turbopack is the `Compiled X in Yms`. The rest is individual requests unrelated to Turbopack.
So it's not Turbopack but can have a look at ISR in your app. Is this for www.openstatus.dev or something else?
Proud of the Turbopack team. This is a big milestone that we've been working towards since Next.js 15 was released. Now on towards `next build --turbopack` stable.
5/5
Performance Improvements:
As we get more real-world data we'll be able to optimize further, Turbopack will get faster over time as we identify common patterns across more applications.
4/5
Persistent Caching: 
We're in the process of dogfooding disk caching at Vercel to catch edge cases, once these edge cases have been resolved you'll be able to try it out.
GitHub Issues:
Focus on fixing feedback from early adopters.
3/5
Tests: 
57 tests left. Though we don't expected most applications to run into these cases.
Bundle Size:
There's some optimizations we still have to implement. Getting more data from real applications will also help in tweaking the chunking heuristics to be optimal for most applications.
2/5
Excited to bring you the first version of "next build --turbopack"!
Looking forward to seeing the results and iterating quickly towards stability. If you have feedback, let us know!
Next up:
1/5