In asp.net application, if a webpage or total application
seems too slow or getting delayed to load completely
in the browser. As a developer, what are the checkings or
actions you will take in the application or server side to
rectify the slowness or delay load or which are
the factors related to this issue? How we can trace it?
Answer Posted / neelkanth
First of all, Remove the JPG images from Backgrounds. Its
take more memory. Then if user interact with database then
optimise the queries.If user doing search function then use
Dataview.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a global postback url?
List the advantages and disadvantages of user control an custom control?
Explain about asp.net caching?
What is state management react?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What are session cookies?
What is a web pool?
Can we use MSSql as backend in asp.net...if yes then How.?
Give an example of cookie abuse.
What is asp.net ajax?
9. Why should we hire you over the others waiting to be interviewed?
How can we pass info between 2 asp.net pages?
What is the use of placeholder control?
What symbol would you use to denote, the start of a code block in aspx views?
What is authentication in asp.net?