Words
68
Reading
1 min
Listen
Play
4y
We are doing 3 types of requests:
Every minute curl/cronjob to get the last blocks and transactions from them. This one is fast and takes 2/3 secs.
Daily curl to get tokens information (Marketcap, Supply, etc) and this one takes 10 minutes or more.
Daily curl to optimize the database, that handles tokens information and puts new summary information in tables, cleaning all unnecessary data from database.
RE: Today I'm feeling frustrated!!