Builds are super slow
devenbhooshan
PROOP

2 months ago

the stage-0 is takign so much time more than 10 minutes. how can I improve this?

Solved

24 Replies

2 months ago

Hey! Do you have a nixpacks file on your project?


2 months ago

Otherwise it would use Railpack, the new builder.


iloveitaly
HOBBY

2 months ago

@devenbhooshan yeah, that looks like nixpacks. It's deprecated, but you have to manually switch to the new builder in your railway settings if this is an older project. Give that a shot and let me know if it works.


devenbhooshan
PROOP

2 months ago

it didn't help!!

1463978847119736800



2 months ago

Your build with Railpack is online. Can you explain what didn't work?


devenbhooshan
PROOP

2 months ago

I mean it is still taking time. Sorry for the vague statement!


devenbhooshan
PROOP

2 months ago

But now the steps that takes time are only npm install and npm build!

1464095053046874000


2 months ago

Hey, how does your package.json look like? Do you have many dependencies that justify the longer build times?


devenbhooshan
PROOP

2 months ago

ya. it is huge.


devenbhooshan
PROOP

2 months ago

there are many dependencies.


devenbhooshan
PROOP

2 months ago

I think I need to make some improvements!


devenbhooshan
PROOP

2 months ago

Closing this!!!

thanks


2 months ago

Is there any way you could give us an approximate count or even the dependencies themselves? Can help us define that "many are"


devenbhooshan
PROOP

2 months ago

1 sec


devenbhooshan
PROOP

2 months ago


devenbhooshan
PROOP

2 months ago


2 months ago

Thanks!


2 months ago

Also, I see that you're using npm as a package manager. It's known that npm is not super efficient in installing dependencies. Have you considered yarn, pnpm, or bun? I would recommend pnpm if you're indecisive.


devenbhooshan
PROOP

2 months ago

ya! will explore this


2 months ago

For the build phase, I'm afraid there's not much we can do here as those can take a while depending on the project.


devenbhooshan
PROOP

2 months ago

ya. I can understand!


devenbhooshan
PROOP

2 months ago

thanks for the help


2 months ago

No problem!


Status changed to Solved passos about 2 months ago


Loading...