ui5-community / bestofui5-website

"Best of UI5" is the new entry page for the ui5-community.
https://bestofui5.org
Apache License 2.0
27 stars 3 forks source link

feat: replace xmlcomposite with control directly in view #249

Closed marianfoo closed 2 years ago

marianfoo commented 2 years ago

Changes

This will reduce reusability, but drasticly improve performance (about 500ms!):

Before: Rendering ListItems (about 700ms)

image

After: Rendering ListItems (about 1200ms)

image