What is Blazor AOT
This overview introduces Blazor ahead-of-time (AOT) compilation and discusses when it makes sense for performance-focused scenarios.
What you’ll learn
- What AOT means in the context of Blazor application execution.
- How AOT can affect startup characteristics and runtime trade-offs.
- How to evaluate whether AOT is worth it for your app profile.
Note: AOT often improves runtime performance but can increase build complexity and output size.