fractal-code / meteor-azure

Automate Meteor deployments on Azure App Service
MIT License
67 stars 20 forks source link

Add command line option to track/report build time #48

Open ramijarrar opened 7 years ago

ramijarrar commented 7 years ago

This will be particularly helpful in interfaces which do not render line-by-line execution times by default.

awatson1978 commented 5 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.

ramijarrar commented 5 years ago

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)\]"