如何加快asp.net中的网页

问题描述:

大家好,

我有一个具有按钮的登录页面,而按钮的onclick调用了4功能.因此,如果用户是正版用户,则当我单击按钮时,重定向页面需要太多时间.

请让我知道以使其速度更快.

感谢

Hi all,

I have a login page having a button and onclick of button i have called 4 function.So ,when i click button it takes too much time to redirect a page if a user is genuine.

Please let me know to make its speed fast.

Thanks

希望 [ ^ ]这也可能对您有所帮助.
Hope [^] this may also help you.


可能会有很多共鸣.真的. :)
而且,如果不实际查看这四个功能中的每一行代码,很难说出什么会影响性能.
好吧, [
There could be plenty of resons. Really. :)
And it is very difficult to say what could be impacting the peroformance without actually looking at each line of code in those four fuctions.
Well, this[^] might not help you directly, but I would recommend going through it. It will give you an high level overview about the best practices to have better ASP.Net performance.


只是这个问题,听起来很相似,肯定会为您提供一些指导:缓慢打开网页 [
Just dropped by at this question, sounds similar, will surely guide you a little: Opening the web page slow[^]