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 / 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 |
What is the namespace to create thread in .net?
What are the events that happen when a client requests an asp.net page from iis server?
In this case if exception occure in Database which catch block will be exexcuted?
What data type does the Range Validator control support?
What are the differences between the response.write() and response.output.write()?
How does a web application session work?
What do you mean by authentication and authorization
what are the server controls used in sitepath navigation?
Why Web Services?
What is sequence of code in retrieving data from database?
How do cookies work?
Explain diff between dataset and datareader?