Workshop

Angular Performance Workshop

Jun 14
Jun 14, 2024 Warsaw, Polan

Michael Hladky

Michael Hladky

Julian Jandl

Julian Jandl

Angular Performance by ​​Michael Hladky and ​Julian Jandl

Description

Join us on June 14, 2024, for an exclusive "Angular Performance" workshop led by experts Julian Jandl and Michael Hladky. This session is designed for developers who are keen to elevate their application speeds and master the intricacies of Angular's performance capabilities. Don't miss this opportunity to transform your Angular applications into models of efficiency and speed!

From the "Angular Performance" workshop, you will walk away with a deep understanding of how to enhance your application's efficiency. You'll gain practical knowledge of the JavaScript event loop, learn optimization techniques for the browser's render pipeline, and understand how to effectively utilize Angular's server-side rendering with the latest features. We'll dive into the essential Core Web Vitals, ensuring you know how to measure and improve your app's performance scores. Additionally, you will learn to apply advanced features like the NgOptimizedImage directive and implement cutting-edge CSS and DOM strategies to reduce reflows and maximize performance.

Takeaways

  • Javascript Event Loop - If you care about performance, javascript event loop what will follow you in your journey to get faster apps. Master work prioritization and single thread scheduling.

  • Browser Render Pipeline - To make your app faster, you need to understand how it runs in the browser, and browser has a render pipeline too. Learn how to minimize the work the browser needs to do.

  • Core) Web Vitals - Your performance has a score. Learn how it’s measured and how to improve it. Master everything about LCP, FID, CLS and INP.

  • Server Side Rendering in Angular - Angular SSR story has gotten better lately. Learn how to improve the SSR performance with caching and learn about the new features coming in v18 like event-replaying.

  • Local change detection and zoneless in-depth - Angular is getting faster and faster each version, understand why is that and how you can benefit from it.

More from the trainers

Modern Angular Best Practices: Reactivity and Resource Based Architecture | @NgGlühwein
Workshop

Modern Angular Best Practices: Reactivity and Resource Based Architecture | @NgGlühwein

PB-logo-mini

PushBased

Dec 11, 2025 · Vienna, Austria
What Is LCP And Why It Matters: Unlock Instant Page Experiences - Part 2

What Is LCP And Why It Matters: Unlock Instant Page Experiences - Part 2

Part 2 is a practical walkthrough to diagnose and speed up LCP. Learn to read CrUX trends, profile in Chrome DevTools, preload critical assets, use srcset, defer third-party scripts, and code-split Angular bundles to turn red LCP into green.

Core Web Vitals Web Performance DevTools
Julian Jandl
Julian Jandl
What Is LCP And Why It Matters: Unlock Instant Page Experiences - Part 1

What Is LCP And Why It Matters: Unlock Instant Page Experiences - Part 1

Largest Contentful Paint (LCP) is a Core Web Vital that shapes user perception of speed. This first part explains what LCP is why it matters for SEO and business, and how its phases affect site performance.

Web Performance DevTools Core Web Vitals
Julian Jandl
Julian Jandl
Advanced CPU Profiling in Node - Profile Data Structure

Advanced CPU Profiling in Node - Profile Data Structure

CPU profiles are more than flame charts—they’re structured JSON files. Learn how nodes, samples, and time deltas form the backbone of DevTools performance data.

Web Performance DevTools Architecture Node.js
Michael Hladky
Michael Hladky
Advanced CPU Profiling in Node - Real-Life Examples

Advanced CPU Profiling in Node - Real-Life Examples

Profiling is easiest when it's real. Learn how to capture and make sense of CPU profiles in Node.js across scripts, threads, and processes—then apply it to your own projects.

Web Performance DevTools Architecture Monorepo Node.js
Michael Hladky
Michael Hladky
Advanced CPU Profiling in Node - Best Practices and Pitfalls

Advanced CPU Profiling in Node - Best Practices and Pitfalls

Get deeper insights into your Node.JS performance. Learn how to master advanced CPU profiling with built-in tools, interpret process/thread IDs, and optimize using sampling intervals. Troubleshooting and real examples included.

Web Performance DevTools
Michael Hladky
Michael Hladky