Lessons Tagged with performance
Angular Universal SSR Prerendering With Firebase Hosting
Make your Angular v6 app SEO-friendly with server-side prerendering and deploy it to Firebase hosting, S3, or any static host.
106 proAngular PWA Performance Optimization and Analysis
Performance analysis and optimizations for Progressive Web Apps designed to improve the critical rendering path.
73 proFaster Firestore With Cloud Functions Data Aggregation
Learn how to make faster queries in Firestore by aggregating data from a subcollection to its parent document via Firebase Cloud Functions.
63Firebase Database Performance Profiling and Analysis
In this lesson, I will show you how to analyze speed and memory performance with the Firebase database profiler tool.
49How to Lazy Load Components in Angular 4 in Three Steps
Lazy loading is a technique in Angular that allows you to load JavaScript components asynchronously when a specific route is activated
23