Performance & PWA
Making a blazing-fast ember app is easier than ever. We'll tap into the power of Ember's rich addon ecosystem to add a service worker to our app, allowing it to work offline, and fastboot for a fast server-rendered initial page load. In the end, we'll have a 0.2 page load time on desktop class browsers, and 0.7s over a 3G network connection on mid-range mobile devices!
-
Performance & PWAServer Rendering With Fastboot
We'll install Fastboot, Ember's server-rendering technology, to work our way towards a lightning-fast initial page load time. To get there, we'll need to ensure that most of our app can run either in Node.js or a browser
-
Performance & PWAProgressive Web App
We'll leverage the power of Ember's rich addon ecosystem again to install a service worker, allowing our app to boot up quickly regardless of network conditions, and even work offline for already-seen data!
-
Performance & PWAWrap-up and Recap
We'll recap everything we've learned throughout the day, and discuss resources for additional self-directed learning.