Skip to content

Commit 99ea0c3

Browse files
authored
Update about.md
1 parent 2db4ab8 commit 99ea0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get_started/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Each application is supported as an abapGit project, simplifying installation ac
2222
abap2UI5 employs a "thin frontend" approach, with all processing, logic, and data management handled in the backend. This design simplifies configuration, minimizes client-side actions (such as clearing caches), and ensures that business logic and sensitive data remain securely on the server.
2323

2424
##### Performance
25-
abap2UI5 is fast. Almost everything is processed in the backend, leveraging the ABAP stack, which performs significantly faster than client-side processing.
25+
abap2UI5 is fast. Almost everything is processed in the backend, leveraging the ABAP stack, which performs significantly faster than client-side processing. Frontend logic is kept to a minimum: everything is passed directly to the UI5 framework, focusing solely on UI rendering.
2626

2727
##### System Footprint
2828
The abap2UI5 system footprint is kept as small as possible including only essential classes and interfaces in the base version. Additional functionality can be added by installing optional addons.

0 commit comments

Comments
 (0)