Open ramijarrar opened 7 years ago
+1 for this. We've been experiencing build/deploy times of 3+ hours. It would be great to get some visibility on build times.
3+ hours?? That definitely does not sound right (most of our apps take less than 10-15m and we've never seen anything in excess of 30-40min even with many legacy shrinkwrapped deps).
Can you open an issue for this with your current atmosphere/NPM packages and build output in debug mode?
Also, as a temporary workaround you can add something like the following in your bash profile / equivalent to get a step by step time breakdown:
export PS1="\t [\W] $ \[$(tput sgr0)\]"
This will be particularly helpful in interfaces which do not render line-by-line execution times by default.