Skip to content

Commit d0a0947

Browse files
authored
Update performance.md
1 parent 9a27a27 commit d0a0947

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
@@ -14,7 +14,7 @@ abap2UI5 has been successfully tested with tables containing large numbers of en
1414
If you still want to optimize your app, consider the following tips:
1515
* 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
17-
* Declare public attributes in your app class only for variables displayed in the frontend. This helps prevent the framework from accessing unused values unnecessarily
17+
* Declare public attributes in your app class only for variables displayed in the frontend. This helps prevent the framework from accessing unused values
1818
* Follow standard ABAP best practices, such as reducing loops and using sorted tables, as you would in any other ABAP development project
1919

2020
### Performance Issues?

0 commit comments

Comments
 (0)