Replies: 1 comment 1 reply
-
messagebox 按钮是动态构造的,其它窗口是由xaml定义的,当处在调试模式,这种区别造成的速度差会放大,特别是在实时调试模式启动时区别会更明显。除此之外,3.0中的shell模块是引用的nuget包,其内部报错会影响速度,最新代码shell已经放到仓库中,速度有所提升,但最后还是会比xaml定义的要慢一些。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
MessageBox showing very slow compared other windows.
Buttons showing like they have slowmothion effects.
I have tried VS timeline, but it didnt show anything slow, render and layout are all fast.
Beta Was this translation helpful? Give feedback.
All reactions