Skip to content

Commit 225e5f4

Browse files
committed
edits
1 parent 862e7dc commit 225e5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/profiling/isolate-performance-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public async Task<ActionResult<string>> QueryCustomerDB()
129129
```
130130

131131
> [!TIP]
132-
> Alternatively, we can save time and let Copilot [do the research](#get-copilot-research-the-issue) for us.
132+
> Alternatively, we can save time and let Copilot [do the research](#get-copilot-to-research-the-issue) for us.
133133
134134
If you see performance issues related to database queries, you can use the [Database tool](../profiling/analyze-database.md) to investigate whether certain calls are slower. This data might indicate an opportunity to optimize queries. For a tutorial that shows how to use the Database tool to investigate a performance issue, see [Case study: Beginner's guide to optimizing code](../profiling/optimize-code-using-profiling-tools.md). The Database tool supports .NET Core with either ADO.NET or Entity Framework Core.
135135

0 commit comments

Comments
 (0)