XBAP 启动性能改进
我有一个 XBAP 应用程序,大小约为 1.3MB。我试图将应用程序的大小减小到尽可能小,但除其他外,还依赖于 WPF Toolkit,因此受到限制。
目前,我在以下方面遇到启动缓慢的情况:
- 初始下载(可能是 应用程序大小)
- 第二个应用程序运行,在应用程序启动之前需要一段时间来检查版本
- 应用程序启动(加载数据和应用程序大小) 渲染)
我可以采取哪些措施来为我的 XBAP 应用程序获得更好的启动性能?
I have an XBAP application which is approximately 1.3MB in size. I have tried to get the size of the application down to as small as possible but have dependencies on the WPF Toolkit amongst other things and am limited there.
Currently I am experiencing slow start ups in the following areas:
- Initial Download (probably
application size) - Second Application run, takes a while to check version before application starts
- Application startup (Loading data &
rendering)
What things can I do to get better startup performance for my XBAP application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后,我通过修改以下方面设法缩短了启动时间:
对于对第二点感兴趣的其他人,您可以在 单击一次下载组。
In the end I managed to improve startup times by modifying the following areas:
For anyone else interested in the second point you can read this overview on click-once download groups .