shlogg · Early preview
Nacho Codoñer @gywem

Meteor 3.2: Optimizing Performance With Profiling Tools

Introducing Meteor 3.2: Focus on bundler performance & dev experience. New profiling tool `meteor profile` tracks build phase timings & bundle sizes for optimized performance & reduced build times.

Meteor continues to evolve. After focusing on improving runtime performance, the latest update, Meteor 3.2, pivots toward bundler performance and optimizing the developer experience.
With Meteor 3.2, we introduced profiling. We revisited the old implementation to restore functionality and added meteor profile for automatic analysis of the app build process. This tool helps you track critical data like build phase timings and bundle sizes, which are key for optimizing performance and reducing build times.
This marks the beginning of exciting improvements to Meteor’s bundler, as we integrate mod...