Skip to content

Commit ab3f537

Browse files
Update content/en/docs/howto/monitoring-troubleshooting/detect-and-resolve-performance-issues.md
Co-authored-by: Mark van Ments <35492184+MarkvanMents@users.noreply.github.com>
1 parent 670dcc4 commit ab3f537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/howto/monitoring-troubleshooting/detect-and-resolve-performance-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Slow retrieves can occur for a number of different reasons, such as:
124124
Additionally, for details on how denormalization can improve your app performance in some cases, review [How to Denormalize Data to Improve Performance](/howto/data-models/denormalize-data-to-improve-performance/).
125125

126126
{{% alert color="info" %}}
127-
You can set up the [LogMinDurationQuery](/refguide/custom-settings/#LogMinDurationQuery) for debugging slow database queries (OQL and XPath). For debugging purposes, you can set the value to `500` milliseconds to see all the retrieves or commits that take longer than `500` milliseconds.
127+
You can set the [LogMinDurationQuery](/refguide/custom-settings/#LogMinDurationQuery) custom setting to debug slow database queries (OQL and XPath). For example, for debugging purposes, you could set the value to `500` milliseconds to see all the retrieves or commits that take longer than `500` milliseconds.
128128
{{% /alert %}}
129129

130130
### Slow Database Commits

0 commit comments

Comments
 (0)