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
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
Define data caching?
What is comparevalidator?
What are the 3 types of web?
Define the term Scavenging in Caching?
Where sessions are stored in asp.net?
What are the authentication types in asp.net?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
When we use cookie less session? Explain its working?
How you can access the values from the Repeater control in ASP.NET?
How to create multi language website in asp.net mvc? : Asp.Net MVC
Which method do you use to enforce garbage collection in .net?
How asynchronous call can be implemented using delegates?
How to Separate background image and front image from original picture....
What's the use of response.output.write()?