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
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What are custom user controls in asp.net?
What are the different types of cookies in asp.net?
What are all the various Estimation Techniques available ?
What are the Difference between asp.net and asp ?
Explain the features that make asp.net more used framework? : asp.net mvc
Describe how passport authentication works.
Explain the concept of event bubbling in ASP.NET?
What is connection pooling and how to enable and disable connection pooling?
What should you do is you want to remove an existing component but would like to make some funtionalities?
Is it right that ASP.NET Web API has replaced WCF?
What are the uses of reflection?
How can I open ashx file in mobile?
What is the difference between exe and dll?
Where is the session stored?