Below you will find pages that utilize the taxonomy term “performance”
Posts
An Elementary Guide to Ember Build Performance
An Elementary Guide to Ember Build Performance When we talk about build performance, it is important to understand that there are several build phases:
Cold build Warm build Rebuild Cold build Cold build is the build which happens when you boot your app up for the first time. This build is the slowest because the cache is not yet populated and the application is booting for the first time.