Hi,
If asp.net web page is very slow, then in this case what is first step need to take to speed up the page.
Thanks in advance,
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Oct 3, 2009, 1:55 AM
You should Use Caching When needed it will dramatically improve the performance of the application .
Roei BarPosted Oct 3, 2009, 1:30 AM
check for CSS and JS weight
check if your images are to big ?
total size of the page
the place where you load JS is also crusial, its best to load them in the end of the page load.