-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BindableLayout Height loading Time #22076
Comments
Associated speedscope (zipped file size too big) |
Any workaround please ? I don't know how to analyse the speedcope trace. |
Speedscope Trace Outcome (from https://github.com/jlfwong/speedscope) |
Any news ? What am i supposed to do ? :( Waiting a fix ? |
Either:
I think the third one is the best approach. Edit: my PR #23136 will probably improve the rendering time when you press those buttons if you use one single |
@PauchardThomas to be clear: issue is unrelated to The problem lies in the mapping of In #23156 I've done some work on iOS to improve initial rendering time. |
Thank you so much for you answer and your work, i guess for now i'll replace all border components from my app until a fix on all platforms ... |
Description
As you can see below, I try to load the same view 3 times, and it take more and more time to load...
MauiPerfIssue2.mp4
==> It's running on Release mode ! (On debug i can take my shower, eat, sleep...)
I really don't know if it's a bindablelayout issue or DataTemplate.
Steps to Reproduce
MainView :
Link to public reproduction project repository
https://github.com/PauchardThomas/MauiBindableLayoutPerfIssue
Version with bug
8.0.3 GA
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: