planetarium / libplanet-explorer-frontend

Libplanet Explorer Frontend
https://explorer.libplanet.io/
MIT License
16 stars 27 forks source link

modify transactions count query #128

Closed area363 closed 4 years ago

area363 commented 4 years ago

this PR temporarily modifies the query that originally requested all transactions to the most recent 101 transactions. If either "signed transactions", "involved transactions" or "missing nonces" are greater than 100, the count will render "100+".

Note) I found that the "desc" option in these queries almost doubles the response time so it might be a good place to look into for further optimization.

Before: Screen Shot 2020-11-26 at 12 36 43 PM

After: Screen Shot 2020-11-26 at 12 33 26 PM