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
Can we store object in viewstate?
What are the different method of navigation in asp.net?
Describe session handling in a webfarm?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
Define the term Scavenging in Caching?
How many types of sessions in asp.net?
How can we create a website?
What is intrinsic objects in asp.net?
Explain the difference between inline and code behind - which is best in?
Describe in brief .net framework and its components.
What are the advantages and limitations of query string?
Differentiate between globalization and localization.
What is a windows service?
Define a multilingual website?
What are the asp.net security controls?