Hi! Im doing the Twitch api challenge and my problem is that the ajax’s requests is taking a very long time. I did three ajax requests . One is for check fcc’s channel status.The second takes the followers, insert them in the page, and the puts them in an array.The third(i think that it is taking the most of the time) runs over the array , and chekcs if the follower is streaming. How can i fix this?
Hi,
I removed:
async:false
and that removed the console error and sped things up a bit 
HTH
Mark
1 Like
Thank you!!!