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


Please Help Members By Posting Answers For Below Questions

How does asp.net page work?

514


What is the full form of asp.net?

523


What is the sequence in which ASP.NET events are processed?

461


What is the difference between session and application?

492


Which Is Faster MVC or ASP.net ?

570






How does the service stream content?

578


What are the new features added from ASP to ASP.NET?

563


Where code pages are used?

681


What is the file through which you can customize your asp.net application?

535


Can action method static?

523


How many types of triggers are there in update panel?

565


Do gac'ed assemblies have fulltrust?

636


If 200 is for all successful operation then why do we have 201 response codes?

518


What are the uses of reflection?

569


How do you do client-side validation in .net? How to disable validator control by client side javascript?

524