-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
After upgrading to version 11.2.1, the usercontrol response speed has become very slow. #17585
Comments
@nipeone please provide a full minimum sample to reproduce. Also I wonder how you set the data, are you doing it in code behind? Is the image loading async? |
@timunie thks for your reply, i upload code here example code |
The slowness in 11.2.1 is fixed by #17519 - this fix will be part of 11.2.2. |
Note that slowness of custom controls has been an older issue as well. I have custom controls that are very slow during debug and blazing fast at release. I seem to recall reading some time ago (By @TomEdwardsEnscape perhaps) there was suspicion that debug outputs, diagnostics or logging were slowing things down quite a bit but I personally never bothered to dig into it more. Long story short -- do let us know if the above issue doesn't fix the problem. |
@robloo yes, update to 11.2.2, the problem of slowness has addressed. |
Describe the bug
I designed a usercontrol to display search images and text content. Each page shows 20 records, and each record is wrapped in the usercontrol. With version 11.2.0, resizing the mainform was very smooth, but after upgrading to version 11.2.1, the response speed has significantly slowed down, and it feels very laggy.
To Reproduce
Expected behavior
No response
Avalonia version
11.2.1
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: