In asp.net, if a webpage seems too slow to load completely
in th ebrowser. In this case what are the checkings or
actions you will take to rectify the slowness or which are
the factors related to this issue? How we can trace it?

Answer Posted / indu

Strategies like avoiding unnecessay Viewstate Usage,
Unnecessay appending of stings in loops, fetching unwanted
data from database through queries like "select * from
xxxx" even you want limited fields..etc....

in the case you should be very specific like
select name,age from xxx
and use appropriate where clause in queries if applicable..

You can use handlers .. well written Handlers are quicker
than usual aspx!!
then precompile your site so it may reduce first hit user
delay!

Use caching option appropriately...

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is viewstate parameter?

501


What is cross page posting in asp net?

517


Which is better union or union all?

534


What do you mean by View State and what is its role?

513


What is ispostback method in asp.net? Why do we use that?

547






What are the benefits of Razor View?

516


Explain what are the advantages of asp.net mvc framework? : asp.net mvc

499


Define page fragment caching?

502


What are cao and sao.

526


List the events in page life cycle.

530


What is globalization and localization in asp net?

474


What is base class of button control in .net?

503


What is difference between Fragment Caching and Page Caching in ASP.NET?

560


Difference between .NET and previous version?

2074


What kind of data we can store in viewstate?

551