问题描述
我在SP网站上有一个aspx页面。它有4个更新面板,每个更新面板(UP)都有一个计时器。每个更新面板都从不同的Web服务获取数据。 UP1中的第一个定时器的延迟为1ms,UP2的延迟为2ms。 UP1每1ms后取数据,UP2每2ms取出一次。类似地,UP3和UP4也可以工作。所有更新面板都需要同时加载数据。
问题是页面的性能非常低,以及哪个代码从一个定时器切换到另一个定时器也是花更多的时间。
任何人都可以帮我解决这个问题,以提高页面的性能。
提前致谢。
Hi,
I am having a aspx page in a SP site. It has 4 update panels and each update panel(UP) has a timer in that. Each update panel is fetching data from different webservices. First timer in UP1 has a delay of 1ms and UP2 has 2ms. UP1 fetches data after every 1ms and UP2 does after every 2ms. similarly UP3 and UP4 also works. All Update panels need to load data simultenously.
The problem is that the performance of the page is very low and also which code switching from one timer to other timer also its taking more time.
Can any one help me in resolving this issue to improve the performance of the page.
Thanks in advance.
这篇关于asp.net中的计时器和更新面板的性能问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!