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

What is DataGrid wheater its a Server Control or something else ?

0 Answers   NA,


What is custom tag in Web.Config?

0 Answers   Accenture,


Question asked by one of interviewer in panal is given below: We have 2 user control on same page ,1st user control contains textbox and a button while 2nd user control have label. when ever we click on button click of 1st custom control button the value of the textBox will get updated into Label of 2nd custom control. How to do this.Your help will be appreciated.

1 Answers  


Which is better union or union all?

0 Answers  


How should I destroy my objects in asp.net?

0 Answers  






What is the difference between appsetting and connectionstring tags in web.config file

2 Answers   HCL, TCS,


What’s the difference between asp.net web forms and asp.net mvc?

0 Answers  


With example & diagram explain AutoPostBack.

2 Answers  


What are the page life cycle events?

0 Answers  


What is the difference between cache and cookies?

0 Answers  


What are user controls and custom controls ?

1 Answers  


What is the difference between a Stored procedure and function?

9 Answers  


Categories