This is a migrated thread and some comments may be shown as answers.

Improving Ajax request performance

1 Answer 80 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 12 Dec 2008, 01:07 PM
Hi,

I'm not sure if this is the right place to ask but maybe some of you might have any hints for me. I have an ajax enabled web page with a telerik RadComboBox and a VE map control on it. When I use the combo box to update the map an ajax request is performed. This request is quite slow (about 3s). First, I thought it might be a slow database connection but I found out (using System.Diagnostics.StopWatch) that the execution of the codebehind event handlers takes only 100ms while the whole ajax request takes 3s.
What could be the reason for that difference? Are there any means of improving the performance of an ajax request?

Best regards,
Robert

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 12 Dec 2008, 02:30 PM
Hello Robert,

Please review the following help topic which elaborates on this matter. Test the provided approaches and let us know if this helps

All the best,
Maria Ilieva
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
Robert
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or