Tag
#performance
2 prompts
Debug a Performance Problem
Find the N+1s, blocking calls, and hot loops, ranked by impact-per-effort.
Optimize a Slow Query
Read the execution plan, name the real bottleneck, and get a rewrite plus the exact index to add.
Tag
Find the N+1s, blocking calls, and hot loops, ranked by impact-per-effort.
Read the execution plan, name the real bottleneck, and get a rewrite plus the exact index to add.