I wonder why it takes so long for a scatter pop-up to come up after clicking on a button on the page. Takes about 10 seconds before it appears.
You are viewing a single comment's thread from:
I wonder why it takes so long for a scatter pop-up to come up after clicking on a button on the page. Takes about 10 seconds before it appears.
In some of my tests I noticed it being an issue of the Testnet Latency. We were using
dev.cryptolions.com:28888
instead of a monstereos dedicated full node. And to create a transaction eosjs does some actions like get the current block, validate the abi parameters etc. so it's like 2/3 requests before the popup comes out.