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?



In asp.net application, if a webpage or total application seems too slow or getting delayed to loa..

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

Post New Answer

More ASP.NET Interview Questions

What is the namespace to create thread in .net?

0 Answers  


What are the events that happen when a client requests an asp.net page from iis server?

0 Answers  


In this case if exception occure in Database which catch block will be exexcuted?

1 Answers   Microsoft,


What data type does the Range Validator control support?

5 Answers  


What are the differences between the response.write() and response.output.write()?

0 Answers  


How does a web application session work?

0 Answers  


What do you mean by authentication and authorization

3 Answers  


what are the server controls used in sitepath navigation?

1 Answers  


Why Web Services?

1 Answers  


What is sequence of code in retrieving data from database?

3 Answers   Accenture,


How do cookies work?

0 Answers  


Explain diff between dataset and datareader?

0 Answers  


Categories