-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Koris uses Polis sdk to complete signature and payment transactions, but the speed is slow. We compared the transaction mode of direct Metamask with that of ether, and found that Polis sdk has a large optimization space. Let's hope Polis does some performance optimization.
Use Polis SDK:
It takes 5.5s to log in via Polis email and use Polis SDK to set up a transaction. It takes 4s to confirm payment.
It takes 6.6s for Metamask login, and 3.9s to set up the transaction using Polis SDK.
Use Metamask directly instead of Polis SDK
It takes 0.3s to log in with Metamask, set up a transaction with ethers, and 0.3s to confirm payment.
Polis SDK is used for multisig transaction, and the transaction speed is slower. See the following figure and the link.
