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 |
Difference between HTML control and Web Server Control?
Which methods validate all the controls on a page?
Which namespace is used by ado.net?
How To Authenticate Your Web service??
How we can kill our Session in web farm where there is no any sticky server .And user can not Logout bcoz of that.
1.What are the types of events in asp.net? 2.what is databind? 3.what is COM objects? 4.Difference between gridview and datalist? 5.what is SOAP? 6.what are contents are available in asp.net page? 7.what are types of error?
1 Answers CompuRx Infotech, Gemini, Gemini Communication,
What is bson in web api?
Types of caching. How to implement caching?
To add a hyperlink column to the DataGrid which tag is used ?
What is SQL injection?
What is applicatio domain?
Do session use cookies in asp net?