Open Flouse opened 3 months ago
- rgbpp/v1/address/tb1q4vsuv95gdum3cdrswujv9qzqf72ehqxh7vhhak/activity
curl --location --request GET 'https://api.testnet.rgbpp.io/rgbpp/v1/address/tb1q4vsuv95gdum3cdrswujv9qzqf72ehqxh7vhhak/activity' \
--header 'Authorization: ...' \
--header 'Origin: https://api.testnet.rgbpp.io' \
-w '\n* Response time: %{time_total}s\n'
I am validating on the testnet at "https://api.testnet.rgbpp.io/" with an average response time of about 2 s
This issue tracks the progress of refactoring the caching mechanism within the btc-assets-api. The goal is to improve performance by caching data。
[x] rgbpp/v1/address/tb1q4vsuv95gdum3cdrswujv9qzqf72ehqxh7vhhak/activity
It is recommended to cache the data. It takes a long time to check the data now.
[ ] Feel free to add new slow queries here @Dawn-githup