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 another word for redirect?

0 Answers  


What are cookies in asp.net?

0 Answers  


How to turn off cookies for a page?

0 Answers  


What are the benefits of Razor View?

0 Answers   NA,


What is web.config and machine.config ?

3 Answers   Collabor, NDPL, TCS,






How you can return View from ASP.NET Web API method?

0 Answers  


Who generates session id?

0 Answers  


in which protocol ASP.NET WEB API Work?

0 Answers   HCL,


What is difference between response.redirect and server.transfer ?

2 Answers   Kalinga Software, Satyam,


I have one .Net application and i have two databases which is in SQL server2000 and one more database in ORACLE? how can i access the database from different Databases?

3 Answers   eXensys,


Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?

0 Answers  


What is meant by ispostback in asp net?

0 Answers  


Categories