xmtpd icon indicating copy to clipboard operation
xmtpd copied to clipboard

Bug: Performance: Identity Creation is 3x slower than V3

Open api-Hypernova opened this issue 3 months ago • 0 comments

Describe the bug

"Identity creation" operations which involve the node are three times slower on D14N than the old centralized infrastructure.

Image

Reference interactive model

Expected behavior

We must decide if this is an acceptable degradation given architecture differences between V3 and V4.

Steps to reproduce the bug

The slowdown can be reproduced by generating a single identity with xdbg:

Baseline: cargo xdbg -d -b staging generate --entity identity --amount 1 --concurrency 1

New: cargo xdbg -b staging generate --entity identity --amount 1 --concurrency 1

api-Hypernova avatar Sep 12 '25 13:09 api-Hypernova