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

whats the purpose of AUTOPOSTBACK property for the controls in asp.net?

4 Answers  


what is diference between the .net1.0 & .net2.0 ?

3 Answers   EMax,


What are the authentication types in asp.net?

0 Answers  


hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.

4 Answers   Lambent,


What is a Metadata?

3 Answers  


What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?

0 Answers  


Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.

1 Answers  


What are the layouts of ASP.NET Pages?

0 Answers  


What is cookies in asp net?

0 Answers  


what cut off mark for po's,what questions they asked for interview?

0 Answers  


What is asp.net ajax?

0 Answers  


Difference between DataView and DataTable

4 Answers  


Categories