KapJep / RIP

Find out which Actors have left this world!
0 stars 0 forks source link

don't use Synchronous API requests #21

Closed kapcom01 closed 1 year ago

kapcom01 commented 10 years ago

I don't remember why I did this, but it seems it can be easily fixed.

This is a bug because, while synchronously requesting one-by-one the details of each actor, it blocks the execution of the rest of the code. Also making one request at a time, makes the app slow.

I am refering to this function on rip.js: function get_actor (id)

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/26766910-don-t-use-synchronous-api-requests?utm_campaign=plugin&utm_content=tracker%2F2784460&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2784460&utm_medium=issues&utm_source=github).