performance issue

Shrink wrap and query on column cause performance issue ?

When I initially created a scrolling posts page, I used a Column (with scroll option) with a backend query, and it displayed perfectly. However, the optimizer flagged it for causing a performance issue. Subsequently, I replaced the Column with a ListView, but the optimizer warned that using shrinkWrap: true on the ListView could lead to performance issues. To address this, I placed the ListView in a Container with a fixed height to turn off shrink wrap. While this resolved the performance issue, it resulted in the scrolling appearing confined within a window. If there are any other solutions for optimizing the scrolling page, please let me know!

5
2 replies