Duolingo
Duolingo copied to clipboard
Reduce duplicate API calls
Right now we're calling the same URL a lot when it's not necessary. We should cache results whenever possible.
I took a short read over the code and got a similar impression.