#Slow dev experience with Turbopack
1 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize
✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)
When beeing in dev mode, that can be normal. You can improve that by using the --turbo or --turbopack flag when starting your dev server
Thanks, but I am using turbopack
Changed a single className now:
[Fast Refresh] done in 34988ms
I guess then there is no other way to improve it. Keep in mind, that these long compiling times are only in dev and NOT in production
Is there no way to debug why it's slow?
You can analyse the bundles, the client packages, the server, ... but don't ask me how to do that. When I had longer loading times it was mostly because I used a lot of third party packages and got a huge project with huge pages. I tried to write better and more performant code, but that does not always work
Thanks for taking the time!
Sure thing. Please mark solution:
I'd rather hope someone else sees this and tell me how to do what you suggested, marking it as solved will guarantee that won't happen
This question has been marked as answered! If you have any other questions, feel free to create another post
[Click here](#1336354348975788092 message)