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
What are the various session state management options provided by asp.net?
Describe the .net base class library.
How can you pass multiple complex types in Web API?
What is %20 in a url?
Explain how is a property designated as read-only?
Is asp.net easy to learn?
How to you can limit Access to Web API to Specific HTTP Verb?
What are the layouts of ASP.NET Pages?
What is the use of view state?
Define the steps to set up validation control.
Differentiate between authentication and authorization.
Describe SOA and the tenets of it?
What does mean by a neutral culture?
What are the different types of sessions in asp.net? Name them?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?