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 |
What is the mvc framework?
What is three major points in WCF?
version information of assembly consist of _________ values.
What is the use of The Page.Master Property?
How is mvc different from asp.net? : Asp.Net MVC
how to update data using store procedure
When during the page processing cycle is ViewState available?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is hidden field in asp.net?
What are the different methods that are used during the page load?
how to create textboxes dynamically and insert textbox text into sql database
please can any describe 'Master Page' in ASP.Net 2.0
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)