vote up 0 vote down star

Hello friends,

I have an aspx page showing lots of information in a tabular format on ajax tab container. Approximately 3 to 5 tabs are used. I have used some of AJAX controls such as CalendarExtendar, ValidationCallout etc on page. My problem is that the page is loaded fast but the browser takes long time for rendering the controls. On my local system the page loading takes around 8 seconds while on server it is taking about 25 seconds. I have also disabled the viewstate wherever applicable and even compressed the viewstate using gzip.

Your help is highly appreciated.

flag

It's probably a good idea to instead of mentioning the used technologies as the first line, to put them in the tags. This makes it searchable and comply to the conventions SO users expect – boris callens Nov 6 at 12:53

1 Answer

vote up 2 vote down check

Have you tried monitoring your call in firefox's firebug Net tab? There you can dissect the transfer in detail and see what part of your page is taking how much time. Also the YSlow plugin will give you some sound advice on improving the performance of your pages.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.