We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue tracks the progress of refactoring the caching mechanism within the btc-assets-api. The goal is to improve performance by caching data。
rgbpp/v1/address/tb1q4vsuv95gdum3cdrswujv9qzqf72ehqxh7vhhak/activity
curl 'https://btc-assets-api-git-fix-182-duplicated-bindings-cell-studio.vercel.app/rgbpp/v1/address/tb1q4vsuv95gdum3cdrswujv9qzqf72ehqxh7vhhak/activity?rgbpp_only=false'
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
The text was updated successfully, but these errors were encountered:
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'
Sorry, something went wrong.
I am validating on the testnet at "https://api.testnet.rgbpp.io/" with an average response time of about 2 s
No branches or pull requests
This issue tracks the progress of refactoring the caching mechanism within the btc-assets-api. The goal is to improve performance by caching data。
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
The text was updated successfully, but these errors were encountered: