Skip to content

Commit 3f803c6

Browse files
authored
Update performance.md
1 parent 6d93c30 commit 3f803c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ outline: [2, 4]
66

77
abap2UI5 is fast! Almost everything is processed in the backend, leveraging the ABAP stack, which performs significantly faster than client-side or browser-based processing. <br>
88

9-
Frontend logic is kept to a minimum: no business logic is executed, and everything is passed directly to the UI5 framework, focusing solely on user interface rendering. <br>
9+
Frontend logic is kept to a minimum: no business logic is executed, and everything is passed directly to the UI5 framework, focusing solely on UI rendering. <br>
1010

1111
abap2UI5 has been successfully tested with tables containing large numbers of entries and columns. So, you can confidently develop your app — performance should not be a concern.
1212

@@ -18,4 +18,4 @@ If you still want to optimize your app, consider the following tips:
1818
* Follow standard ABAP best practices: reduce loops, use sorted tables, etc., just as you would with ALV.
1919

2020
### Performance Issues?
21-
If you encounter performance issues, try creating a sample and submitting a pull request to the samples repository. We would be happy to analyze it and see if we can make abap2UI5 even faster.
21+
If you encounter performance issues, try creating a sample and submitting a pull request to the samples repository. We would be happy to analyze it and see if we can make abap2UI5 even faster.

0 commit comments

Comments
 (0)