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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the various session state management options provided by asp.net?

736


Describe the .net base class library.

726


How can you pass multiple complex types in Web API?

764


What is %20 in a url?

692


Explain how is a property designated as read-only?

757


Is asp.net easy to learn?

725


How to you can limit Access to Web API to Specific HTTP Verb?

892


What are the layouts of ASP.NET Pages?

803


What is the use of view state?

717


Define the steps to set up validation control.

764


Differentiate between authentication and authorization.

754


Describe SOA and the tenets of it?

761


What does mean by a neutral culture?

797


What are the different types of sessions in asp.net? Name them?

885


6. Tell us about a time when you failed to meet a deadline. What were the repercussions?

1939