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.
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:
After: