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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / renjith tn
Mr..Hashim....Ur answer is actually right...But I mean it in the application or server side, what we do as a developer.
I posted a new and clear question...So no need to post answer to this question any more........
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hashim
clear the cookies&histrory of your browser and try.....
| Is This Answer Correct ? | 0 Yes | 5 No |
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How do you register a .NET assembly?
What is three major points in WCF?
How can you apply a theme to your asp.net application?
What is the difference between asp.net and mvc?
How many types of file extensions for razor views in ASP.Net MVC?
What is difference between inproc and outproc?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What is the procedure to create the environment for asp.net? : asp.net mvc
Are cookies client side or server side?
What does occur first in ASP.Net, Authentication or Authorization?
How you can access the properties and controls of master pages from content pages?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)