Skip to content

Commit d77e496

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 ab3f537 commit d77e496

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
@@ -141,7 +141,7 @@ Below is an example of how to retrieve in batches. You can do something quite si
141141

142142
#### Refresh in Client {#refresh}
143143

144-
The **Refresh in client** property of a change or commit activity is quite useful to provide updated information to your user. However, when committing large numbers of rows, this can slow you application down, as it attempts to update thousands of rows in your client's browser. Also, a refresh on one object might result in multiple refreshes down the line, for instance, with nested data views. Consider turning it off if possible.
144+
The **Refresh in client** property of a change or commit activity can provide updated information to your user. However, when committing large numbers of rows, this can slow your application down, as it attempts to update thousands of values in your client's browser. Also, refreshing one object might result in multiple refreshes down the line, for instance, if there are nested data views. Consider turning it off if possible.
145145

146146
### Slow Sub-Microflow
147147

0 commit comments

Comments
 (0)