In a previous post, I showed you how to add Angular's Service Worker (NGSW) module to an Ionic project. In this post, I'll show you how to optimise your CSS delivery. Step 1 - Create a Production build We'll start by creating a production build: npm run build --prod Now…
2 posts tagged
Performance
Optimising the performance of an Ionic PWA - Part 1
Angular 5 and the Angular CLI provide improved support for Progressive Web Applications (PWA). Background I am currently working on a PWA built using version 3 of the Ionic Framework: Step 1 - Update the Angular CLI To update the global and local (devDependencies) versions of the Angular CLI we'll…