I have to get an image and comments related to it. Now I have an option of making one ajax call and getting an html page with the iage and comments or get the image and comments in two simultaneous ajax calls. Which option is faster or better for the user? |
In the end I decided to do one ajax call and the split the returned data into two strings and place them on the page.
You can check out the results at www.HearWhere.com
Also, if you are always getting the image with related comments, I would suspect that they would both go within the same area/div of a page, so why split them?