XML : XMLHttpRequest degrades performance?

I have a situation in which i make a call to a xml file that contains information of teams. since we have large number of teams so it takes some time to load the data.

So i came up to a solution to create different xml for each team.now i'll have to make different call for each file or i'll use lazy loading , so which approach is better loading full file once or dividing it into several parts.

I Need some suggestion regarding javascript http request i have gone through the following documents how it degrades performance link2. and came to know that more number of xmlHttpRequest degrades your performance.

No comments:

Post a Comment