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
Write a code snippet to implement the indentation in json in web api.
What is the namespace to create thread in .net?
What is active web pages?
What is view state management in asp net?
Where the viewstate is stored after the page postback?
How do you identify that the page is postback?
Why session is more secure than cookies?
Which namespace is used by ado.net?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Explain the steps needed to be performed in order to create an animation in xaml?
Which Is Faster MVC or ASP.net ?
Describe paging in asp.net?
Why do we use datasource in asp.net?
Is a dll file an executable?
Explain the namespace classes used in asp.net mvc? : asp.net mvc