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

How to prevent client side validation from the ASP.NET validation controls?

0 Answers   Viscus Infotech,


What are the new page events added in Asp.net 2.0 ?

5 Answers   Sapient, TCS,


What are the Difference between asp.net and asp ?

0 Answers  


How to create a permanent cookie?

1 Answers   IBM,


What is viewstate in asp net with example?

0 Answers  


What are the modes of updation in an updatepanel? What are triggers of an updatepanel?

0 Answers  


Define static member?

0 Answers  


Where is asp.net session stored?

0 Answers  


What is the application pool?

0 Answers  


How can we communicate with each server in N-tier Architecture? and what are the methods?

0 Answers   Wipro,


What is asp net theme?

0 Answers  


How to identify host of my system? How to identify servername of my system? How to identify domainname of my system?

2 Answers  


Categories