DEV Community

Cover image for Decoding a block: how fast is fast enough? How many RPC call needed ?
decoder man
decoder man

Posted on

Decoding a block: how fast is fast enough? How many RPC call needed ?

For EVM & Solana data builders:

  • If decoding a block takes > 3s
  • If you need > 3 RPC calls per block

You’re probably over-indexing or doing redundant reads.

Here’s a real decode log:
<2s end-to-end
2 RPC calls total

Decode a block on Solana
Would love to hear your thoughts.

Top comments (0)