Skip to content

Commit 7d08751

Browse files
authored
Update performance.md
1 parent 3f803c6 commit 7d08751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ abap2UI5 has been successfully tested with tables containing large numbers of en
1212

1313
### Suggestions
1414
If you still want to optimize your app, consider the following tips:
15-
* Only call the `client->view_display` method when absolutely necessary. Instead, prefer using `client->model_update` so that the UI5 framework only re-renders the controls that have actually changed.
15+
* Only call the `client->view_display` method when necessary. Instead, prefer using `client->model_update` so that the UI5 framework only re-renders the controls that have actually changed.
1616
* Prefer using `client->bind` and use `client->bind_edit` only when users need to make changes that are processed in the backend. Otherwise, it leads to unnecessary data transfers.
1717
* Use public attributes in your app class only for variables that are also displayed in the frontend. Otherwise, the framework may unnecessarily access unused values.
1818
* Follow standard ABAP best practices: reduce loops, use sorted tables, etc., just as you would with ALV.

0 commit comments

Comments
 (0)