No badges yet
No accepted solutions yet
Inside Turbopack: Building Faster by Building Less
Learn how we built Turbopack with incremental computation to scale development and builds to Next.js applications of all sizes. https://nextjs.org/blog/turbopack-incremental-computation
Turbopack error occurred - panic log
This is lacking the context to know what your issue is. You’d need to share the contents of that logfile, or click on the link to create a GitHub discussion. But, since you’re on...
Turbopack fails to detect certain environment vars in prod builds
This looks like a Turborepo issue and not a Turbopack one? `TURBO_PLATFORM_ENV` is a Turborepo feature. The naming is really confusing (our fault!), but Turbopack and Turborepo are...
Monitor Vercel deployments on your Mac menu bar!
Neat! This has vibes of the old Zeit Now Desktop app. https://web.archive.org/web/20190121212147/https://zeit.co/download
Why is Turbopack so slow?
@andylacko, I've looked through the log you sent, and unfortunately I don't see anything in particular that looks off to me, but I've shared it with the rest of the team, and will...
Why is Turbopack so slow?
Thanks. I'll get back to you!
Why is Turbopack so slow?
Hey @andylacko, taking another look at this, 26.5s does seem a bit longer than we'd expect for a cold start, particularly on the canary version. It's possible that some combination...
Why is Turbopack so slow?
Thanks for trying out the canary, @andylacko. Yes, when we say "cold start", we're referring to loading a route without a cache. We make the assumption that the `next dev` process...
Why is Turbopack so slow?
Engineer from the Turbopack team reporting in! I'm sorry you've had a poor experience with Turbopack. Would you be willing to try out canary version of Next.js 15 ( `npm install...