LyraLearn AI Learning Platform
Exams
← Back to the lesson
Module 4 Β· Quiz

The Slow Page Walkthrough

1. What is the first step you should take when diagnosing a slow loading page in EF Core?
2. What does the N+1 problem refer to in the context of EF Core?
3. Which query method should be used to avoid change tracking for read-only lists?
4. When should `Include()` be used instead of projections in queries?