Skip to content

Commit

Permalink
Update content/700-optimize/200-getting-started.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Nikolas <[email protected]>
  • Loading branch information
ankur-arch and nikolasburk authored Aug 13, 2024
1 parent 3447227 commit fe9229c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/700-optimize/200-getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fe9229c

Please sign in to comment.