在Windows 8应用程序中改进页面导航期间的响应时间。 [英] Improving Response Time during page navigation in Windows 8 application .

查看:74
本文介绍了在Windows 8应用程序中改进页面导航期间的响应时间。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

需要一点帮助。



我正在处理具有3页导航功能的应用程序,其中一个页面是通过某些来源检索rss feed页面。 />
加载rss feed页面需要比平常更多的时间(导航到除此页面之外的其他页面),

因此可以在单击超链接按钮后改善此响应时间导航到这个RSS订阅页面???

如果是这样请帮助!!



还要注意的是我使用了异步OnLoaded此页面的事件(方法)使用async-await接收供稿,

SyndicationFeed feed = await Client.RetrieveFeedAsync(FeedUri);







!!!!帮助需要尽快!



!! Windows 8应用程序编程!!

Bit of help needed.

I am working on application with 3 pages navigation and in one of the page is retrieves rss feed page via some source.
Loading rss feed page takes a while more than a usual (Navigating to other pages than this page),
so is it possible to improve this response time after I click hyperlink button to navigate to this rss feed page ???
if so please help !!

also to be noted is that I have used async OnLoaded event(Method) for this page to receive feeds using async-await ,with
SyndicationFeed feed = await Client.RetrieveFeedAsync(FeedUri);



!!!! help needed asap !!!

!! Windows 8 Application Programming !!

推荐答案

如果这是等待RSS源从服务器返回,那么你无法做任何事情来加速它。您必须等待其他服务器构建RSS源并将其发送给您。您无法控制该过程。
If this is sitting waiting for the RSS feed to come back from the server there's nothing you can do to speed it up. You have to wait for the other server to build the RSS feed and send it to you. You have no control over that process.


这篇关于在Windows 8应用程序中改进页面导航期间的响应时间。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆