In asp.net, if a webpage seems too slow to load completely
in th ebrowser. In this case what are the checkings or
actions you will take to rectify the slowness or which are
the factors related to this issue? How we can trace it?

Answers were Sorted based on User's Feedback



In asp.net, if a webpage seems too slow to load completely in th ebrowser. In this case what are t..

Answer / indu

Strategies like avoiding unnecessay Viewstate Usage,
Unnecessay appending of stings in loops, fetching unwanted
data from database through queries like "select * from
xxxx" even you want limited fields..etc....

in the case you should be very specific like
select name,age from xxx
and use appropriate where clause in queries if applicable..

You can use handlers .. well written Handlers are quicker
than usual aspx!!
then precompile your site so it may reduce first hit user
delay!

Use caching option appropriately...

Is This Answer Correct ?    1 Yes 0 No

In asp.net, if a webpage seems too slow to load completely in th ebrowser. In this case what are t..

Answer / renjith tn

Mr..Hashim....Ur answer is actually right...But I mean it in the application or server side, what we do as a developer.


I posted a new and clear question...So no need to post answer to this question any more........

Is This Answer Correct ?    0 Yes 0 No

In asp.net, if a webpage seems too slow to load completely in th ebrowser. In this case what are t..

Answer / hashim

clear the cookies&histrory of your browser and try.....

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

Difference between HTML control and Web Server Control?

4 Answers  


Which methods validate all the controls on a page?

0 Answers  


Which namespace is used by ado.net?

0 Answers  


How To Authenticate Your Web service??

1 Answers  


How we can kill our Session in web farm where there is no any sticky server .And user can not Logout bcoz of that.

3 Answers  






1.What are the types of events in asp.net? 2.what is databind? 3.what is COM objects? 4.Difference between gridview and datalist? 5.what is SOAP? 6.what are contents are available in asp.net page? 7.what are types of error?

1 Answers   CompuRx Infotech, Gemini, Gemini Communication,


What is bson in web api?

0 Answers  


Types of caching. How to implement caching?

2 Answers   Microsoft,


To add a hyperlink column to the DataGrid which tag is used ?

0 Answers   Siebel,


What is SQL injection?

2 Answers  


What is applicatio domain?

0 Answers   MCN Solutions,


Do session use cookies in asp net?

0 Answers  


Categories