PedroBortolli / CFStats

A web app that consumes Codeforces API to display useful stats, comparison between users, etc
MIT License
8 stars 1 forks source link

Speed up some of the API requests #2

Closed PedroBortolli closed 6 years ago

PedroBortolli commented 6 years ago

Some of the API requests are running very slow: sometimes it takes up to 10 seconds to retrieve data from Codeforces. We need to take a look at this and see if we can speed up things.

PedroBortolli commented 6 years ago

It was decided that we will speed up requests with this approach: https://github.com/PedroBortolli/CFStats/issues/37

I'm closing this issue