Is this waking up time normal?

I have an unboosted glitch project,
A nodejs server.
When the server goes to sleep, it takes the following time to wake up:
4-5 seconds: Waking up
20-25 seconds: Preparing
10-15 seconds: Starting

Are these durations normal or is something wrong with my project ?

1 Like

I’ve had projects take a long time to load up before. It probably has taken that long! If you’re not getting errors in the console and your project works as expected, you’re all good. I would try removing any dependencies you’re definitely not using (if any).

2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.