I have been playing with Meteor 1.5 and it’s dynamic imports, which can be used to reduce the amount of javascript code sent to the browser.
This article is a deep dive into how to profile and optimize your client side code to make smarter use of the new dynamic imports…
Which will make meteor load faster for your users.