From fe9229cac3d103256181e96e388d06236f53ce79 Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:37:57 +0545 Subject: [PATCH] Update content/700-optimize/200-getting-started.mdx Co-authored-by: Nikolas --- content/700-optimize/200-getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/700-optimize/200-getting-started.mdx b/content/700-optimize/200-getting-started.mdx index ae20bfa74f..124d201387 100644 --- a/content/700-optimize/200-getting-started.mdx +++ b/content/700-optimize/200-getting-started.mdx @@ -62,7 +62,7 @@ const prisma = new PrismaClient().$extends(withOptimize()) ### 2.4. Use Prisma Optimize to generate insights -Create a new recording in your Prisma Optimize dashboard to receive insights on your database queries. Follow these steps: +Create a new recording in your Prisma Optimize dashboard to receive insights on your database queries by following these steps: 1. Locate and click the **Start recording** button and then run your script. 2. Once you see query insights are generated for the desired queries or your script completes execution, locate and click the **Stop recording** button. You can then click on the individual queries to see more details. 3. Navigate to the **Recommendations** tab to see if any improvements have been suggested by Optimize to improve query performance.