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 / 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 |
Derive WSDL?
How does a content page differ from a master page?
What are the memory-mapped files?
User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?
what is NET Framework ?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Explain about asp.net 2.0 themes?
When does a session actually start?
What is deference between asp.net, vb.net, c# & j#
Explain the various authentication mechanisms in asp.net.
How do you do exception management
what is <location> tag?