cointop-sh / cointop

A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
https://cointop.sh
Apache License 2.0
3.98k stars 311 forks source link

Reduce amount of traffic to coingecko backend? #228

Open lyricnz opened 2 years ago

lyricnz commented 2 years ago

We should review all the requests made to the backend, and see if we can reduce this:

lyricnz commented 2 years ago

Duplicate requests to GET https://api.coingecko.com/api/v3/global

lyricnz commented 2 years ago

Review cache duration and effectiveness (add metrics)

lyricnz commented 2 years ago

Related : #276 support coins very far down the list

Refreshing all the coins, around in a loop, doesn't feel like a sustainable strategy