Equabyte
Equabyte
Rendering performance of CollectionView disappoints on both Android and iOS (also still in 8.0.60). See also [#21580](https://github.com/dotnet/maui/issues/21580)
> @Equabyte @xyeie can you share a sample or `.speedscope` file for us to investigate? https://aka.ms/profile-maui Hi @jonathanpeppers my issue is specific to the infinite scrolling use case. Can't find...
> @Equabyte thanks! Watching your video, does it scroll faster if you comment out the images? If so, one thing we could check is how you load them, and if...
CV rendering performance does affect scrolling in a rather noticeable way, there's simply too much going on on the main thread in a non-optimized way; in connection with an API...
> Can you test with the latest nightly build? > https://github.com/dotnet/maui/wiki/Nightly-Builds Hi @PureWeen I just tested on Android with 8.0.60-ci.net8.24301.1 and in my case I can see no noticeable improvement....