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
I can not get resources of address "0x05a97986a9d031c4567e15b797be516910cfcb4156312482efc6a19c0a30c948" with error
The text was updated successfully, but these errors were encountered:
you can change to another node RPC which is config more requests handling
Sorry, something went wrong.
Yes, looks like this page is freezing at the moment, but no longer giving that error https://explorer.aptoslabs.com/account/0x05a97986a9d031c4567e15b797be516910cfcb4156312482efc6a19c0a30c948/resources
Note: This now hangs (retrieving all the resources), instead of erroring out.
The main bottlenecks in this page appear to be react-json-view and emotion (sx={{}}). It's possible to render all 9999 resources on https://explorer.aptoslabs.com/account/0x05a97986a9d031c4567e15b797be516910cfcb4156312482efc6a19c0a30c948/resources as (<pre>{JSON.stringify(resource)}</pre>) in about 300 ms on my machine (whereas the current implementation crashes the browser tab).
<pre>{JSON.stringify(resource)}</pre>
(ETA: While optimizing the page would be ideal, the pragmatic solution is of course to implement pagination.)
No branches or pull requests
I can not get resources of address "0x05a97986a9d031c4567e15b797be516910cfcb4156312482efc6a19c0a30c948" with error
The text was updated successfully, but these errors were encountered: