Skip to content

Commit 8cda4c2

Browse files
authored
Update about.md
1 parent 35ed8a1 commit 8cda4c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/get_started/about.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ Creating UI5 applications with abap2UI5 is straightforward:
1919
Each application is supported as an abapGit project, simplifying installation across systems without the need for extra deployment of front artifacts.
2020

2121
##### Architecture
22-
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. Additionally, the architecture enhances performance by performing most operations on the faster server side.
22+
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.
23+
24+
##### Performance
25+
abap2UI5 is fast. Almost everything is processed in the backend, leveraging the ABAP stack, which performs significantly faster than client-side processing.
2326

2427
##### System Footprint
2528
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)