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
When going to a tokens page with lots of data to parse, (for example https://scpscan.net/contract.html?id=063d1363528d29670cd8b0541e31a9c2d53edfff6070490ba165d9569111bc26) it takes HUGE amount of time to load and parse the data.
The solution here would be to save all the data in an array and put everything in a pagination to prevent all the data on the page to be loaded.
Let me know on Discord if you need any help with it! :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When going to a tokens page with lots of data to parse, (for example https://scpscan.net/contract.html?id=063d1363528d29670cd8b0541e31a9c2d53edfff6070490ba165d9569111bc26) it takes HUGE amount of time to load and parse the data.
The solution here would be to save all the data in an array and put everything in a pagination to prevent all the data on the page to be loaded.
Let me know on Discord if you need any help with it! :)
The text was updated successfully, but these errors were encountered: