Determine package build times

I have two reasonably large scale apps and the larger one takes 30-40 seconds to start up on an SSD, while the smaller one takes about half the time. A blank Meteor app will load in a few seconds, so I was wondering if there’s a way to print out a list of how long each package took to build. With this we could optimise the app to start much faster. This greatly impacts code compilation and testing with Jasmine, etc.

Meteor 1.2 will bring big improvements to build times. No word yet on when it’ll be released, though. Can’t answer your actual question.

Yeah their roadmap looked great - in particular the build system and integrating velocity.