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 |
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
Caching techniques in .NET ?
What symbol would you use to denote, the start of a code block in aspx views?
What is the namespace to create thread in .net?
What is data control in asp.net?
What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1
What is datagrid asp.net?
what is pagination in asp.net ?
Is session stored in browser?
Can you set which type of comparison you want to perform by the comparevalidator control?
What is http only cookie?
How does the regular expression validator work? What are two situations when you might want to use one?
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)